.tf-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .3s ease;text-decoration:none;outline:none;white-space:nowrap;min-height:44px}.tf-button-icon{display:inline-flex;align-items:center;gap:.75rem}.tf-button:disabled{opacity:.6;cursor:not-allowed;transform:none!important;box-shadow:none!important}@media (max-width: 768px){.tf-button{padding:.75rem 1.25rem;font-size:.9rem}}.tf-card{background:#fff;border-radius:16px;border:2px solid var(--trustflow-light-gray);box-shadow:0 2px 8px #1e3a8a0a;transition:all .3s ease;overflow:hidden}.tf-card:hover{border-color:var(--trustflow-primary-blue);box-shadow:0 4px 16px #1e3a8a1a;transform:translateY(-2px)}.tf-card-header{padding:1.5rem 2rem 1rem;border-bottom:1px solid var(--trustflow-light-gray)}.tf-card-header h3{color:var(--trustflow-primary-blue);font-size:1.25rem;font-weight:700;margin:0 0 .5rem}.tf-card-header p{color:var(--trustflow-medium-gray);margin:0;line-height:1.6}.tf-card-body{padding:1.5rem 2rem}.tf-card-footer{padding:1rem 2rem 1.5rem;border-top:1px solid var(--trustflow-light-gray);display:flex;justify-content:space-between;align-items:center;gap:1rem}@media (max-width: 768px){.tf-card-header,.tf-card-body{padding:1rem 1.5rem}.tf-card-footer{padding:1rem 1.5rem;flex-direction:column;align-items:stretch}}@media (max-width: 480px){.tf-card-header,.tf-card-body,.tf-card-footer{padding:1rem}}.tf-checklist-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.5rem}.tf-checklist-check{display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;background:var(--trustflow-white);border:2px solid var(--trustflow-success);border-radius:4px;flex-shrink:0;margin-top:.125rem}.tf-checklist-check svg{width:1rem;height:1rem}.tf-checklist-text{flex:1;font-size:.875rem;line-height:1.5;color:var(--trustflow-dark-gray)}.tf-form{display:flex;flex-direction:column;gap:1.5rem;max-width:600px}.tf-form-group{display:flex;flex-direction:column;gap:.5rem}.tf-form-label{color:var(--trustflow-dark-gray);font-weight:600;font-size:.875rem;margin-bottom:.5rem}.tf-form-label-required:after{content:" *";color:var(--trustflow-primary-red)}.tf-form-input{padding:.75rem;border:2px solid var(--trustflow-light-gray);border-radius:6px;font-size:1rem;font-family:inherit;background-color:#fff;transition:all .3s ease;outline:none}.tf-form-input:focus{border-color:var(--trustflow-primary-blue);box-shadow:0 0 0 3px #0025971a}.tf-form-input::placeholder{color:var(--trustflow-medium-gray);opacity:1}.tf-form-textarea{padding:.75rem;border:2px solid var(--trustflow-light-gray);border-radius:6px;font-size:1rem;font-family:inherit;background-color:#fff;transition:all .3s ease;outline:none;resize:vertical;min-height:120px}.tf-form-textarea:focus{border-color:var(--trustflow-primary-blue);box-shadow:0 0 0 3px #0025971a}.tf-form-textarea::placeholder{color:var(--trustflow-medium-gray);opacity:1}.tf-form-select{padding:.75rem 2.5rem .75rem .75rem;border:2px solid var(--trustflow-light-gray);border-radius:6px;font-size:1rem;font-family:inherit;background-color:#fff;transition:all .3s ease;outline:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23777777' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:1em}.tf-form-select:focus{border-color:var(--trustflow-primary-blue);box-shadow:0 0 0 3px #0025971a}.tf-form-error{color:var(--trustflow-primary-red);font-size:.875rem;font-weight:500;margin-top:.25rem}.tf-form-success{background-color:var(--trustflow-green);color:#fff;padding:1rem;border-radius:6px;font-weight:600;text-align:center;margin-bottom:1.5rem}.tf-form-help{color:var(--trustflow-medium-gray);font-size:.875rem;margin-top:.25rem}.tf-form-section{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000001a;border:1px solid var(--trustflow-light-gray)}.tf-form-section h2{color:var(--trustflow-primary-blue);font-size:1.75rem;font-weight:700;margin-bottom:1rem}.tf-form-section p{color:var(--trustflow-medium-gray);margin-bottom:2rem;line-height:1.6}@media (max-width: 768px){.tf-form-section{padding:1.5rem}}@media (max-width: 480px){.tf-form-section{padding:1rem}.tf-form-section h2{font-size:1.5rem}.tf-form-input,.tf-form-textarea,.tf-form-select{padding:.625rem}}.tf-page{min-height:100vh;background:var(--trustflow-white);color:var(--trustflow-dark-gray);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Inter,sans-serif;line-height:1.6}.tf-container{max-width:1200px;margin:0 auto;padding:0 2rem}.tf-grid{display:grid;gap:2rem}.tf-grid-auto{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.tf-header{text-align:center;margin-bottom:4rem;position:relative}.tf-header:after{content:"";position:absolute;bottom:-1.5rem;left:50%;transform:translate(-50%);width:80px;height:5px;background:linear-gradient(90deg,var(--trustflow-primary-blue),var(--trustflow-blue-medium),var(--trustflow-blue-dark));border-radius:3px}.tf-header h1{font-size:3.8rem;font-weight:900;color:var(--trustflow-dark-gray);margin-bottom:2rem;line-height:1.1;letter-spacing:-.03em;background:linear-gradient(135deg,var(--trustflow-dark-gray) 0%,var(--trustflow-primary-blue) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.tf-header h2{font-size:2.8rem;font-weight:900;color:var(--trustflow-dark-gray);margin-bottom:2rem;line-height:1.1;letter-spacing:-.02em;background:linear-gradient(135deg,var(--trustflow-dark-gray) 0%,var(--trustflow-primary-blue) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.tf-header h3{font-size:2.2rem;font-weight:800;color:var(--trustflow-dark-gray);margin-bottom:1.5rem;line-height:1.2;letter-spacing:-.01em}.tf-header p{font-size:1.2rem;color:var(--trustflow-medium-gray);margin:0 auto;line-height:1.6}.tf-section-header{text-align:center;margin-bottom:4rem;position:relative}.tf-section-header:after{content:"";position:absolute;bottom:-1.5rem;left:50%;transform:translate(-50%);width:60px;height:4px;background:linear-gradient(90deg,var(--trustflow-primary-blue),var(--trustflow-blue-medium));border-radius:2px}.tf-section-header h2{font-size:2.8rem;font-weight:900;color:var(--trustflow-dark-gray);margin-bottom:2rem;line-height:1.1;letter-spacing:-.02em;background:linear-gradient(135deg,var(--trustflow-dark-gray) 0%,var(--trustflow-primary-blue) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.tf-section-header p{font-size:1.3rem;color:var(--trustflow-medium-gray);max-width:700px;margin:0 auto;line-height:1.6;font-weight:400}.tf-spacing-top-md{margin-top:1.5rem}@media (max-width: 1024px){.tf-container{padding:0 1.5rem}}@media (max-width: 768px){.tf-page{padding-top:70px;overflow-x:hidden}.tf-container{padding:0 1rem;max-width:100%}.tf-grid{gap:1.5rem}.tf-grid-auto{grid-template-columns:1fr}.tf-header{margin-bottom:3rem;padding:0 .5rem;text-align:center}.tf-header h1{font-size:2.5rem;line-height:1.2;margin-bottom:1.5rem}.tf-header h2,.tf-section-header h2{font-size:2.2rem;line-height:1.2;margin-bottom:1.5rem}.tf-header h3{font-size:1.8rem}.tf-header p,.tf-section-header p{font-size:1.1rem;padding:0 .5rem;line-height:1.6}.tf-section-header{margin-bottom:3rem;padding:0 .5rem;text-align:center}}@media (max-width: 600px){.tf-page{padding-top:60px}}@media (max-width: 768px) and (orientation: landscape){.tf-page{padding-top:50px}}@media (max-width: 480px){.tf-container{padding:0 .75rem}.tf-grid{gap:1rem}.tf-header{margin-bottom:2rem}.tf-header h1{font-size:2rem}.tf-header h2,.tf-section-header h2{font-size:1.8rem}.tf-header h3{font-size:1.5rem}.tf-header p,.tf-section-header p{font-size:1rem}.tf-section-header{margin-bottom:2rem}}.tf-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.tf-modal-content{background:var(--trustflow-white);border-radius:12px;max-width:90vw;max-height:90vh;overflow:hidden;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column}.tf-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--trustflow-border);background:var(--trustflow-light-gray)}.tf-modal-title{margin:0;font-size:1.5rem;font-weight:700;color:var(--trustflow-dark-gray)}.tf-modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--trustflow-medium-gray);padding:.5rem;border-radius:4px;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;transition:all .2s}.tf-modal-close:hover{background:var(--trustflow-white);color:var(--trustflow-dark-gray)}.tf-modal-body{padding:2rem;overflow-y:auto;flex:1}@media (max-width: 768px){.tf-modal-content{max-width:95vw;max-height:95vh}.tf-modal-header,.tf-modal-body{padding:1rem}}.tf-search{display:flex;justify-content:center;margin-bottom:2rem}.tf-search-container{position:relative;width:100%;max-width:600px}.tf-search-input{width:100%;padding:1.2rem 1.5rem 1.2rem 3.5rem;border:2px solid var(--trustflow-primary-blue);border-radius:50px;font-size:1.1rem;background:#fff;color:var(--trustflow-dark-gray);transition:all .3s ease;box-shadow:0 4px 20px #00000014;font-weight:500;outline:none}.tf-search-input:focus{border-color:var(--trustflow-primary-blue);box-shadow:0 4px 20px #1e3a8a26}.tf-search-input::placeholder{color:var(--trustflow-medium-gray);opacity:1}.tf-search-icon{position:absolute;left:1.2rem;top:50%;transform:translateY(-50%);width:20px;height:20px;color:var(--trustflow-primary-blue);pointer-events:none}.tf-search-box{width:100%;padding:1.1rem 1.5rem 1.1rem 3.2rem;border:2px solid var(--trustflow-primary-blue);border-radius:16px;font-size:1.12rem;outline:none;background:#fff;color:var(--trustflow-dark-gray);box-shadow:0 2px 12px #1e3a8a12;transition:all .3s ease}.tf-search-box:focus{border-color:var(--trustflow-primary-blue);box-shadow:0 4px 18px #2563eb1a}.tf-search-box::placeholder{color:var(--trustflow-medium-gray);opacity:1}.tf-search-clear{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--trustflow-medium-gray);cursor:pointer;font-size:1.2rem;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.tf-search-clear:hover{background:var(--trustflow-light-gray);color:var(--trustflow-dark-gray)}.tf-search-compact{margin-bottom:1rem}.tf-search-compact .tf-search-container{max-width:400px}.tf-search-compact .tf-search-input{padding:.75rem 1rem .75rem 2.5rem;font-size:1rem}.tf-search-compact .tf-search-icon{left:.75rem;width:16px;height:16px}@media (max-width: 768px){.tf-search-container{max-width:100%}.tf-search-input,.tf-search-box{font-size:1rem;padding:1rem 1rem 1rem 2.5rem}.tf-search-icon{left:1rem}}@media (max-width: 480px){.tf-search-input,.tf-search-box{font-size:.9rem;padding:.875rem .875rem .875rem 2.25rem}.tf-search-icon{left:.875rem;width:16px;height:16px}}.tf-tabs-nav{display:flex;gap:.5rem;margin-bottom:1.5rem;border-bottom:2px solid var(--trustflow-border);padding-bottom:.5rem}.tf-tabs-nav .tf-tab{border-radius:6px;padding:.75rem 1.5rem;font-weight:600;transition:all .2s}.tf-tabs-nav .tf-tab:hover{background-color:var(--trustflow-light-gray)}.tf-tabs-nav .tf-tab.active{background-color:var(--trustflow-primary-blue);color:#fff}.tf-tab-panel{display:none;animation:fadeIn .3s ease-in-out}.tf-tab-panel.active{display:block}@media (max-width: 768px){.tf-tabs-nav{flex-direction:column;gap:.25rem}.tf-tabs-nav .tf-tab{text-align:center;padding:.75rem}}.page-title,.hero-main h1,.pricing-main-title{font-size:3.5rem!important;font-weight:900!important;color:var(--trustflow-primary-blue)!important;margin-bottom:1.5rem!important;line-height:1.1!important;letter-spacing:-.02em!important;margin-top:0!important}.page-subtitle,.hero-description,.pricing-subtitle{font-size:1.25rem!important;color:var(--trustflow-medium-gray)!important;margin:0 auto 3rem!important;line-height:1.6!important;font-weight:400!important}.hero-section,.pricing-hero{padding:4rem 0 3rem!important;background:linear-gradient(135deg,var(--trustflow-white) 0%,#f8fafc 100%)!important;text-align:center!important;border-bottom:1px solid rgba(0,37,151,.08)!important;position:relative!important}.hero-section:before,.pricing-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 30%,rgba(30,64,175,.06) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(59,130,246,.04) 0%,transparent 50%);pointer-events:none}.hero-content,.pricing-hero-content{max-width:900px!important;margin:0 auto!important;padding:0 2rem!important}@media (max-width: 768px){.page-title,.hero-main h1,.pricing-main-title{font-size:2.8rem!important}.page-subtitle,.hero-description,.pricing-subtitle{font-size:1.15rem!important}}@media (max-width: 480px){.page-title,.hero-main h1,.pricing-main-title{font-size:2.2rem!important}}body{margin:0;padding-top:120px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}@media (max-width: 768px){body{padding-top:120px}}:root{--lexfriend-primary-blue: #4792EA;--trustflow-blue-light: #cbc3e6;--trustflow-blue-medium: #97bbcc;--trustflow-blue-dark: #5f56b2;--trustflow-primary-blue: #002597;--trustflow-primary-red: #FB3B1F;--trustflow-orange: #f97316;--trustflow-yellow-orange: #ffc300;--trustflow-yellow: #ffff00;--trustflow-red-light: #ff7556;--trustflow-red-medium: #ffa68c;--trustflow-red-pale: #ffd3d4;--trustflow-green: #4792EA;--trustflow-green-light: #5ba1ef;--trustflow-white: #ffffff;--trustflow-black: #000000;--trustflow-dark-gray: #3b3b3b;--trustflow-medium-gray: #777777;--trustflow-light-gray: #b9b9b9;--trustflow-background: var(--trustflow-white);--trustflow-text-primary: var(--trustflow-black);--trustflow-text-secondary: var(--trustflow-medium-gray);--trustflow-border: var(--trustflow-light-gray);--trustflow-border-hover: var(--trustflow-primary-blue);--trustflow-success: var(--trustflow-green);--trustflow-error: var(--trustflow-primary-red);--trustflow-warning: var(--trustflow-yellow-orange);--trustflow-primary-blue-hover: var(--trustflow-blue-dark);--trustflow-primary-blue-light: var(--trustflow-blue-light)}body,.trustflow-root{background:var(--trustflow-background);color:var(--trustflow-text-primary);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;padding-top:120px}.page-title{max-width:1400px;margin:0 auto 3rem;padding:4rem 2.5rem 0;text-align:left;background:none;position:relative}.page-title:after{content:"";position:absolute;bottom:-1rem;left:2.5rem;width:80px;height:5px;background:linear-gradient(90deg,var(--trustflow-primary-blue),var(--trustflow-blue-medium));border-radius:3px}.page-title h1{color:var(--trustflow-primary-blue);font-size:3.5rem;font-weight:900;margin:0 0 1.5rem;letter-spacing:-.02em;line-height:1.1;text-align:left}.page-title .page-subtitle,.page-subtitle{color:var(--trustflow-medium-gray);font-size:1.3rem;font-weight:400;max-width:700px;line-height:1.7;margin-bottom:3rem;margin-top:0;text-align:left;letter-spacing:.01em}.main-container{max-width:1400px;margin:0 auto;padding:2.5rem 2.5rem 3rem}.tabs-container{background:var(--trustflow-white);border-radius:8px;border:1px solid var(--trustflow-light-gray);overflow:hidden;max-width:1400px;margin:0 auto;margin-top:2.5rem;box-shadow:0 2px 8px #0025970a}.content-grid,.certifications-grid,.controls-grid{display:grid;gap:2rem;width:100%;box-sizing:border-box}.content-grid{grid-template-columns:repeat(3,1fr)}.certifications-grid{grid-template-columns:1fr 1fr}.controls-grid{grid-template-columns:repeat(3,1fr)}@media (max-width: 1100px){.content-grid,.certifications-grid,.controls-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 700px){.content-grid,.certifications-grid,.controls-grid{grid-template-columns:1fr}}.certification-card,.control-category{background:#fff;border:1px solid var(--trustflow-light-gray);border-radius:20px;box-shadow:0 4px 16px #1e3a8a14;padding:2.5rem;display:flex;flex-direction:column;transition:all .3s cubic-bezier(.4,0,.2,1);text-align:left;position:relative;overflow:hidden;min-height:280px}.certification-card:hover,.control-category:hover{border-color:var(--trustflow-primary-blue);box-shadow:0 8px 32px #1e3a8a26;transform:translateY(-4px)}.cert-icon{width:48px;height:48px;background:linear-gradient(135deg,var(--trustflow-primary-blue) 0%,var(--trustflow-blue-dark) 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem;font-weight:700;flex-shrink:0;box-shadow:0 4px 12px #1e3a8a4d}.cert-title{font-size:1.2rem;font-weight:700;color:var(--trustflow-dark-gray)}.cert-description{color:var(--trustflow-medium-gray);font-size:.97rem;margin-bottom:.7rem;line-height:1.5;word-wrap:break-word}.cert-status{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:16px;font-size:.875rem;font-weight:600;margin-top:auto;align-self:flex-start;white-space:nowrap}.cert-status.certified{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46;border:1px solid #34d399}.cert-status.certified:before{content:"✓";font-weight:900;font-size:1rem;color:#059669}.tabs{display:flex;border-bottom:1px solid var(--trustflow-light-gray);background:var(--trustflow-white)}.tab{flex:1;padding:1.3rem 0;background:none;border:none;cursor:pointer;font-size:1.18rem;font-weight:600;color:var(--trustflow-medium-gray);transition:all .3s ease;position:relative;outline:none;border-bottom:2.5px solid transparent;text-align:center;letter-spacing:-.01em;border-radius:0;box-shadow:none}.tab:hover{background:var(--trustflow-light-gray);color:var(--trustflow-dark-gray)}.tab.active{color:var(--trustflow-primary-blue);background:#fff;font-weight:700;border-bottom:2.5px solid var(--trustflow-primary-blue);z-index:1;box-shadow:0 2px 0 0 var(--trustflow-primary-blue)}.tab:focus{outline:none;box-shadow:none}.tab-content{padding:2.5rem 2.5rem 2rem;min-height:400px;text-align:left}.section-title{color:var(--trustflow-dark-gray);margin:0 0 2.2rem;font-size:2.1rem;font-weight:800;letter-spacing:-.01em;line-height:1.2}.author-avatar{border-radius:50%;background:var(--trustflow-primary-blue);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.875rem}.author-avatar.standard{width:32px;height:32px}.author-avatar.large{width:40px;height:40px}.author-name{font-weight:600;color:var(--trustflow-text-primary);font-size:.875rem}.read-time{color:var(--trustflow-text-secondary);font-size:.875rem;font-weight:500;display:flex;align-items:center;gap:.5rem}.blog-author{display:flex;align-items:center;gap:.75rem}.featured-footer{display:flex;justify-content:space-between;align-items:center}.certification-badges{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.certification-badge{display:flex;align-items:center;transition:transform .3s ease}.certification-badge:hover{transform:scale(1.05)}.certification-image{max-height:80px;max-width:120px;width:auto;height:auto;border-radius:50%;border:none;transition:all .3s ease;object-fit:contain;background:transparent}.certification-image[src*=iso27001]{border-radius:0;border:none;background:transparent;max-height:100px;max-width:160px}.certification-image[src*=caico-zwart]{border-radius:8px;border:none;background:transparent;max-height:100px;max-width:160px}.certification-image:hover{box-shadow:0 4px 12px #0003;transform:scale(1.05)}.certification-image[src*=iso27001]:hover,.certification-image[src*=caico-zwart]:hover{border:none;box-shadow:0 4px 12px #0000004d;transform:scale(1.05)}.hero-compliance-sidebar .certification-badges{display:flex;flex-wrap:wrap;gap:1.2rem;justify-content:flex-start;align-items:center;margin:.5rem 0 1.5rem .5rem;padding:0}.hero-compliance-sidebar .certification-image{max-height:60px;max-width:90px;width:auto;height:auto;border:none;object-fit:contain;background:transparent;margin-right:.2rem;margin-left:.2rem;box-shadow:0 2px 8px #00000014}.hero-compliance-sidebar .certification-image[src*=ai-act],.hero-compliance-sidebar .certification-image[src*=avg]{width:60px;height:60px;max-width:60px;max-height:60px;object-fit:cover}.hero-compliance-sidebar .certification-image[src*=iso27001]{border-radius:0;border:none;background:transparent;max-height:70px;max-width:110px}.hero-compliance-sidebar .certification-image[src*=caico-zwart]{border-radius:8px;border:none;background:transparent;max-height:70px;max-width:110px}.hero-compliance-sidebar .certification-badges{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem 1.5rem;justify-items:center;align-items:center;max-width:600px;margin:0 auto;place-items:center;transform:none;padding:.5rem 0}.hero-compliance-sidebar .certification-image{max-height:80px;max-width:120px;width:auto;height:auto;border:none;object-fit:contain;background:transparent}.hero-compliance-sidebar .certification-image[src*=ai-act],.hero-compliance-sidebar .certification-image[src*=avg]{width:80px;height:80px;max-width:80px;max-height:80px;object-fit:cover}.hero-compliance-sidebar .certification-image[src*=iso27001]{border-radius:0;border:none;background:transparent;max-height:90px;max-width:140px}.hero-compliance-sidebar .certification-image[src*=caico-zwart]{border-radius:8px;border:none;background:transparent;max-height:90px;max-width:140px}.hero-compliance-sidebar .certification-image:hover{box-shadow:0 6px 16px #0006;transform:scale(1.05)}.hero-compliance-sidebar .certification-image[src*=iso27001]:hover,.hero-compliance-sidebar .certification-image[src*=caico-zwart]:hover{border:none;box-shadow:0 6px 16px #0006;transform:scale(1.05)}@media (max-width: 768px){.hero-compliance-sidebar .certification-badges{grid-template-columns:repeat(2,1fr);gap:2rem;max-width:600px;transform:translate(2rem);padding:1.5rem}.hero-compliance-sidebar .certification-image{max-height:110px;max-width:165px}.hero-compliance-sidebar .certification-image[src*=ai-act],.hero-compliance-sidebar .certification-image[src*=avg]{width:110px;height:110px;max-width:110px;max-height:110px;object-fit:cover}.hero-compliance-sidebar .certification-image[src*=iso27001]{max-height:130px;max-width:200px}.hero-compliance-sidebar .certification-image[src*=caico-zwart]{max-height:160px;max-width:240px}}@media (max-width: 480px){.hero-compliance-sidebar .certification-badges{grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:480px;transform:translate(1rem);padding:1rem}.hero-compliance-sidebar .certification-image{max-height:90px;max-width:135px}.hero-compliance-sidebar .certification-image[src*=ai-act],.hero-compliance-sidebar .certification-image[src*=avg]{width:90px;height:90px;max-width:90px;max-height:90px;object-fit:cover}.hero-compliance-sidebar .certification-image[src*=iso27001]{max-height:110px;max-width:170px}.hero-compliance-sidebar .certification-image[src*=caico-zwart]{max-height:130px;max-width:195px}}.certification-badges-grid{display:grid;grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(2,1fr);gap:1.5rem;justify-items:center;align-items:center;margin:0 auto;max-width:350px}@media (max-width: 600px){.certification-badges-grid{gap:1rem;max-width:95vw}.certification-badges-grid .certification-image{max-width:80px;max-height:60px}}.tf-tabs{width:100%}.tf-tabs-nav{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-bottom:2rem;background:#f8fafc;border-radius:16px;padding:.5rem;border:2px solid rgba(0,37,151,.08);box-shadow:0 4px 16px #0025970f;max-width:500px;margin-left:auto;margin-right:auto;margin-bottom:3rem}.tf-tabs-nav .tf-tab{flex:1;padding:.9rem 1.5rem;border:none;border-radius:12px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);background:transparent;color:var(--trustflow-medium-gray);white-space:nowrap;text-align:center;min-height:48px;display:flex;align-items:center;justify-content:center}.tf-tabs-nav .tf-tab:hover{background:#00259714;color:var(--trustflow-primary-blue);transform:translateY(-1px)}.tf-tabs-nav .tf-tab.active{background:var(--trustflow-primary-blue);color:#fff;font-weight:700;box-shadow:0 4px 16px #00259740;transform:translateY(-1px)}.tf-tabs-nav .tf-tab:focus{outline:none;box-shadow:0 0 0 3px #00259733}.tf-tabs-content{width:100%}.tf-tab-panel{display:none}.tf-tab-panel.active{display:block;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.tf-tabs-nav{flex-direction:row;gap:.25rem;max-width:100%;padding:.4rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.tf-tabs-nav::-webkit-scrollbar{display:none}.tf-tabs-nav .tf-tab{flex-shrink:0;width:auto;min-width:120px;padding:.8rem 1rem;font-size:.9rem;white-space:nowrap;text-align:center}}@media (max-width: 480px){.tf-tabs-nav{max-width:280px}.tf-tabs-nav .tf-tab{padding:.7rem .8rem;font-size:.85rem}}.tf-header{padding:4rem 0 3rem;background:var(--trustflow-white);text-align:center;border-bottom:1px solid rgba(0,37,151,.08);position:relative;overflow:hidden}.tf-header:before{content:"";position:absolute;inset:0;background:#00259705;pointer-events:none}.tf-header>*{position:relative;z-index:2}.tf-header h1{font-size:3.5rem!important;font-weight:900!important;color:var(--trustflow-primary-blue)!important;margin-bottom:1.5rem!important;line-height:1.1!important;letter-spacing:-.02em!important;margin-top:0!important;max-width:1400px;margin-left:auto;margin-right:auto}.tf-header p{font-size:1.25rem!important;color:var(--trustflow-medium-gray)!important;margin:0 auto 3rem!important;line-height:1.6!important;font-weight:400!important}.tf-header.tf-text-left{text-align:left;padding:3rem 0 2rem}.tf-header.tf-text-left h1,.tf-header.tf-text-left p{margin-left:0;margin-right:0;max-width:none}@media (max-width: 768px){.tf-header{padding:1rem 0 2rem}.tf-header h1{font-size:2.5rem!important}.tf-header p{font-size:1.1rem!important}}@media (max-width: 480px){.tf-header{padding:.5rem 0 1.5rem}.tf-header h1{font-size:2.2rem!important}.tf-header p{font-size:1rem!important}}.tf-checklist-item{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.9rem;color:var(--trustflow-dark-gray);line-height:1.5}.tf-checklist-item:last-child{margin-bottom:0}.tf-checklist-check{flex-shrink:0;display:flex;align-items:center;justify-content:center}.tf-checklist-text{flex:1;font-weight:500}.tf-text-left{text-align:left}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.hero-section{padding:2rem 0;background:var(--trustflow-white);position:relative}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.hero-content{text-align:center;margin-bottom:3rem}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;color:var(--trustflow-dark-gray);line-height:1.1}.hero-subtitle{font-size:1.25rem;color:var(--trustflow-medium-gray);margin-bottom:2.5rem;line-height:1.6}.hero-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem;padding:2rem;background:linear-gradient(135deg,#00259705,#0025970d);border-radius:16px;border:1px solid rgba(0,37,151,.1)}.hero-features .compliance-item{background:linear-gradient(135deg,var(--trustflow-blue) 0%,var(--trustflow-blue-dark) 100%);border:2px solid rgba(0,37,151,.2);color:var(--trustflow-white);padding:1.2rem 2rem;border-radius:12px;font-weight:600;text-align:center;box-shadow:0 4px 16px #00259726;transition:all .3s ease;position:relative;overflow:hidden}.hero-features .compliance-item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s ease}.hero-features .compliance-item:hover:before{left:100%}.hero-features .compliance-item:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0025974d}.primary-cta{background:var(--trustflow-blue);color:var(--trustflow-light-gray);border:none;padding:1rem 2.5rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.primary-cta:hover{background:var(--trustflow-blue-hover);transform:translateY(-2px);box-shadow:0 6px 20px #0025974d}.modules-section{padding:4rem 0;background:var(--trustflow-white)}.modules-section .container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:var(--trustflow-dark-gray)}.section-subtitle{font-size:1.125rem;text-align:center;color:var(--trustflow-medium-gray);margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.modules-overview{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:4rem}.module-card{background:var(--trustflow-white);color:var(--trustflow-dark-gray);border:2px solid var(--trustflow-light-gray);border-radius:30px;padding:1rem 1.5rem;transition:all .3s ease;cursor:pointer;text-decoration:none;display:flex;align-items:center;gap:.75rem;font-weight:600;font-size:.95rem;box-shadow:0 2px 8px #00259714;white-space:nowrap}.module-card:hover{background:linear-gradient(135deg,var(--trustflow-primary-blue) 0%,var(--trustflow-blue) 100%);color:var(--trustflow-white);border-color:var(--trustflow-primary-blue);transform:translateY(-2px);box-shadow:0 8px 24px #00259740;text-decoration:none}.module-card.active{background:linear-gradient(135deg,var(--trustflow-primary-blue) 0%,var(--trustflow-blue) 100%);color:var(--trustflow-white);border-color:var(--trustflow-primary-blue);box-shadow:0 6px 20px #0025974d}.module-icon{width:20px;height:20px;flex-shrink:0;color:var(--trustflow-primary-blue);transition:color .3s ease}.module-card:hover .module-icon,.module-card.active .module-icon{color:var(--trustflow-white)}.module-icon svg{width:100%;height:100%}.module-title{font-size:inherit;font-weight:inherit;margin:0;color:inherit;line-height:1}.module-details-section{padding:4rem 0;background:var(--trustflow-white)}.module-detail{margin-bottom:6rem}.module-detail-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.module-detail-content-reverse{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;direction:rtl}.module-detail-content-reverse>*{direction:ltr}.module-detail-text h3{font-size:2rem;font-weight:700;margin-bottom:1rem;color:var(--trustflow-dark-gray)}.module-detail-text p{color:var(--trustflow-medium-gray);line-height:1.6;margin-bottom:1.5rem}.feature-list{list-style:none;padding:0;margin-top:2rem}.feature-item{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;color:var(--trustflow-dark-gray);background:var(--trustflow-light-gray);padding:.75rem 1rem;border-radius:8px;margin-bottom:.5rem;transition:all .2s ease}.feature-item:hover{background:var(--trustflow-white);transform:translate(4px)}.feature-icon{color:var(--trustflow-blue);flex-shrink:0}.module-visual{background:var(--trustflow-light-gray);border:1px solid var(--trustflow-light-gray);border-radius:12px;padding:2rem;text-align:center;min-height:300px;display:flex;align-items:center;justify-content:center}.visual-placeholder{color:var(--trustflow-medium-gray);font-size:1.125rem;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;text-align:center}.visual-placeholder h4{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:var(--trustflow-dark-gray)}.visual-placeholder .w-16{color:var(--trustflow-blue);margin-bottom:1rem}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.benefit-card{background:var(--trustflow-white);padding:2rem;border-radius:12px;text-align:center;border:1px solid var(--trustflow-light-gray);transition:all .3s ease}.benefit-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0025971a;border-color:var(--trustflow-blue)}.benefit-icon{width:64px;height:64px;background:var(--trustflow-blue);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--trustflow-light-gray)}.benefit-title{font-size:1.125rem;font-weight:600;margin-bottom:.75rem;color:var(--trustflow-dark-gray)}.benefit-description{color:var(--trustflow-medium-gray);line-height:1.5}.cta-section{padding:4rem 0;background:var(--trustflow-blue);color:var(--trustflow-light-gray);text-align:center}.cta-title{font-size:2.75rem;font-weight:700;margin-bottom:1rem}.cta-subtitle{font-size:1.25rem;margin-bottom:2.5rem;opacity:.9}.secondary-cta{background:var(--trustflow-light-gray);color:var(--trustflow-blue);border:none;padding:1rem 2.5rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.secondary-cta:hover{background:var(--trustflow-light-gray);transform:translateY(-2px);box-shadow:0 6px 20px #ffffff4d}.video-player-container{cursor:pointer;transition:all .3s ease}.video-player-container:hover{transform:scale(1.02)}.video-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;text-align:center}.video-placeholder h4{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:var(--trustflow-dark-gray)}.video-placeholder .w-16{color:var(--trustflow-blue);margin-bottom:1rem}.section-header{text-align:center;margin-bottom:3rem}@media (max-width: 1200px){.modules-overview{gap:.75rem}.module-card{font-size:.9rem;padding:.875rem 1.25rem}}@media (max-width: 768px){.container{padding:0 1rem!important}.hero-title{font-size:2.5rem!important;margin-bottom:1rem!important}.hero-subtitle{font-size:1.125rem!important;margin-bottom:2rem!important}.hero-section{padding:1.5rem 0!important}.modules-section{padding:3rem 0!important}.section{padding:2rem 0!important}.hero-features{grid-template-columns:1fr!important;gap:1rem!important;padding:1.5rem!important;margin-bottom:2rem!important}}@media (max-width: 480px){.hero-title{font-size:2rem!important;line-height:1.2!important}.hero-subtitle{font-size:1rem!important;line-height:1.5!important}.container{padding:0 .75rem!important}.hero-section{padding:1rem 0!important}.modules-section{padding:2rem 0!important}.hero-features{padding:1rem!important;margin-bottom:1.5rem!important}.compliance-item{padding:1rem 1.5rem!important;font-size:.875rem!important}}@media (max-width: 768px){.module-detail-content,.module-detail-content-reverse,.benefits-grid{grid-template-columns:1fr!important;gap:2rem!important}.modules-overview{justify-content:center;gap:.5rem}.module-card{font-size:.85rem;padding:.75rem 1rem;gap:.5rem}.module-icon{width:18px;height:18px}.hero-title{font-size:2.5rem!important}.section-title{font-size:2rem!important}.module-detail-title{font-size:1.75rem!important}.cta-title{font-size:2.25rem!important}.container{padding:0 1rem!important}.section{padding:2rem 0!important}}@media (max-width: 480px){.hero-features{flex-direction:column!important;align-items:center!important}.compliance-item{min-width:auto!important;width:100%!important;max-width:280px!important}.video-placeholder{min-height:200px}.video-placeholder .w-16{width:3rem;height:3rem}.video-placeholder h4{font-size:1rem}}.module-card:focus,.benefit-card:focus,.primary-cta:focus{outline:2px solid var(--trustflow-blue);outline-offset:2px}.module-card,.benefit-card{will-change:transform}@media print{.cta-section{background:var(--trustflow-white)!important;color:var(--trustflow-dark-gray)!important;border:1px solid var(--trustflow-medium-gray)}}
