body.help-page{
  margin:0;
  background:url("/assets/achtergrond.jpg") no-repeat center center fixed;
  background-size:cover;
  color:#1f2937;
}

.help-shell{
  max-width:1250px;
  margin:0 auto;
  padding:20px 16px 90px;
  box-sizing:border-box;
}

.help-hero,
.help-section-box,
.help-faq-wrap,
.help-card,
.help-feature-card{
  background:rgba(255,255,255,0.95);
  border:1px solid rgba(255,255,255,0.72);
  border-radius:24px;
  box-shadow:0 16px 36px rgba(0,0,0,0.10);
  backdrop-filter:blur(10px);
}

.help-hero{
  padding:28px 22px;
  margin-bottom:22px;
}

.help-hero-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}

.help-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 14px;
  border-radius:999px;
  background:linear-gradient(135deg, #eef2ff, #e0f2fe);
  color:#1e3a8a;
  font-weight:700;
  font-size:13px;
  margin-bottom:14px;
}

.help-kicker.premium{
  background:linear-gradient(135deg, #fff7ed, #fef3c7);
  color:#92400e;
}

.help-kicker.business{
  background:linear-gradient(135deg, #ecfdf5, #d1fae5);
  color:#065f46;
}

.help-hero h1{
  margin:0 0 10px;
  font-size:clamp(28px, 4vw, 42px);
  line-height:1.1;
  color:#0f172a;
}

.help-hero p{
  margin:0;
  max-width:780px;
  color:#475569;
  font-size:16px;
  line-height:1.7;
}

.help-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}

.help-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:12px 18px;
  border-radius:14px;
  text-decoration:none;
  font-weight:700;
  font-size:14px;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
  cursor:pointer;
  border:none;
}

.help-btn:hover{
  transform:translateY(-1px);
}

.help-btn-primary{
  background:linear-gradient(135deg, #2563eb, #1d4ed8);
  color:#fff;
  box-shadow:0 12px 24px rgba(37,99,235,0.22);
}

.help-btn-primary.premium{
  background:linear-gradient(135deg, #d97706, #b45309);
  box-shadow:0 12px 24px rgba(217,119,6,0.22);
}

.help-btn-primary.business{
  background:linear-gradient(135deg, #059669, #047857);
  box-shadow:0 12px 24px rgba(5,150,105,0.22);
}

.help-btn-secondary{
  background:#f8fafc;
  color:#0f172a;
  border:1px solid #dbe4ee;
}

.help-search-wrap{
  margin-top:20px;
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
}

.help-search{
  width:100%;
  box-sizing:border-box;
  border:none;
  outline:none;
  padding:16px 18px;
  border-radius:16px;
  background:#fff;
  box-shadow:inset 0 0 0 1px #dbe4ee;
  font-size:15px;
  color:#0f172a;
}

.help-search:focus{
  box-shadow:inset 0 0 0 2px #3b82f6;
}

body.help-premium-page .help-search:focus{
  box-shadow:inset 0 0 0 2px #f59e0b;
}

body.help-business-page .help-search:focus{
  box-shadow:inset 0 0 0 2px #10b981;
}

.help-quick-links,
.help-grid-3{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
  margin-bottom:24px;
}

.help-card,
.help-feature-card{
  position:relative;
  overflow:hidden;
  padding:22px;
  transition:transform .18s ease, box-shadow .18s ease;
}

.help-card:hover,
.help-feature-card:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 40px rgba(0,0,0,0.12);
}

.help-card::after,
.help-feature-card::after{
  content:"";
  position:absolute;
  right:-30px;
  top:-30px;
  width:110px;
  height:110px;
  border-radius:50%;
  opacity:.10;
  pointer-events:none;
}

.help-card.users::after{
  background:#2563eb;
}

.help-card.premium::after,
.help-feature-card.premium::after{
  background:#f59e0b;
}

.help-card.business::after,
.help-feature-card.business::after{
  background:#10b981;
}

.help-card-icon,
.help-feature-icon{
  width:54px;
  height:54px;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:25px;
  margin-bottom:16px;
  box-shadow:0 10px 20px rgba(0,0,0,0.08);
}

.help-card.users .help-card-icon{
  background:linear-gradient(135deg, #dbeafe, #bfdbfe);
}

.help-card.premium .help-card-icon,
.help-feature-card.premium .help-feature-icon{
  background:linear-gradient(135deg, #fef3c7, #fde68a);
}

.help-card.business .help-card-icon,
.help-feature-card.business .help-feature-icon{
  background:linear-gradient(135deg, #d1fae5, #a7f3d0);
}

.help-card h2,
.help-feature-card h2{
  margin:0 0 10px;
  font-size:22px;
  color:#0f172a;
}

.help-card p,
.help-feature-card p{
  margin:0 0 14px;
  color:#475569;
  line-height:1.7;
  font-size:15px;
}

.help-card ul,
.help-feature-card ul{
  margin:0 0 18px;
  padding-left:18px;
  color:#334155;
  line-height:1.7;
  font-size:14px;
}

.help-card a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  text-decoration:none;
  font-weight:700;
  color:#1d4ed8;
}

.help-section-grid{
  display:grid;
  grid-template-columns:1.35fr .95fr;
  gap:20px;
  align-items:start;
  margin-bottom:24px;
}

.help-section-grid.equal{
  grid-template-columns:1.2fr .9fr;
}

.help-section-box{
  padding:22px;
}

.help-section-box h3{
  margin:0 0 14px;
  font-size:24px;
  color:#0f172a;
}

.help-section-box p{
  margin:0 0 14px;
  color:#475569;
  line-height:1.7;
}

.help-steps{
  display:grid;
  gap:14px;
}

.help-step{
  display:flex;
  gap:14px;
  align-items:flex-start;
  padding:14px;
  border-radius:16px;
  background:#f8fafc;
  border:1px solid #e5edf5;
}

body.help-premium-page .help-step{
  background:#fffaf5;
  border-color:#fde7c2;
}

body.help-business-page .help-step{
  background:#f0fdf4;
  border-color:#ccefdc;
}

.help-step-number{
  width:34px;
  min-width:34px;
  height:34px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#2563eb;
  color:#fff;
  font-weight:800;
  font-size:14px;
  margin-top:2px;
}

body.help-premium-page .help-step-number{
  background:#d97706;
}

body.help-business-page .help-step-number{
  background:#059669;
}

.help-step strong{
  display:block;
  margin-bottom:4px;
  color:#0f172a;
}

.help-pill-list{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:12px;
}

.help-pill{
  padding:9px 14px;
  border-radius:999px;
  background:#eff6ff;
  color:#1d4ed8;
  font-size:13px;
  font-weight:700;
  border:1px solid #dbeafe;
}

body.help-premium-page .help-pill{
  background:#fff7ed;
  color:#b45309;
  border-color:#fed7aa;
}

body.help-business-page .help-pill{
  background:#ecfdf5;
  color:#047857;
  border-color:#bbf7d0;
}

.help-faq-wrap{
  padding:24px 22px;
}

.help-faq-wrap h3{
  margin:0 0 10px;
  font-size:26px;
  color:#0f172a;
}

.help-faq-wrap > p{
  margin:0 0 18px;
  color:#475569;
  line-height:1.7;
}

.help-faq-list{
  display:grid;
  gap:12px;
}

.help-faq-item{
  border:1px solid #e5edf5;
  border-radius:18px;
  background:#f8fafc;
  overflow:hidden;
}

body.help-premium-page .help-faq-item{
  border-color:#f4dfbf;
  background:#fffaf5;
}

body.help-business-page .help-faq-item{
  border-color:#d7f0e3;
  background:#f0fdf4;
}

.help-faq-question{
  width:100%;
  background:none;
  border:none;
  text-align:left;
  padding:18px;
  font-size:16px;
  font-weight:800;
  color:#0f172a;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.help-faq-question span:last-child{
  font-size:22px;
  line-height:1;
  color:#64748b;
  transition:transform .18s ease;
}

.help-faq-item.active .help-faq-question span:last-child{
  transform:rotate(45deg);
}

.help-faq-answer{
  display:none;
  padding:0 18px 18px;
  color:#475569;
  line-height:1.75;
  font-size:15px;
}

.help-faq-item.active .help-faq-answer{
  display:block;
}

.help-footer-note{
  margin-top:22px;
  text-align:center;
  color:#e2e8f0;
  font-size:13px;
}

.hidden-by-search{
  display:none !important;
}

@media (max-width: 980px){
  .help-quick-links,
  .help-grid-3,
  .help-section-grid,
  .help-section-grid.equal{
    grid-template-columns:1fr;
  }
}

@media (max-width: 640px){
  .help-shell{
    padding:16px 12px 80px;
  }

  .help-hero,
  .help-section-box,
  .help-faq-wrap,
  .help-card,
  .help-feature-card{
    border-radius:20px;
    padding:18px;
  }

  .help-hero h1{
    font-size:30px;
  }

  .help-faq-question{
    font-size:15px;
    padding:16px;
  }

  .help-faq-answer{
    padding:0 16px 16px;
  }
}