/* ===== HaarVisie Afspraak Formulier — WordPress/Avada Compatible ===== */
/* All classes prefixed with hv- to avoid Avada conflicts */

.haarvisie-afspraak-form-package {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
    background: #1c1c18;
}

.fusion-fullwidth .haarvisie-afspraak-form-package,
.fusion-builder-row .haarvisie-afspraak-form-package,
.fusion-column-wrapper .haarvisie-afspraak-form-package,
.entry-content .haarvisie-afspraak-form-package {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.fusion-column-wrapper:has(.haarvisie-afspraak-form-package) {
    max-width: 100% !important;
    min-width: 0 !important;
}

#hv-afspraak-app {
    --hv-bg: #2a2a22;
    --hv-bg-light: #3a3a30;
    --hv-bg-card: #33332b;
    --hv-gold: #b5a67d;
    --hv-gold-light: #d4c9a8;
    --hv-gold-dark: #9a8d68;
    --hv-text: #f5f0e8;
    --hv-text-muted: #b8ad9b;
    --hv-error: #e74c3c;
    --hv-success: #27ae60;
    --hv-font-heading: 'Playfair Display', Georgia, serif;
    --hv-font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    --hv-radius: 8px;
    --hv-radius-sm: 8px;
    --hv-shadow: 0 2px 8px rgba(0,0,0,0.3);
    --hv-transition: 0.25s ease;

    max-width: 480px;
    margin: 0 auto;
    padding: 16px 16px 100px;
    position: relative;
    font-family: var(--hv-font-body);
    background: var(--hv-bg);
    color: var(--hv-text);
    line-height: 1.5;
    min-height: 100vh;
    min-height: 100dvh;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}

#hv-afspraak-app *, #hv-afspraak-app *::before, #hv-afspraak-app *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Header */
.hv-form-header { text-align: center; padding: 20px 0 8px; }
.hv-logo { font-family: var(--hv-font-heading); font-size: 1.75rem; font-weight: 700; letter-spacing: 0; color: var(--hv-gold); }
.hv-subtitle { font-size: 0.875rem; color: var(--hv-text-muted); margin-top: 4px; letter-spacing: 0; text-transform: uppercase; }

/* Stepper */
.hv-stepper { padding: 16px 0 24px; }
.hv-stepper-bar { height: 4px; background: var(--hv-bg-light); border-radius: 2px; overflow: hidden; }
.hv-stepper-fill { height: 100%; width: 10%; background: var(--hv-gold); border-radius: 2px; transition: width 0.4s ease; }
.hv-stepper-text { text-align: center; font-size: 0.75rem; color: var(--hv-text-muted); margin-top: 6px; }

/* Steps */
.hv-step { animation: hvFadeIn 0.3s ease; }
.hv-step.hv-hidden, .hv-hidden { display: none !important; }
.hv-step h2 { font-family: var(--hv-font-heading); font-size: 1.5rem; font-weight: 600; margin-bottom: 8px; color: var(--hv-text); }
.hv-step-description { font-size: 0.875rem; color: var(--hv-text-muted); margin-bottom: 20px; }

@keyframes hvFadeIn {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Options Grid */
.hv-options-grid { display: grid; gap: 12px; margin-top: 20px; }
.hv-cols-1 { grid-template-columns: 1fr; }
.hv-cols-2 { grid-template-columns: 1fr 1fr; }
.hv-cols-3 { grid-template-columns: 1fr 1fr 1fr; }
.hv-cols-4 { grid-template-columns: 1fr 1fr 1fr 1fr; }

/* Option Buttons */
.hv-option-btn {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 8px; padding: 20px 12px; background: var(--hv-bg-card); border: 2px solid transparent;
    border-radius: var(--hv-radius); color: var(--hv-text); font-family: var(--hv-font-body);
    font-size: 0.9rem; font-weight: 500; cursor: pointer; transition: all var(--hv-transition);
    min-height: 80px; -webkit-tap-highlight-color: transparent; user-select: none;
}
.hv-option-btn:hover { border-color: var(--hv-gold); background: var(--hv-bg-light); }
.hv-option-btn:active { transform: scale(0.97); }
.hv-option-btn.selected { border-color: var(--hv-gold); background: rgba(181,166,125,0.15); box-shadow: 0 0 0 1px var(--hv-gold); }

.hv-option-icon { font-size: 1.5rem; }
.hv-option-label { font-size: 0.85rem; text-align: center; line-height: 1.3; }

/* Salon option */
.hv-option-salon { flex-direction: row; justify-content: flex-start; gap: 12px; padding: 16px 20px; }
.hv-option-salon .hv-option-content { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; }
.hv-option-salon .hv-option-label { font-size: 1rem; font-weight: 600; }
.hv-option-sub { font-size: 0.8rem; color: var(--hv-text-muted); }

/* Small option (tijdblok) */
.hv-option-small { padding: 12px 8px; min-height: 48px; font-size: 0.8rem; }

/* Silhouette option (haarlengte) */
.hv-option-silhouette { padding: 16px 8px 12px; }
.hv-silhouette { width: 50px; height: 70px; display: flex; align-items: center; justify-content: center; color: var(--hv-text-muted); transition: color var(--hv-transition); }
.hv-option-silhouette.selected .hv-silhouette { color: var(--hv-gold); }
.hv-hair-svg { width: 100%; height: 100%; }

/* Section label (divider within combined steps) */
.hv-section-label {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid var(--hv-bg-light);
}

/* Cols-1 horizontal buttons */
.hv-cols-1 .hv-option-btn { flex-direction: row; justify-content: flex-start; gap: 12px; padding: 16px 20px; min-height: 56px; }
.hv-cols-1 .hv-option-label { text-align: left; }

/* Tarief Tag */
.hv-option-tarief { font-size: 0.7rem; color: var(--hv-gold); font-weight: 400; margin-top: 2px; }

/* Tijdblok Grid */
.hv-tijdblok-grid { margin-top: 8px; margin-bottom: 0; }

/* Gesloten dagen info */
.hv-gesloten-info { background: rgba(181,166,125,0.15); border: 1px solid var(--hv-gold); border-radius: var(--hv-radius-sm); padding: 10px 14px; font-size: 0.85rem; color: var(--hv-gold-light); margin-bottom: 12px; text-align: center; }

/* Datum Groep */
.hv-datum-groep { background: var(--hv-bg-card); border-radius: var(--hv-radius); padding: 16px; margin-bottom: 12px; }

/* Form Inputs */
.hv-form-group { margin-bottom: 16px; }
.hv-input-label { display: block; font-size: 0.8rem; font-weight: 500; color: var(--hv-text-muted); margin-bottom: 6px; text-transform: uppercase; letter-spacing: 0; }
.hv-form-input {
    width: 100%; padding: 14px 16px; background: var(--hv-bg-card); border: 2px solid transparent;
    border-radius: var(--hv-radius-sm); color: var(--hv-text); font-family: var(--hv-font-body);
    font-size: 1rem; transition: border-color var(--hv-transition); appearance: none; -webkit-appearance: none;
}
.hv-form-input:focus { outline: none; border-color: var(--hv-gold); }
.hv-form-input::placeholder { color: var(--hv-text-muted); opacity: 0.6; }
.hv-form-input.invalid { border-color: var(--hv-error); }
.hv-field-error { display: block; color: var(--hv-error); font-size: 0.8rem; margin-top: 4px; }

.hv-save-contact {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 2px 0 18px;
    padding: 12px;
    background: rgba(181,166,125,0.06);
    border: 1px solid rgba(181,166,125,0.18);
    border-radius: 8px;
    color: var(--hv-text-muted);
    font-size: 0.82rem;
    line-height: 1.45;
    cursor: pointer;
}

.hv-save-contact input {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin-top: 1px;
    accent-color: var(--hv-gold);
}

/* Date input dark theme */
#hv-afspraak-app input[type="date"] { color-scheme: dark; -webkit-appearance: none; appearance: none; position: relative; padding-right: 44px; }
#hv-afspraak-app input[type="date"]::-webkit-calendar-picker-indicator { filter: invert(0.8) sepia(0.3) hue-rotate(10deg); cursor: pointer; font-size: 20px; padding: 4px; opacity: 1; }

/* Textarea */
.hv-form-textarea { resize: vertical; min-height: 100px; }
.hv-char-count { display: block; font-size: 0.75rem; color: var(--hv-text-muted); margin-top: 4px; text-align: right; }

/* Upload Area */
.hv-upload-section { margin-bottom: 20px; }
.hv-upload-area { position: relative; background: var(--hv-bg-card); border: 2px dashed var(--hv-bg-light); border-radius: var(--hv-radius); padding: 24px; text-align: center; cursor: pointer; transition: all var(--hv-transition); overflow: hidden; min-height: 140px; display: flex; align-items: center; justify-content: center; }
.hv-upload-area:hover, .hv-upload-area:active { border-color: var(--hv-gold); }
.hv-upload-area.has-file { border-style: solid; border-color: var(--hv-gold); padding: 8px; }
.hv-upload-placeholder { display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(--hv-text-muted); font-size: 0.85rem; }
.hv-upload-icon { font-size: 2rem; }
.hv-upload-preview { max-width: 100%; max-height: 200px; border-radius: var(--hv-radius-sm); object-fit: cover; }
.hv-file-input { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }

/* Buttons */
.hv-btn-next, .hv-btn-submit {
    display: flex; align-items: center; justify-content: center; width: 100%; padding: 22px 16px; min-height: 66px;
    margin-top: 24px; background: var(--hv-gold); color: var(--hv-bg); border: none;
    border-radius: var(--hv-radius); font-family: var(--hv-font-body); font-size: 1.1rem;
    font-weight: 700; letter-spacing: 0; cursor: pointer; transition: all var(--hv-transition); -webkit-tap-highlight-color: transparent;
}
.hv-btn-next:hover, .hv-btn-submit:hover { background: var(--hv-gold-light); }
.hv-btn-next:active, .hv-btn-submit:active { transform: scale(0.98); }
.hv-btn-next:disabled, .hv-btn-submit:disabled { opacity: 0.5; cursor: not-allowed; }
.hv-btn-submit { font-size: 1.1rem; padding: 22px 16px; gap: 8px; }

/* Scroll hint */
.hv-scroll-hint { text-align: center; color: var(--hv-gold); font-size: 0.85rem; margin-bottom: 12px; animation: hvBounce 2s ease-in-out infinite; }
@keyframes hvBounce { 0%, 100% { transform: translateY(0); opacity: 1; } 50% { transform: translateY(6px); opacity: 0.6; } }

/* Submit section */
.hv-submit-section { position: sticky; bottom: 0; padding: 16px 0 8px; background: linear-gradient(transparent 0%, var(--hv-bg) 30%); z-index: 10; }
.hv-btn-submit-pulse { animation: hvPulse 2.5s ease-in-out infinite; box-shadow: 0 4px 15px rgba(181,166,125,0.3); }
.hv-btn-submit-pulse:disabled { animation: none; }
@keyframes hvPulse { 0%, 100% { box-shadow: 0 4px 15px rgba(181,166,125,0.3); } 50% { box-shadow: 0 4px 25px rgba(181,166,125,0.6); } }

/* Add datum button */
.hv-btn-add-datum { display: block; width: 100%; padding: 12px; margin-top: 8px; background: transparent; border: 2px dashed var(--hv-bg-light); border-radius: var(--hv-radius-sm); color: var(--hv-text-muted); font-family: var(--hv-font-body); font-size: 0.85rem; cursor: pointer; transition: all var(--hv-transition); }
.hv-btn-add-datum:hover { border-color: var(--hv-gold); color: var(--hv-gold); }

/* Back Button (onder Volgende knop, in elke stap) */
.hv-btn-back-step { display: block; width: 100%; padding: 20px 16px; min-height: 62px; margin-top: 24px; background: transparent; border: 2px solid rgba(181,166,125,0.35); border-radius: var(--hv-radius); color: var(--hv-text); font-family: var(--hv-font-body); font-size: 1rem; font-weight: 500; cursor: pointer; transition: all var(--hv-transition); -webkit-tap-highlight-color: transparent; }
.hv-btn-back-step:hover { border-color: var(--hv-gold); background: rgba(181,166,125,0.08); }
.hv-btn-back-step:active { transform: scale(0.98); }

/* Inline back button (summary page) */
.hv-btn-back-inline { display: inline-flex; align-items: center; padding: 8px 16px; margin-bottom: 12px; background: var(--hv-bg-card); border: 1px solid var(--hv-bg-light); border-radius: 50px; color: var(--hv-text-muted); font-family: var(--hv-font-body); font-size: 0.85rem; cursor: pointer; transition: all var(--hv-transition); }
.hv-btn-back-inline:hover { border-color: var(--hv-gold); color: var(--hv-text); }

/* Summary Card */
.hv-summary-card { background: var(--hv-bg-card); border-radius: var(--hv-radius); padding: 20px; margin-top: 16px; }
.hv-summary-row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--hv-bg-light); font-size: 0.9rem; }
.hv-summary-row:last-child { border-bottom: none; }
.hv-summary-label { color: var(--hv-text-muted); font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0; }
.hv-summary-value { color: var(--hv-text); font-weight: 500; text-align: right; max-width: 65%; word-break: break-word; }
.hv-summary-section { margin-bottom: 8px; }
.hv-summary-section-title { font-family: var(--hv-font-heading); font-size: 1rem; color: var(--hv-gold); margin-bottom: 8px; padding-top: 12px; }
.hv-summary-section-title:first-child { padding-top: 0; }
.hv-summary-photos { display: flex; gap: 8px; margin-top: 8px; }
.hv-summary-photos img { width: 60px; height: 60px; object-fit: cover; border-radius: var(--hv-radius-sm); border: 1px solid var(--hv-bg-light); }

/* Success Screen */
.hv-success-screen { text-align: center; padding: 32px 0 24px; }

/* Logo */
.hv-success-logo { margin-bottom: 24px; }
.hv-success-logo-img { width: 130px; height: auto; display: block; margin: 0 auto; }

/* Animated checkmark */
.hv-success-check-wrap { margin: 0 auto 20px; width: 64px; height: 64px; }
.hv-success-checkmark { width: 64px; height: 64px; }
.hv-checkmark-circle {
    stroke: #8A7A5A; stroke-width: 2;
    stroke-dasharray: 166; stroke-dashoffset: 166;
    stroke-miterlimit: 10;
    animation: hv-stroke 0.6s cubic-bezier(0.65,0,0.45,1) forwards;
}
.hv-checkmark-check {
    stroke: #8A7A5A; stroke-width: 2.5;
    stroke-linecap: round; stroke-linejoin: round;
    stroke-dasharray: 48; stroke-dashoffset: 48;
    animation: hv-stroke 0.3s cubic-bezier(0.65,0,0.45,1) 0.5s forwards;
}
@keyframes hv-stroke { 100% { stroke-dashoffset: 0; } }

/* Titel & tekst */
.hv-success-title { font-family: var(--hv-font-heading); font-size: 1.8rem; color: var(--hv-gold); margin: 0 0 8px; }
.hv-success-screen p { font-size: 0.95rem; color: var(--hv-text-muted); line-height: 1.6; }

/* Socials */
.hv-success-socials { margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--hv-bg-light); }
.hv-success-socials-label { font-size: 0.75rem; letter-spacing: 0; text-transform: uppercase; color: var(--hv-text-muted); margin-bottom: 12px !important; }
.hv-success-socials-icons { display: flex; justify-content: center; gap: 12px; }
.hv-success-social-btn { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; text-decoration: none; transition: border-color 0.2s ease, transform 0.2s ease; border: 1.5px solid rgba(138,122,90,0.35); background: rgba(138,122,90,0.06); }
.hv-success-social-btn svg { display: block; flex-shrink: 0; }
.hv-success-social-btn:hover { opacity: 1; border-color: rgba(169,148,113,0.7); background: rgba(138,122,90,0.12); transform: translateY(-2px); }
.hv-social-fb, .hv-social-ig, .hv-social-pt, .hv-social-tt, .hv-social-yt { background: rgba(138,122,90,0.06); }

/* Spinner */
.hv-spinner { width: 20px; height: 20px; border: 2px solid transparent; border-top-color: var(--hv-bg); border-radius: 50%; animation: hvSpin 0.6s linear infinite; }
@keyframes hvSpin { to { transform: rotate(360deg); } }

/* Honeypot */
.hv-honeypot { position: absolute; left: -9999px; top: -9999px; opacity: 0; height: 0; width: 0; pointer-events: none; }

/* Stylist Cards */
.hv-stylist-card { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.hv-stylist-avatar { width: 72px; height: 72px; border-radius: 50%; border: 2.5px solid transparent; transition: all var(--hv-transition); object-fit: cover; }
.hv-stylist-avatar-icon { background: var(--hv-bg-light); display: flex; align-items: center; justify-content: center; font-size: 1.6rem; color: var(--hv-text-muted); }
.hv-stylist-avatar-foto { box-shadow: 0 2px 8px rgba(0,0,0,0.3); }
.hv-option-btn.selected .hv-stylist-avatar { border-color: var(--hv-gold); box-shadow: 0 0 0 2px var(--hv-gold), 0 2px 12px rgba(181,166,125,0.4); }
.hv-stylist-name { font-size: 0.85rem; font-weight: 600; }

/* Multi-select indicator */
.hv-option-btn.hv-multi-select { position: relative; }
.hv-option-btn.hv-multi-select::after { content: ''; position: absolute; top: 8px; right: 8px; width: 20px; height: 20px; border: 2px solid var(--hv-bg-light); border-radius: 4px; transition: all var(--hv-transition); }
.hv-option-btn.hv-multi-select.selected::after { background: var(--hv-gold); border-color: var(--hv-gold); background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='%232a2a22' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 11.5L3 8l1-1 2.5 2.5L12 4l1 1-6.5 6.5z'/%3E%3C/svg%3E"); background-size: 14px; background-position: center; background-repeat: no-repeat; }

/* Toast */
.hv-toast { position: fixed; bottom: 80px; left: 50%; transform: translateX(-50%); padding: 12px 24px; background: var(--hv-error); color: white; border-radius: 50px; font-size: 0.85rem; z-index: 200; animation: hvToastIn 0.3s ease; box-shadow: 0 4px 12px rgba(0,0,0,0.4); white-space: nowrap; }
@keyframes hvToastIn { from { opacity: 0; transform: translateX(-50%) translateY(12px); } to { opacity: 1; transform: translateX(-50%) translateY(0); } }

/* Shake animatie — upload validatie feedback */
@keyframes hvShake {
    0%, 100% { transform: translateX(0); }
    20% { transform: translateX(-8px); }
    40% { transform: translateX(8px); }
    60% { transform: translateX(-6px); }
    80% { transform: translateX(6px); }
}
.hv-upload-area.hv-shake { animation: hvShake 0.4s ease; border-color: var(--hv-error) !important; border-style: solid !important; }

/* Responsive — desktop up */
@media (min-width: 420px) { #hv-afspraak-app { padding: 24px 24px 100px; } .hv-step h2 { font-size: 1.75rem; } }
@media (min-width: 600px) { #hv-afspraak-app { padding: 32px 32px 100px; } .hv-option-btn { padding: 24px 16px; } }

/* Responsive — mobiel down */
@media (max-width: 480px) {
    /* Grids collapseren */
    .hv-cols-4 { grid-template-columns: 1fr 1fr; }
    #stylisten-list.hv-cols-3 { grid-template-columns: 1fr 1fr; }

    /* Touch targets vergroten */
    .hv-option-small { padding: 14px 10px; min-height: 52px; font-size: 0.85rem; }
    .hv-option-silhouette { padding: 14px 6px 10px; }
    .hv-silhouette { width: 44px; height: 60px; }

    /* Formulier inputs */
    .hv-form-textarea { min-height: 80px; }
    .hv-form-input { padding: 12px 14px; font-size: 16px; } /* 16px voorkomt iOS auto-zoom */

    /* Toast niet buiten beeld */
    .hv-toast { white-space: normal; max-width: 90vw; text-align: center; }
}

@media (max-width: 380px) {
    /* Extra kleine schermen */
    #hv-afspraak-app { padding: 12px 12px 100px; }
    .hv-logo { font-size: 1.4rem; letter-spacing: 0; }
    .hv-step h2 { font-size: 1.25rem; }
    .hv-option-btn { padding: 16px 10px; min-height: 64px; }
    .hv-option-salon { padding: 14px 16px; }
    .hv-cols-3 { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 360px) {
    /* Zeer kleine schermen (iPhone SE, oude Android) */
    .hv-step h2 { font-size: 1.15rem; }
    .hv-option-label { font-size: 0.8rem; }
    .hv-option-icon { font-size: 1.3rem; }
    .hv-stylist-avatar { width: 60px; height: 60px; }
    .hv-btn-next, .hv-btn-submit { padding: 18px 12px; font-size: 1rem; min-height: 58px; }
    .hv-btn-back-step { padding: 16px 12px; min-height: 54px; margin-top: 20px; }
    .hv-datum-groep { padding: 12px; }
    .hv-upload-area { padding: 16px; min-height: 100px; }
}

/* Klikbare overzicht secties — tik om terug te gaan naar die stap */
.hv-summary-section-editable { cursor: pointer; border-radius: var(--hv-radius-sm); transition: background var(--hv-transition); }
.hv-summary-section-editable:hover, .hv-summary-section-editable:active { background: rgba(181,166,125,0.1); }
.hv-summary-section-editable .hv-summary-section-title::after { content: ' ✎'; font-size: 0.7rem; color: var(--hv-text-muted); opacity: 0; transition: opacity var(--hv-transition); }
.hv-summary-section-editable:hover .hv-summary-section-title::after { opacity: 1; }

/* Bevestigingsscherm met samenvatting */
.hv-success-subtitle { font-size: 1rem; color: var(--hv-text); margin-bottom: 20px; }
.hv-success-summary { background: var(--hv-bg-card); border-radius: var(--hv-radius); padding: 16px; margin: 20px 0; text-align: left; }
.hv-success-summary-row { display: flex; justify-content: space-between; align-items: flex-start; padding: 8px 0; border-bottom: 1px solid var(--hv-bg-light); font-size: 0.875rem; gap: 12px; }
.hv-success-summary-row:last-child { border-bottom: none; }
.hv-success-summary-row span:first-child { color: var(--hv-text-muted); font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0; flex-shrink: 0; }
.hv-success-summary-row span:last-child { color: var(--hv-text); font-weight: 500; text-align: right; }
.hv-success-next { font-size: 0.875rem; color: var(--hv-text-muted); margin-top: 16px; line-height: 1.6; }
.hv-success-next strong { color: var(--hv-text); }

/* Safe area for notched phones */
@supports (padding-bottom: env(safe-area-inset-bottom)) { #hv-afspraak-app { padding-bottom: calc(100px + env(safe-area-inset-bottom)); } }

/* ===== SPLIT-SCREEN PREMIUM REDESIGN v3 (voorheen snippet 98) ===== */


    /* ===== HAARVISIE AFSPRAAK — PREMIUM REDESIGN v3 ===== */
    
    /* Pluginversie verbergt Avada header/footer niet automatisch. */
    
    /* ===== SPLIT-SCREEN WRAPPER ===== */
    .hv-split-screen {
        display: flex;
        min-height: 100vh;
        max-width: 100%;
    }
    
    /* Linker kolom: salon foto */
    .hv-split-photo {
        display: none;
        position: sticky;
        top: 0;
        width: 40%;
        flex-shrink: 0;
        height: 100vh;
        background-color: #1c1c18;
        overflow: hidden;
    }
    
    /* Collage grid: 9 Haarvisie kapselfoto's */
    .hv-collage-grid {
        position: absolute;
        inset: 0;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(3, 1fr);
        gap: 3px;
    }
    
    .hv-collage-cell {
        background-size: cover;
        background-position: center top;
    }
    
    /* Overlay: donkere fade naar beneden voor leesbaarheid van brand tekst */
    .hv-split-photo::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(
            to bottom,
            rgba(28,28,24,0.0) 0%,
            rgba(28,28,24,0.1) 45%,
            rgba(28,28,24,0.85) 80%,
            rgba(28,28,24,0.95) 100%
        );
        z-index: 1;
    }
    
    /* Quote/brand tekst over de foto */
    .hv-split-photo-content {
        position: absolute;
        bottom: 48px;
        left: 36px;
        right: 36px;
        z-index: 2;
        color: #f5f0e8;
    }
    
    .hv-split-photo-content .hv-brand-name {
        font-family: "Brandon Grotesque", "Helvetica Neue", Arial, sans-serif;
        font-size: 0.7rem;
        letter-spacing: 0;
        text-transform: uppercase;
        color: #b5a67d;
        margin-bottom: 12px;
        display: block;
    }
    
    .hv-split-photo-content .hv-brand-quote {
        font-family: Georgia, "Times New Roman", serif;
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 1.45;
        color: #f5f0e8;
        font-style: italic;
    }
    
    .hv-split-photo-content .hv-brand-awards {
        margin-top: 20px;
        font-size: 0.72rem;
        letter-spacing: 0;
        color: rgba(245,240,232,0.6);
        line-height: 1.8;
    }
    
    /* Rechter kolom: formulier */
    .hv-split-form {
        flex: 1;
        overflow-y: auto;
        background: #1c1c18;
    }
    
    /* Desktop: toon foto kolom */
    @media (min-width: 900px) {
        .hv-split-photo { display: block; }
    }
    
    /* ===== APP CONTAINER RESET ===== */
    #hv-afspraak-app {
        max-width: 560px !important;
        margin: 0 auto !important;
        padding: 40px 40px 120px !important;
        background: transparent !important;
        --hv-bg: #1c1c18;
        --hv-bg-light: #2a2a22;
        --hv-bg-card: #242420;
        --hv-gold: #b5a67d;
        --hv-gold-light: #d4c9a8;
        --hv-gold-dark: #9a8d68;
        --hv-text: #f5f0e8;
        --hv-text-muted: #b8ad9b;
        --hv-radius: 8px;
        --hv-radius-sm: 8px;
        --hv-transition: 0.2s ease;
    }
    
    /* ===== HEADER ===== */
    .hv-form-header { text-align: left !important; padding: 8px 0 4px !important; }
    .hv-logo { display: none !important; } /* verborgen: staat al in foto kolom op desktop */
    .hv-subtitle {
        font-size: 0.65rem !important;
        letter-spacing: 0;
        color: var(--hv-gold) !important;
        margin-top: 0 !important;
    }
    
    /* ===== VOORTGANGSBALK ===== */
    .hv-stepper { padding: 20px 0 28px !important; }
    
    .hv-stepper-bar {
        height: 2px !important;
        background: rgba(181,166,125,0.15) !important;
        border-radius: 1px !important;
    }
    
    .hv-stepper-fill {
        background: var(--hv-gold) !important;
        border-radius: 1px !important;
    }
    
    .hv-stepper-text {
        text-align: left !important;
        font-size: 0.7rem !important;
        letter-spacing: 0;
        text-transform: uppercase !important;
        color: var(--hv-text-muted) !important;
        margin-top: 8px !important;
    }
    
    /* ===== STAP TITELS ===== */
    .hv-step h2 {
        font-family: Georgia, "Times New Roman", serif !important;
        font-size: 2rem !important;
        font-weight: 400 !important;
        font-style: italic !important;
        color: var(--hv-text) !important;
        letter-spacing: 0;
        margin-bottom: 4px !important;
    }
    
    .hv-step-description {
        font-size: 0.82rem !important;
        color: var(--hv-text-muted) !important;
        margin-bottom: 28px !important;
        letter-spacing: 0;
    }
    
    /* ===== KEUZE KNOPPEN: GRID ===== */
    .hv-option-btn {
        background: rgba(255,255,255,0.03) !important;
        border: 1px solid rgba(181,166,125,0.15) !important;
        border-radius: 8px !important;
        color: var(--hv-text) !important;
        padding: 18px 14px !important;
        transition: all 0.18s ease !important;
        gap: 10px !important;
    }
    
    .hv-option-btn:hover {
        border-color: rgba(181,166,125,0.5) !important;
        background: rgba(181,166,125,0.06) !important;
    }
    
    .hv-option-btn.selected {
        border-color: var(--hv-gold) !important;
        background: rgba(181,166,125,0.1) !important;
        box-shadow: none !important;
    }
    
    /* Behandelingen: horizontale layout met icoon links */
    .hv-cols-1 .hv-option-btn {
        padding: 16px 20px !important;
        min-height: 58px !important;
    }
    
    /* Tarief tag */
    .hv-option-tarief {
        font-size: 0.72rem !important;
        color: var(--hv-gold) !important;
        letter-spacing: 0;
    }
    
    /* ===== SVG ICOON STIJL ===== */
    .hv-option-icon {
        font-size: 1rem !important;
        width: 32px !important;
        height: 32px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: rgba(181,166,125,0.1) !important;
        border-radius: 8px !important;
        flex-shrink: 0 !important;
        color: var(--hv-gold) !important;
    }
    
    .hv-option-icon svg {
        width: 16px !important;
        height: 16px !important;
    }
    
    /* ===== DATUM INPUT ===== */
    #hv-afspraak-app input[type="date"] {
        background: rgba(255,255,255,0.03) !important;
        border: 1px solid rgba(181,166,125,0.2) !important;
        border-radius: 8px !important;
        color: var(--hv-text) !important;
        padding: 16px 20px !important;
        font-size: 1rem !important;
        font-family: Georgia, serif !important;
        letter-spacing: 0;
        cursor: pointer !important;
    }
    
    #hv-afspraak-app input[type="date"]:focus {
        border-color: var(--hv-gold) !important;
        outline: none !important;
    }
    
    /* ===== FORM INPUTS ===== */
    .hv-form-input {
        background: rgba(255,255,255,0.03) !important;
        border: 1px solid rgba(181,166,125,0.15) !important;
        border-radius: 8px !important;
        padding: 16px 20px !important;
        font-size: 0.95rem !important;
        color: var(--hv-text) !important;
        transition: border-color 0.18s ease !important;
    }
    
    .hv-form-input:focus {
        border-color: var(--hv-gold) !important;
        background: rgba(181,166,125,0.04) !important;
    }
    
    .hv-input-label {
        font-size: 0.68rem !important;
        letter-spacing: 0;
        text-transform: uppercase !important;
        color: var(--hv-text-muted) !important;
        margin-bottom: 8px !important;
    }
    
    /* ===== TIJDBLOK KNOPPEN ===== */
    .hv-option-small {
        padding: 14px 10px !important;
        min-height: 54px !important;
        font-size: 0.8rem !important;
        letter-spacing: 0;
    }
    
    /* ===== DATUM GROEP ===== */
    .hv-datum-groep {
        background: rgba(255,255,255,0.02) !important;
        border: 1px solid rgba(181,166,125,0.1) !important;
        border-radius: 8px !important;
        padding: 20px !important;
        margin-bottom: 16px !important;
    }
    
    /* ===== GESLOTEN INFO ===== */
    .hv-gesloten-info {
        background: rgba(181,166,125,0.06) !important;
        border: 1px solid rgba(181,166,125,0.2) !important;
        border-radius: 8px !important;
        font-size: 0.78rem !important;
        letter-spacing: 0;
        color: var(--hv-text-muted) !important;
        padding: 10px 16px !important;
    }
    
    /* ===== VOLGENDE KNOP ===== */
    .hv-btn-next, .hv-btn-submit {
        background: var(--hv-gold) !important;
        color: #1c1c18 !important;
        border-radius: 8px !important;
        font-size: 0.85rem !important;
        letter-spacing: 0;
        text-transform: uppercase !important;
        font-weight: 600 !important;
        padding: 20px 16px !important;
        min-height: 60px !important;
        margin-top: 28px !important;
        transition: all 0.18s ease !important;
    }
    
    .hv-btn-next:hover, .hv-btn-submit:hover {
        background: var(--hv-gold-light) !important;
        transform: translateY(-1px) !important;
    }
    
    /* ===== TERUG KNOP ===== */
    .hv-btn-back-step {
        border: 1px solid rgba(181,166,125,0.2) !important;
        border-radius: 8px !important;
        color: var(--hv-text-muted) !important;
        font-size: 0.78rem !important;
        letter-spacing: 0;
        text-transform: uppercase !important;
        padding: 16px !important;
        min-height: 52px !important;
        margin-top: 12px !important;
    }
    
    .hv-btn-back-step:hover {
        border-color: rgba(181,166,125,0.45) !important;
        color: var(--hv-text) !important;
        background: transparent !important;
    }
    
    /* ===== STYLIST CARDS ===== */
    .hv-stylist-avatar { width: 64px !important; height: 64px !important; }
    .hv-stylist-name { font-size: 0.78rem !important; letter-spacing: 0; }
    
    /* ===== SECTIE SCHEIDING ===== */
    .hv-section-label {
        margin-top: 32px !important;
        padding-top: 24px !important;
        border-top: 1px solid rgba(181,166,125,0.1) !important;
    }
    
    /* ===== SAMENVATTING ===== */
    .hv-summary-section-title {
        font-family: Georgia, serif !important;
        font-style: italic !important;
        font-size: 0.85rem !important;
        color: var(--hv-gold) !important;
        letter-spacing: 0;
    }
    
    .hv-summary-row {
        font-size: 0.85rem !important;
        border-bottom: 1px solid rgba(181,166,125,0.08) !important;
    }
    
    .hv-summary-label {
        font-size: 0.7rem !important;
        letter-spacing: 0;
    }
    
    /* ===== SUCCESS SCREEN ===== */
    .hv-success-screen h2 {
        font-family: Georgia, serif !important;
        font-style: italic !important;
        font-weight: 400 !important;
    }
    
    .hv-success-icon { font-size: 2.5rem !important; }
    
    /* ===== HAARLENGTE SILHOUETTEN ===== */
    .hv-option-silhouette { padding: 14px 8px 10px !important; }
    
    /* ===== TOAST ===== */
    .hv-toast {
        border-radius: 8px !important;
        padding: 12px 20px !important;
        font-size: 0.82rem !important;
        letter-spacing: 0;
    }
    
    /* ===== UPLOAD AREA ===== */
    .hv-upload-area {
        border: 1px dashed rgba(181,166,125,0.25) !important;
        border-radius: 8px !important;
        background: rgba(255,255,255,0.02) !important;
    }
    
    .hv-upload-area:hover {
        border-color: rgba(181,166,125,0.5) !important;
        background: rgba(181,166,125,0.04) !important;
    }
    
    /* ===== MOBIEL ===== */
    @media (max-width: 599px) {
        #hv-afspraak-app { padding: 24px 20px 100px !important; }
        .hv-step h2 { font-size: 1.6rem !important; }
    }

    /* ===== HERHALING CHECK CARD ===== */
    .hv-herhaling-card {
        background: rgba(181,166,125,0.05);
        border: 1px solid rgba(181,166,125,0.25);
        border-radius: 8px !important;
        padding: 20px 20px 16px !important;
        margin-top: 20px !important;
        margin-bottom: 8px !important;
        transition: border-color 0.25s ease, box-shadow 0.25s ease;
    }
    
    .hv-herhaling-vraag {
        font-family: Georgia, "Times New Roman", serif !important;
        font-style: italic !important;
        font-size: 1.05rem !important;
        color: #f5f0e8 !important;
        margin-bottom: 16px !important;
        line-height: 1.4 !important;
    }
    
    .hv-herhaling-nudge {
        border-color: var(--hv-gold) !important;
        box-shadow: 0 0 0 3px rgba(181,166,125,0.2) !important;
        animation: hvShake 0.45s ease !important;
    }
    
    @keyframes hvShake {
        0%, 100% { transform: translateX(0); }
        20%       { transform: translateX(-6px); }
        40%       { transform: translateX(6px); }
        60%       { transform: translateX(-4px); }
        80%       { transform: translateX(4px); }
    }
    
    #hv-herhaling-anders-text {
        width: 100%;
        min-height: 80px;
        resize: vertical;
    }
    
    /* Upload zone in herhaling card */
    .hv-herhaling-upload {
        position: relative;
        display: block;
        cursor: pointer;
        border: 1px dashed rgba(181,166,125,0.3) !important;
        border-radius: 8px !important;
        background: rgba(255,255,255,0.02) !important;
        overflow: hidden;
        transition: border-color 0.18s ease, background 0.18s ease;
    }
    
    .hv-herhaling-upload:hover {
        border-color: rgba(181,166,125,0.6) !important;
        background: rgba(181,166,125,0.04) !important;
    }
    
    .hv-herhaling-upload-placeholder {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 20px;
        color: rgba(245,240,232,0.45);
        font-size: 0.8rem;
        letter-spacing: 0;
    }
    
    .hv-herhaling-upload-placeholder svg {
        color: rgba(181,166,125,0.5);
    }
    
    
