:root{--fsh-primary-color: #ff4400;--fsh-text-color: #333;--fsh-bg-color: #ffffff;--fsh-card-bg: #1a1a1a;--fsh-footer-bg: #1a1a1a;--fsh-container-max-width: 1600px;--fsh-card-min-width: 350px;--fsh-card-gap: 20px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:var(--fsh-text-color);background-color:var(--fsh-bg-color)}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.fsh-container{max-width:var(--fsh-container-max-width);margin:0 auto;padding:0 20px;width:100%}.fsh-header{background:#fff;padding:0;position:relative}.fsh-header-image-wrapper{width:100%;text-align:center;overflow:hidden}.fsh-header-image{width:100%;max-width:100%;height:auto;display:block;object-fit:cover}.fsh-header-fallback{padding:60px 20px;text-align:center;background:linear-gradient(135deg,#f5f5f5,#e8e8e8)}.fsh-main-title{font-size:3rem;font-weight:700;color:#1a1a1a;margin-bottom:10px}.fsh-subtitle{font-size:1.2rem;color:#666}.fsh-intro-section{padding:30px 0;text-align:center;background:#f9f9f9}.fsh-intro-text{font-size:1.1rem;line-height:1.8;max-width:900px;margin:0 auto;color:#555}.fsh-casel-proof{margin-top:15px;font-weight:600;color:var(--fsh-primary-color)}.fsh-navigation{background:#1a1a1a;padding:15px 0;position:relative;z-index:100}.fsh-menu{display:flex;justify-content:center;gap:40px;list-style:none;margin:0;padding:0}.fsh-menu-item{position:relative;z-index:101}.fsh-menu-item a{color:#fff;text-decoration:none;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;transition:color .3s ease;cursor:pointer;display:inline-block}.fsh-menu-item a:hover{color:var(--fsh-primary-color)}.fsh-cards-section{padding:60px 0;background:#f5f5f5}.fsh-cards-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(var(--fsh-card-min-width),1fr));gap:var(--fsh-card-gap)}.fsh-card{background:var(--fsh-card-bg);border-radius:15px;padding:30px;color:#fff;display:flex;flex-direction:column;min-height:400px;position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.fsh-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000004d}.fsh-card.has-bg-image{background-size:cover;background-position:center;background-repeat:no-repeat}.fsh-card-header{display:flex;align-items:center;gap:15px;margin-bottom:20px}.fsh-card-icon{width:40px;height:40px;flex-shrink:0}.fsh-card-icon img,.fsh-card-icon svg{width:100%;height:100%;object-fit:contain}.fsh-card-title{font-size:1.5rem;font-weight:700;margin:0}.fsh-card-content{flex:1;font-size:.95rem;line-height:1.7;opacity:.9}.fsh-card-content p{margin-bottom:15px}.fsh-card-footer{margin-top:auto;padding-top:20px}.fsh-card-button{display:inline-block;padding:12px 25px;background:var(--fsh-primary-color);color:#fff;border-radius:8px;font-weight:600;text-decoration:none;transition:background .3s ease,transform .2s ease}.fsh-card-button:hover{background:#e03d00;transform:translateY(-2px)}.fsh-footer{background:var(--fsh-footer-bg);color:#fff;padding:40px 0}.fsh-footer-content{text-align:center}.fsh-footer-logo{font-size:1.3rem;font-weight:700;margin-bottom:20px}.fsh-footer-contact{display:flex;justify-content:center;gap:30px;flex-wrap:wrap;margin-bottom:20px}.fsh-footer-contact a{color:#ccc;transition:color .3s}.fsh-footer-contact a:hover{color:var(--fsh-primary-color)}.fsh-linkedin-link svg{width:24px;height:24px;vertical-align:middle}.fsh-footer-kvk{color:#888;margin-bottom:15px}.fsh-footer-links{margin-bottom:15px}.fsh-footer-links a{color:#888;margin:0 15px;transition:color .3s}.fsh-footer-links a:hover{color:var(--fsh-primary-color)}.fsh-footer-copyright{color:#666;font-size:.9rem}.fsh-contact-page{min-height:100vh;display:flex;flex-direction:column}.fsh-contact-content{flex:1;padding:60px 0;background:#f5f5f5}.fsh-contact-form-wrapper{max-width:800px;margin:0 auto;padding:30px}.fsh-contact-form{background:#fff;padding:40px;border-radius:15px;box-shadow:0 5px 20px #0000001a}.fsh-form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}@media(max-width:600px){.fsh-form-row{grid-template-columns:1fr}}.fsh-form-field{display:flex;flex-direction:column}.fsh-form-field-full{margin-bottom:20px}.fsh-form-field label{font-weight:600;margin-bottom:8px;color:#333;font-size:.95rem}.fsh-form-field .required{color:var(--fsh-primary-color)}.fsh-form-field input,.fsh-form-field select,.fsh-form-field textarea{padding:12px 15px;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s,box-shadow .3s;font-family:inherit}.fsh-form-field input:focus,.fsh-form-field select:focus,.fsh-form-field textarea:focus{outline:none;border-color:var(--fsh-primary-color);box-shadow:0 0 0 3px #f403}.fsh-form-field textarea{resize:vertical;min-height:120px}.fsh-privacy-check{margin-bottom:25px}.fsh-checkbox-label{display:flex;align-items:flex-start;gap:10px;cursor:pointer;font-weight:400}.fsh-checkbox-label input[type=checkbox]{width:20px;height:20px;margin-top:2px;cursor:pointer}.fsh-checkbox-label a{color:var(--fsh-primary-color)}.fsh-form-submit{text-align:center}.fsh-submit-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:15px 40px;font-size:1.1rem;font-weight:600;color:#fff;background-color:var(--fsh-primary-color);border:none;border-radius:8px;cursor:pointer;transition:transform .2s,box-shadow .2s;min-width:200px}.fsh-submit-btn:hover{transform:translateY(-2px);box-shadow:0 5px 20px #0003}.fsh-submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.fsh-spinner{width:20px;height:20px;animation:fsh-spin 1s linear infinite}@keyframes fsh-spin{to{transform:rotate(360deg)}}.fsh-form-message{margin-top:20px;padding:15px 20px;border-radius:8px;text-align:center;font-weight:500}.fsh-form-message.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.fsh-form-message.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.fsh-privacy-page{min-height:100vh;display:flex;flex-direction:column}.fsh-privacy-content{flex:1;padding:60px 0;background:#fff}.fsh-privacy-content h1{font-size:2.5rem;margin-bottom:30px;color:#1a1a1a}.fsh-privacy-content h2{font-size:1.5rem;margin-top:30px;margin-bottom:15px;color:#333}.fsh-privacy-content p{margin-bottom:15px;line-height:1.8}.fsh-privacy-content ul{margin-left:20px;margin-bottom:15px}@media(max-width:768px){.fsh-main-title{font-size:2rem}.fsh-menu{flex-direction:column;align-items:center;gap:15px}.fsh-cards-container{grid-template-columns:1fr}.fsh-footer-contact{flex-direction:column;gap:10px}.fsh-contact-form{padding:25px}}.fsh-custom-page .fsh-page-content{padding:60px 0;background:#f5f5f5;min-height:60vh}.fsh-page-article{max-width:1000px;margin:0 auto}.fsh-page-title{font-size:2.5rem;font-weight:700;color:#1a1a1a;text-align:center;margin-bottom:40px;text-transform:uppercase;letter-spacing:2px}.fsh-page-intro{text-align:center;margin-bottom:40px;font-size:1.1rem;color:#555}.fsh-page-body{display:flex;flex-direction:column;gap:25px}.fsh-content-card{background:#1a1a1a;border-radius:15px;padding:30px;color:#fff;box-shadow:0 4px 20px #0000001a;transition:transform .3s ease}.fsh-content-card:hover{transform:translateY(-3px)}.fsh-content-card h2{color:var(--fsh-primary-color);margin-bottom:15px;font-size:1.5rem}.fsh-content-card p{line-height:1.8;color:#ccc}.fsh-highlight-card{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);border:2px solid var(--fsh-primary-color)}.fsh-casel-list{list-style:none;padding:0;margin:15px 0 0}.fsh-casel-list li{padding:10px 0;border-bottom:1px solid rgba(255,255,255,.1);color:#fff}.fsh-casel-list li:last-child{border-bottom:none}.fsh-casel-list strong{color:var(--fsh-primary-color)}.fsh-portfolio-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:30px}.fsh-portfolio-item{background:#1a1a1a;border-radius:15px;overflow:hidden;box-shadow:0 4px 20px #0003;transition:transform .3s ease,box-shadow .3s ease}.fsh-portfolio-item:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000004d}.fsh-portfolio-content{padding:25px}.fsh-portfolio-title{color:var(--fsh-primary-color);margin:0 0 15px;font-size:1.3rem}.fsh-portfolio-description{color:#fff;margin:0 0 15px;line-height:1.7}.fsh-portfolio-results{background:#ffffff1a;padding:15px;border-radius:10px;margin-bottom:15px}.fsh-portfolio-results strong{color:var(--fsh-primary-color);display:block;margin-bottom:5px}.fsh-portfolio-results p{color:#ccc;margin:0;line-height:1.6}.fsh-portfolio-testimonial{margin:0;padding:15px;border-left:3px solid var(--fsh-primary-color);font-style:italic;color:#999;background:#ff44000d}.fsh-blog-header{text-align:center;margin-bottom:30px}.fsh-blog-subtitle{font-size:1.1rem;color:#666;margin-top:10px}.fsh-blog-categories{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:40px}.fsh-blog-category-link{padding:10px 20px;background:#e0e0e0;border:2px solid transparent;border-radius:25px;color:#333;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease}.fsh-blog-category-link:hover,.fsh-blog-category-link.active{background:var(--fsh-primary-color);color:#fff}.fsh-blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}.fsh-blog-card{background:#1a1a1a;border-radius:15px;overflow:hidden;box-shadow:0 4px 20px #0003;transition:transform .3s ease}.fsh-blog-card:hover{transform:translateY(-5px)}.fsh-blog-card-content{padding:25px}.fsh-blog-category{display:inline-block;padding:5px 12px;background:var(--fsh-primary-color);color:#fff;font-size:.75rem;font-weight:600;text-transform:uppercase;border-radius:15px;margin-bottom:15px}.fsh-blog-card-title{color:#fff;font-size:1.25rem;margin:0 0 12px;line-height:1.4}.fsh-blog-excerpt{color:#aaa;font-size:.95rem;line-height:1.7;margin:0 0 15px}.fsh-blog-meta{color:#666;font-size:.85rem;margin-bottom:15px}.fsh-blog-read-more{background:none;border:2px solid var(--fsh-primary-color);color:var(--fsh-primary-color);padding:10px 20px;border-radius:25px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.fsh-blog-read-more:hover{background:var(--fsh-primary-color);color:#fff}@media(max-width:768px){.fsh-page-title{font-size:1.8rem}.fsh-content-card{padding:20px}.fsh-portfolio-grid,.fsh-blog-grid{grid-template-columns:1fr}.fsh-blog-categories{gap:8px}.fsh-blog-category-link{padding:8px 15px;font-size:.85rem}}.fsh-blog-post .fsh-blog-post-header{margin-bottom:40px}.fsh-back-link{display:inline-block;color:var(--fsh-primary-color);text-decoration:none;font-weight:600;margin-bottom:20px;transition:color .3s ease}.fsh-back-link:hover{color:#cc3600}.fsh-blog-post .fsh-blog-category{display:inline-block;margin-bottom:15px}.fsh-blog-post .fsh-page-title{margin-bottom:15px}.fsh-blog-date{color:#666;font-size:.95rem}.fsh-blog-content{font-size:1.1rem;line-height:1.8;color:#333}.fsh-blog-content p{margin-bottom:1.5em}.fsh-blog-content strong{color:#222}.fsh-blog-content em{font-style:italic}.fsh-blog-read-more{display:inline-block;text-decoration:none}.fsh-blog-card-image{width:100%;height:200px;overflow:hidden;border-radius:12px 12px 0 0}.fsh-blog-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.fsh-blog-card:hover .fsh-blog-card-image img{transform:scale(1.05)}.fsh-blog-featured-image{width:100%;max-width:600px;margin:0 auto 30px;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a}.fsh-blog-featured-image img{width:100%;height:auto;display:block}.admin-page{min-height:100vh;background:#f5f7fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}.admin-header{background:#1a1a2e;color:#fff;padding:20px 30px;display:flex;justify-content:space-between;align-items:center}.admin-header h1{margin:0;font-size:1.5rem;font-weight:600}.admin-back-link{color:#fff;text-decoration:none;opacity:.8;transition:opacity .2s}.admin-back-link:hover{opacity:1}.admin-nav{background:#fff;border-bottom:1px solid #e0e0e0;padding:0 30px;display:flex;gap:5px}.admin-nav-link{display:inline-block;padding:15px 20px;color:#666;text-decoration:none;font-weight:500;border-bottom:3px solid transparent;transition:all .2s}.admin-nav-link:hover{color:#333;background:#f5f5f5}.admin-nav-link.active{color:#f40;border-bottom-color:#f40}.admin-content{padding:30px;max-width:1400px;margin:0 auto}.admin-content h2{margin:0;font-size:1.3rem;color:#333}.admin-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px;margin-top:30px}.admin-card{background:#fff;border-radius:12px;padding:25px;text-decoration:none;color:inherit;box-shadow:0 2px 8px #00000014;transition:all .2s}.admin-card:hover{box-shadow:0 4px 16px #0000001f;transform:translateY(-2px)}.admin-card-icon{font-size:2.5rem;margin-bottom:15px}.admin-card h3{margin:0 0 8px;font-size:1.1rem;color:#333}.admin-card p{margin:0;color:#666;font-size:.9rem}.admin-card-count{display:inline-block;margin-top:15px;padding:5px 12px;background:#f0f0f0;border-radius:20px;font-size:.85rem;color:#666}.admin-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.admin-saved{color:#27ae60;font-weight:500}.admin-btn{display:inline-block;padding:10px 20px;background:#f0f0f0;border:none;border-radius:6px;font-size:.9rem;font-weight:500;color:#333;cursor:pointer;text-decoration:none;transition:all .2s}.admin-btn:hover{background:#e0e0e0}.admin-btn-primary{background:#f40;color:#fff}.admin-btn-primary:hover{background:#cc3600}.admin-btn-small{padding:6px 12px;font-size:.8rem;margin-right:5px}.admin-btn-danger{background:#fee;color:#c0392b}.admin-btn-danger:hover{background:#fdd}.admin-table{width:100%;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014;border-collapse:collapse}.admin-table th,.admin-table td{padding:15px 20px;text-align:left;border-bottom:1px solid #f0f0f0}.admin-table th{background:#fafafa;font-weight:600;color:#666;font-size:.85rem;text-transform:uppercase}.admin-table tr:last-child td{border-bottom:none}.admin-table tr:hover td{background:#fafafa}.admin-slug{color:#999}.admin-status{display:inline-block;padding:4px 10px;border-radius:20px;font-size:.8rem;font-weight:500}.admin-status-published{background:#e8f5e9;color:#27ae60}.admin-status-draft{background:#fff3e0;color:#f39c12}.admin-editor{background:#fff;border-radius:12px;padding:30px;margin-bottom:25px;box-shadow:0 2px 8px #00000014}.admin-editor h3{margin:0 0 20px;font-size:1.2rem;color:#333}.admin-form{display:flex;flex-direction:column;gap:20px}.admin-form-wide{background:#fff;border-radius:12px;padding:30px;box-shadow:0 2px 8px #00000014}.admin-form-group{display:flex;flex-direction:column;gap:8px}.admin-form-group label{font-weight:500;color:#333;font-size:.9rem}.admin-form-group input,.admin-form-group select,.admin-form-group textarea{padding:12px 15px;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .2s}.admin-form-group input:focus,.admin-form-group select:focus,.admin-form-group textarea:focus{outline:none;border-color:#f40}.admin-form-group textarea{resize:vertical;min-height:80px}.admin-form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.admin-form-actions{display:flex;gap:10px;margin-top:10px}.admin-checkbox-group label{flex-direction:row;align-items:center;gap:10px;cursor:pointer}.admin-checkbox-group input[type=checkbox]{width:18px;height:18px}.admin-fieldset{border:1px solid #e0e0e0;border-radius:8px;padding:20px;margin-bottom:20px}.admin-fieldset legend{padding:0 10px;font-weight:600;color:#333}.admin-color-input{display:flex;gap:10px;align-items:center}.admin-color-input input[type=color]{width:50px;height:40px;border:none;border-radius:8px;cursor:pointer}.admin-color-input input[type=text]{width:120px}.admin-image-preview{margin-top:10px;max-width:400px}.admin-image-preview img{width:100%;border-radius:8px;border:1px solid #e0e0e0}.admin-empty-state{background:#fff;border-radius:12px;padding:60px 30px;text-align:center;color:#666;box-shadow:0 2px 8px #00000014}@media(max-width:768px){.admin-header{padding:15px 20px}.admin-header h1{font-size:1.2rem}.admin-nav{padding:0 15px;overflow-x:auto}.admin-nav-link{padding:12px 15px;white-space:nowrap}.admin-content{padding:20px}.admin-form-row{grid-template-columns:1fr}.admin-table{font-size:.9rem}.admin-table th,.admin-table td{padding:10px 15px}}
