/* ============================================================
   FlixIT — Theme overrides op Impact-pro template
   Geladen na main.css
   ============================================================ */

/* Kleurvariabelen */
:root {
  --background-color: #ffffff;
  --default-color: #444444;
  --heading-color: #1F204A;
  --accent-color: #106eea;
  --surface-color: #ffffff;
  --contrast-color: #ffffff;
  --nav-color: #ffffff;
  --nav-hover-color: #106eea;
  --nav-mobile-background-color: #ffffff;
  --nav-dropdown-background-color: #ffffff;
  --nav-dropdown-color: #1F204A;
  --nav-dropdown-hover-color: #106eea;
}

.light-background {
  --background-color: #f0f4ff;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #0d1b3e;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #1a2d5a;
  --contrast-color: #ffffff;
  --accent-color: #106eea;
}

.accent-background {
  --background-color: #106eea;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --accent-color: #ffffff;
  --surface-color: #1a80f5;
  --contrast-color: #ffffff;
}

/* Topbar */
.topbar {
  background-color: #1F204A !important;
}
.topbar a, .topbar span, .topbar i {
  color: rgba(255,255,255,0.85) !important;
}
.topbar a:hover { color: #ffffff !important; }

/* Navigatie branding */
.header .branding {
  background-color: #1F204A;
  min-height: 90px;
  padding: 8px 0;
}
.header .logo img {
  max-height: 74px !important;
  width: auto;
}
.navmenu > ul > li > a { color: #ffffff !important; }
.navmenu > ul > li > a:hover,
.navmenu > ul > li.active > a { color: #106eea !important; }
.navmenu .dropdown ul a { color: #1F204A !important; }
.navmenu .dropdown ul a:hover { color: #106eea !important; }

@media (max-width: 1199px) {
  .navmenu > ul > li > a { color: #1F204A !important; }
  .navmenu > ul > li > a:hover,
  .navmenu > ul > li.active > a { color: #106eea !important; }
}

/* Nav CTA knop */
.nav-cta-btn {
  background: #106eea;
  color: #fff !important;
  padding: 8px 20px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  transition: background 0.2s;
  white-space: nowrap;
}
.nav-cta-btn:hover { background: #0d58c8 !important; color: #fff !important; }

/* Hero */
.hero {
  background: linear-gradient(135deg, rgba(13,27,62,0.78) 0%, rgba(10,48,128,0.65) 100%), url('../img/office.webp') center center/cover no-repeat;
  min-height: 75vh;
  display: flex;
  align-items: center;
}
.hero h2 { font-size: 2.6rem; font-weight: 800; line-height: 1.2; color: #fff; }

.hero p { font-size: 1.1rem; color: rgba(255,255,255,0.88); line-height: 1.7; }
@media (max-width: 767px) { .hero h2 { font-size: 1.9rem; } .hero { min-height: 65vh; } }

/* Hero highlights balk */
.hero-highlights {
  background: #fff;
  border-bottom: 1px solid #dce8fb;
  padding: 28px 0;
  box-shadow: 0 4px 18px rgba(16,110,234,0.07);
}
.hero-highlights .highlight-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 16px;
}
.hero-highlights .highlight-item i {
  font-size: 1.6rem;
  color: #106eea;
  flex-shrink: 0;
}
.hero-highlights .highlight-item strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  color: #1F204A;
  line-height: 1.2;
}
.hero-highlights .highlight-item span {
  font-size: 0.82rem;
  color: #666;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .hero-highlights .highlight-item { padding: 8px 0; }
}

.hero .icon-boxes { margin-top: 0; }
.hero .icon-box {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 8px;
  padding: 24px 20px;
}
.hero .icon-box .icon i { color: #106eea; }
.hero .icon-box .title a { color: #fff; font-size: 0.95rem; }

/* Statistiekenblok — wit met blauwe accenten */
.stats-danger {
  background: #ffffff;
  padding: 60px 0;
  border-top: 3px solid #106eea;
  border-bottom: 1px solid #dce8fb;
}
.stats-danger h2 { color: #1F204A !important; }
.stats-danger p { color: #666 !important; }
.stat-number {
  font-size: 3.2rem;
  font-weight: 900;
  color: #106eea;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
}
.stat-label {
  color: #1F204A;
  font-size: 1rem;
  margin-top: 8px;
  line-height: 1.4;
  font-weight: 500;
}
.stat-source {
  color: #aaa;
  font-size: 0.72rem;
  margin-top: 6px;
  font-style: italic;
}
.stat-divider {
  border-left: 1px solid #dce8fb;
}
@media (max-width: 767px) { .stat-divider { border-left: none; border-top: 1px solid #dce8fb; padding-top: 20px; } }

/* Productiviteitsblok */
.cost-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 28px 24px;
  border: 1px solid #dce8fb;
  box-shadow: 0 4px 20px rgba(16,110,234,0.07);
  height: 100%;
}
.cost-card .cost-amount {
  font-size: 2rem;
  font-weight: 800;
  color: #d9001b;
  font-family: 'Montserrat', sans-serif;
}
.cost-card .cost-label { color: #1F204A; font-weight: 600; font-size: 0.95rem; margin-top: 6px; }
.cost-card .cost-desc { color: #666; font-size: 0.88rem; margin-top: 8px; line-height: 1.5; }
.cost-card .cost-source { color: #aaa; font-size: 0.72rem; margin-top: 10px; font-style: italic; }

/* Probleemblok */
.problem-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid #eef0f8;
}
.problem-item:last-child { border-bottom: none; }
.problem-item i { color: #d9001b; font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.problem-item p { margin: 0; color: #444; font-size: 0.97rem; line-height: 1.5; }

/* Service kaarten */
.service-item { border-radius: 10px; box-shadow: 0 4px 20px rgba(16,110,234,0.07); border: 1px solid #dce8fb; }
.service-item .icon i { color: #106eea; }
.service-item:hover { box-shadow: 0 8px 30px rgba(16,110,234,0.16); transform: translateY(-3px); }

/* Waarom FlixIT */
.why-box {
  text-align: center;
  padding: 32px 24px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #dce8fb;
  height: 100%;
}
.why-box i { font-size: 2.4rem; color: #106eea; margin-bottom: 16px; }
.why-box h4 { font-size: 1.05rem; font-weight: 700; color: #1F204A; margin-bottom: 10px; }
.why-box p { font-size: 0.9rem; color: #666; margin: 0; line-height: 1.6; }

/* Testimonials */
.testimonial-item { background: #ffffff; border: 1px solid #dce8fb; border-radius: 10px; }

/* Pricing tabel */
.pricing-item { border-radius: 10px; border: 1px solid #dce8fb; }
.pricing-item.featured { border-color: #106eea; border-width: 2px; }
.pricing-item .buy-btn { background: #106eea; color: #fff; border-radius: 6px; }
.pricing-item .buy-btn:hover { background: #0d58c8; }

/* CTA sectie — overlay verwijderd zodat knoppen klikbaar zijn */
.call-to-action { background: linear-gradient(135deg, #1F204A, #0a3080); }
.call-to-action .container:before { display: none; }
.call-to-action .cta-btn {
  background: #106eea;
  border: 2px solid #106eea;
  color: #fff;
  padding: 12px 36px;
  border-radius: 6px;
  font-weight: 700;
  transition: all 0.2s;
}
.call-to-action .cta-btn:hover { background: #0d58c8; border-color: #0d58c8; }
.call-to-action .cta-btn-outline {
  border: 2px solid rgba(255,255,255,0.7);
  color: #fff;
  padding: 12px 36px;
  border-radius: 6px;
  font-weight: 700;
  margin-left: 12px;
  transition: all 0.2s;
}
.call-to-action .cta-btn-outline:hover { background: rgba(255,255,255,0.1); }

/* FAQ */
.faq-item h3 { font-size: 1rem; color: #1F204A; }

/* Footer */
.footer { background: #1F204A; }
.footer .footer-about .sitename { color: #ffffff; font-weight: 800; font-size: 1.4rem; }
.footer h4 { color: #106eea; }
.footer a { color: rgba(255,255,255,0.7); }
.footer a:hover { color: #106eea; }
.footer .copyright { color: rgba(255,255,255,0.5); border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px; }

/* Pagina hero (subpagina's) */
.page-hero {
  background: linear-gradient(135deg, #0d1b3e 0%, #1a2d5a 100%);
  padding: 100px 0 60px;
  color: #fff;
}
.page-hero h1 { font-size: 2.4rem; font-weight: 800; line-height: 1.2; margin-bottom: 16px; }
.page-hero p { font-size: 1.05rem; opacity: 0.88; max-width: 650px; line-height: 1.7; }
.page-hero .breadcrumb-item, .page-hero .breadcrumb-item a { color: rgba(255,255,255,0.6); font-size: 0.85rem; }
.page-hero .breadcrumb-item.active { color: #106eea; }

/* Section titels */
.section-title h2 { color: #1F204A; }
.section-title h2::after { background: #106eea; }
.section-title p { color: #666; }

/* Knoppen */
.btn-flixit {
  background: #106eea;
  color: #fff;
  border: 2px solid #106eea;
  padding: 12px 32px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s;
  text-decoration: none;
}
.btn-flixit:hover { background: #0d58c8; border-color: #0d58c8; color: #fff; transform: translateY(-1px); box-shadow: 0 6px 18px rgba(16,110,234,0.3); }
.btn-flixit-outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.7);
  padding: 12px 32px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s;
  text-decoration: none;
}
.btn-flixit-outline:hover { background: rgba(255,255,255,0.1); color: #fff; border-color: #fff; }
.btn-flixit-white {
  background: #ffffff;
  color: #106eea;
  border: 2px solid #ffffff;
  padding: 12px 32px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s;
  text-decoration: none;
}
.btn-flixit-white:hover { background: #e8f0fb; color: #0d58c8; border-color: #e8f0fb; transform: translateY(-1px); }

/* Pakket tabel */
.pakket-table th { background: #1F204A; color: #fff; font-size: 0.9rem; text-align: center; }
.pakket-table td { text-align: center; vertical-align: middle; font-size: 0.9rem; }
.pakket-table .check { color: #198754; font-size: 1.1rem; }
.pakket-table .cross { color: #dc3545; font-size: 1.1rem; }
.pakket-table .featured-col { background: #f0f4ff; }
.pakket-table .price-row td { font-weight: 800; color: #1F204A; font-size: 1.05rem; }

/* Sticky vergelijkingstabel header */
@media (min-width: 992px) {
  .pakket-table-wrapper { overflow-x: clip; }
  .pakket-table thead th {
    position: sticky;
    top: 130px;
    z-index: 9;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  }
}

/* Proces stappen */
.process-step {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid #eef0f8;
}
.process-step:last-child { border-bottom: none; }
.process-num {
  width: 42px;
  height: 42px;
  background: #106eea;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1rem;
  flex-shrink: 0;
}
.process-step h5 { margin: 0 0 4px; color: #1F204A; font-weight: 700; }
.process-step p { margin: 0; color: #666; font-size: 0.9rem; line-height: 1.5; }

/* Layer security kaarten */
.layer-card {
  border-radius: 10px;
  border: 1px solid #dce8fb;
  padding: 24px 20px;
  height: 100%;
  background: #fff;
}
.layer-card i { font-size: 2rem; color: #106eea; margin-bottom: 12px; }
.layer-card h5 { color: #1F204A; font-weight: 700; margin-bottom: 8px; }
.layer-card p { color: #666; font-size: 0.88rem; margin: 0; }

/* Pakketten highlight badge */
.badge-aanbevolen {
  background: #106eea;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* IT-check conversiepagina */
.check-includes li {
  padding: 8px 0;
  border-bottom: 1px solid #eef0f8;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  color: #444;
}
.check-includes li:last-child { border-bottom: none; }
.check-includes li i { color: #106eea; flex-shrink: 0; }

/* Trust badges */
.trust-bar {
  background: #f0f4ff;
  padding: 24px 0;
  border-top: 1px solid #dce8fb;
  border-bottom: 1px solid #dce8fb;
}
.trust-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.trust-badge i { color: #106eea; font-size: 1.3rem; }
.trust-badge span { font-weight: 600; color: #1F204A; font-size: 0.9rem; }

/* Responsive aanpassingen */
@media (max-width: 991px) {
  .hero h2 { font-size: 2rem; }
  .stat-number { font-size: 2.4rem; }
  .page-hero h1 { font-size: 1.9rem; }
}
@media (max-width: 575px) {
  .btn-flixit, .btn-flixit-outline, .btn-flixit-white { width: 100%; justify-content: center; margin-left: 0; }
  .hero .d-flex { flex-direction: column; gap: 12px; }
}

/* Proces stappen — kolomvariant (5 stappen naast elkaar) */
.text-center .process-step {
  flex-direction: column;
  align-items: center;
  border-bottom: none;
  padding: 20px 16px;
  border-radius: 10px;
  border: 1px solid #dce8fb;
  background: #fff;
  height: 100%;
  box-shadow: 0 2px 12px rgba(16,110,234,0.06);
}
.text-center .process-step h5 { color: #1F204A; font-size: 0.92rem; font-weight: 700; margin-bottom: 8px; }
.text-center .process-step p { font-size: 0.83rem; color: #666; margin: 0; line-height: 1.5; }
.text-center .process-num { margin-bottom: 4px; }

/* Cookie banner */
#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  color: #1F204A;
  padding: 14px 24px;
  box-shadow: 0 -2px 8px rgba(0,0,0,0.12);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  z-index: 10000;
  font-size: 0.9rem;
}
#cookie-banner a { color: #106eea; }
#cookie-banner button { padding: 8px 18px; border-radius: 4px; font-weight: 700; cursor: pointer; border: none; font-size: 0.88rem; }
#accept-btn { background: #106eea; color: #fff; }
#deny-btn { background: transparent; color: #1F204A; text-decoration: underline; }
@media (max-width: 575px) {
  #cookie-banner { flex-direction: column; align-items: flex-start; }
  #cookie-banner > div { width: 100%; display: flex; gap: 8px; }
  #accept-btn { flex: 1; }
}
