/*
Theme Name: Cashimex Slotenmaker
Theme URI: https://slotenmaker-in-amstelveen.nl
Author: Cashimex Holding BV
Author URI: https://slotenmaker-in-amstelveen.nl
Description: Premium donker thema voor Cashimex Slotenmaker Amstelveen. PKVW gecertificeerd beveiligingsadviseur.
Version: 1.0.0
License: Private
Text Domain: cashimex
Tags: dark, locksmith, security, local-business
*/

/* ── CSS VARIABELEN ── */
:root {
  --navy: #0A1628;
  --navy2: #0F2040;
  --navy3: #162B52;
  --orange: #FF5C00;
  --orange2: #FF7A28;
  --mid1: #0F2040;
  --mid2: #162B52;
  --mid3: #1A3366;
  --mid4: #1E3D70;
  --mid5: #1C3560;
  --mid6: #213868;
  --mid7: #192F58;
  --mid8: #0E2645;
  --green: #1A7A4A;
  --rl: 18px;
  --max: 1160px;
}

/* ── RESET & BASE ── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  background: var(--navy);
  color: #fff;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ── LAYOUT ── */
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 32px; }
section { padding: 72px 0; }

/* ── TYPOGRAPHY ── */
.sec-lbl {
  display: inline-block;
  font-size: .63rem;
  font-weight: 700;
  color: var(--orange2);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.sec-h2 {
  font-size: clamp(1.6rem, 2.8vw, 2.3rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.18;
  letter-spacing: -.025em;
  margin-bottom: 14px;
}
.sec-sub {
  font-size: .9rem;
  color: rgba(255,255,255,.48);
  line-height: 1.74;
}

/* ── BUTTONS ── */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--orange);
  color: #fff;
  font-size: .9rem;
  font-weight: 700;
  padding: 13px 24px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(255,92,0,.32);
  transition: all .18s;
}
.btn-primary:hover { background: var(--orange2); transform: translateY(-2px); }
.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,.07);
  border: 1.5px solid rgba(255,255,255,.16);
  color: #fff;
  font-size: .88rem;
  font-weight: 600;
  padding: 12px 22px;
  border-radius: 12px;
  transition: all .18s;
}
.btn-secondary:hover { background: rgba(255,255,255,.13); }

/* ── TOPBAR ── */
.topbar {
  background: var(--mid1);
  height: 38px;
  border-bottom: 2px solid var(--orange);
  overflow: hidden;
  display: flex;
  align-items: center;
}
.ticker-wrap { width: 100%; overflow: hidden; }
.ticker-track {
  display: inline-flex;
  white-space: nowrap;
  animation: ticker 70s linear infinite;
}
@keyframes ticker { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.ti {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 28px;
  font-size: .7rem;
  font-weight: 600;
  color: rgba(255,255,255,.58);
}
.ti b { color: #fff; }
.ti::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: var(--orange); flex-shrink: 0; }

/* ── NAVIGATIE ── */
.site-nav {
  background: var(--mid1);
  border-bottom: 1px solid rgba(255,255,255,.07);
  position: sticky;
  top: 0;
  z-index: 900;
  box-shadow: 0 2px 20px rgba(0,0,0,.3);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  gap: 20px;
}
.site-logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.logo-ico {
  width: 38px; height: 38px;
  background: rgba(255,255,255,.07);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
}
.logo-name { font-size: .9rem; font-weight: 800; color: #fff; letter-spacing: -.02em; }
.logo-sub { font-size: .6rem; font-weight: 500; color: rgba(255,255,255,.32); }
.nav-links { display: flex; gap: 2px; }
.nav-links a {
  font-size: .8rem;
  font-weight: 500;
  color: rgba(255,255,255,.45);
  padding: 8px 13px;
  border-radius: 8px;
  transition: all .15s;
  white-space: nowrap;
}
.nav-links a:hover,
.nav-links a.current-menu-item { color: #fff; background: rgba(255,255,255,.07); }
.nav-right { display: flex; gap: 8px; align-items: center; flex-shrink: 0; }
.n-badge {
  background: var(--green);
  color: #fff;
  font-size: .64rem;
  font-weight: 700;
  padding: 4px 9px;
  border-radius: 20px;
  white-space: nowrap;
}
.n-wa {
  font-size: .78rem;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 10px;
  border: 1.5px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.7);
  transition: all .15s;
}
.n-wa:hover { border-color: rgba(255,255,255,.38); color: #fff; }
.n-bel {
  font-size: .78rem;
  font-weight: 700;
  padding: 9px 20px;
  border-radius: 10px;
  background: var(--orange);
  color: #fff;
  transition: background .15s;
  white-space: nowrap;
}
.n-bel:hover { background: var(--orange2); }

/* ── BREADCRUMB ── */
.breadcrumb {
  background: rgba(255,255,255,.03);
  border-bottom: 1px solid rgba(255,255,255,.05);
  padding: 12px 0;
}
.bc { display: flex; align-items: center; gap: 7px; font-size: .72rem; color: rgba(255,255,255,.3); flex-wrap: wrap; }
.bc a { color: rgba(255,255,255,.3); transition: color .15s; }
.bc a:hover { color: var(--orange2); }
.bc .current { color: rgba(255,255,255,.58); font-weight: 600; }

/* ── HERO SUBPAGE ── */
.hero-sub { background: var(--navy); padding: 60px 0; position: relative; overflow: hidden; }
.hero-sub::after {
  content: '';
  position: absolute; right: -150px; top: -150px;
  width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,92,0,.1) 0%, transparent 65%);
  pointer-events: none;
}
.hero-sub-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 52px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.urgency {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,92,0,.1);
  border: 1px solid rgba(255,92,0,.25);
  border-radius: 100px;
  padding: 7px 14px;
  margin-bottom: 20px;
}
.ub-dot {
  width: 7px; height: 7px;
  background: var(--orange);
  border-radius: 50%;
  animation: pulse 1.6s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes pulse { 0%,100% { opacity:1; transform:scale(1); } 50% { opacity:.35; transform:scale(1.35); } }
.urgency span { font-size: .68rem; font-weight: 700; color: rgba(255,255,255,.8); letter-spacing: .07em; text-transform: uppercase; }
.hero-sub h1 {
  font-size: clamp(1.9rem, 3.5vw, 3rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -.035em;
  margin-bottom: 16px;
}
.hero-sub h1 em { color: var(--orange2); font-style: normal; }
.hero-desc { font-size: .95rem; color: rgba(255,255,255,.52); line-height: 1.76; margin-bottom: 24px; }
.hero-desc strong { color: #fff; }
.hero-btns { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 24px; }
.trust-pills { display: flex; flex-wrap: wrap; gap: 7px; }
.tp { font-size: .69rem; font-weight: 600; color: rgba(255,255,255,.45); background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); padding: 5px 11px; border-radius: 20px; }

/* ── PRICE CARD ── */
.price-card {
  background: var(--mid2);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--rl);
  padding: 26px;
}
.pc-label {
  font-size: .63rem; font-weight: 700; color: var(--orange2);
  letter-spacing: .1em; text-transform: uppercase;
  margin-bottom: 14px;
  display: flex; align-items: center; gap: 8px;
}
.pc-label::after { content: ''; flex: 1; height: 1px; background: rgba(255,92,0,.2); }
.pc-rows { display: flex; flex-direction: column; }
.pc-row { display: flex; justify-content: space-between; align-items: center; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.06); }
.pc-row:last-child { border-bottom: none; }
.pc-lbl { font-size: .79rem; font-weight: 600; color: rgba(255,255,255,.65); }
.pc-lbl small { display: block; font-size: .66rem; color: rgba(255,255,255,.3); font-weight: 400; margin-top: 1px; }
.pc-val { font-size: .88rem; font-weight: 800; color: #fff; white-space: nowrap; }
.pc-val small { font-size: .65rem; font-weight: 400; color: rgba(255,255,255,.35); }
.pc-note { margin-top: 14px; background: rgba(255,92,0,.07); border: 1px solid rgba(255,92,0,.15); border-radius: 10px; padding: 10px 14px; font-size: .71rem; color: rgba(255,255,255,.45); line-height: 1.55; }
.pc-cta { margin-top: 14px; width: 100%; display: flex; justify-content: center; background: var(--orange); color: #fff; font-size: .84rem; font-weight: 700; padding: 12px; border-radius: 10px; transition: background .15s; }
.pc-cta:hover { background: var(--orange2); }

/* ── USP GRID ── */
.usp-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 44px; }
.usp-card { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); border-radius: var(--rl); padding: 24px; transition: border-color .2s; }
.usp-card:hover { border-color: rgba(255,92,0,.3); }
.usp-ico { font-size: 1.8rem; margin-bottom: 12px; }
.usp-card h3 { font-size: .88rem; font-weight: 700; color: #fff; margin-bottom: 7px; }
.usp-card p { font-size: .76rem; color: rgba(255,255,255,.42); line-height: 1.65; }

/* ── REVIEWS ── */
.reviews-section { background: var(--navy); }
.reviews-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 40px; }
.rv-card { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); border-radius: var(--rl); padding: 22px; }
.rv-stars { color: #FBBC04; font-size: .85rem; margin-bottom: 10px; }
.rv-text { font-size: .79rem; color: rgba(255,255,255,.52); line-height: 1.66; margin-bottom: 14px; }
.rv-author { display: flex; align-items: center; gap: 10px; }
.rv-av { width: 34px; height: 34px; border-radius: 50%; background: var(--orange); color: #fff; font-size: .78rem; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.rv-name { font-size: .78rem; font-weight: 700; color: #fff; }
.rv-date { font-size: .66rem; color: rgba(255,255,255,.3); margin-top: 1px; }

/* ── FAQ ── */
.faq-section { background: var(--mid6); }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 44px; }
.faq-item { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); border-radius: 14px; padding: 20px; }
.faq-q { font-size: .84rem; font-weight: 700; color: #fff; margin-bottom: 7px; }
.faq-a { font-size: .76rem; color: rgba(255,255,255,.4); line-height: 1.65; }

/* ── CTA BAND ── */
.cta-band { background: var(--mid8); text-align: center; padding: 64px 0; }
.cta-band h2 { font-size: clamp(1.5rem, 2.6vw, 2.1rem); font-weight: 800; color: #fff; margin-bottom: 10px; letter-spacing: -.025em; }
.cta-band p { font-size: .88rem; color: rgba(255,255,255,.42); margin-bottom: 28px; max-width: 460px; margin-left: auto; margin-right: auto; line-height: 1.72; }
.cta-btns { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }

/* ── FOOTER ── */
.site-footer { background: var(--navy); border-top: 1px solid rgba(255,255,255,.06); padding: 48px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 36px; margin-bottom: 36px; }
.f-brand { font-size: .95rem; font-weight: 800; color: #fff; margin-bottom: 3px; }
.f-sub { font-size: .65rem; color: rgba(255,255,255,.28); margin-bottom: 12px; }
.f-desc { font-size: .76rem; color: rgba(255,255,255,.32); line-height: 1.72; margin-bottom: 14px; }
.f-kvk { font-size: .66rem; color: rgba(255,255,255,.2); line-height: 1.8; margin-bottom: 14px; }
.f-contact { display: flex; flex-direction: column; gap: 7px; }
.f-contact a { font-size: .74rem; color: rgba(255,255,255,.33); transition: color .15s; }
.f-contact a:hover { color: var(--orange2); }
.f-col h4 { font-size: .68rem; font-weight: 700; color: rgba(255,255,255,.28); letter-spacing: .08em; text-transform: uppercase; margin-bottom: 14px; }
.f-col ul { display: flex; flex-direction: column; gap: 8px; }
.f-col a { font-size: .76rem; color: rgba(255,255,255,.36); transition: color .15s; }
.f-col a:hover { color: #fff; }
.f-bottom { border-top: 1px solid rgba(255,255,255,.06); padding: 16px 0; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px; }
.f-copy { font-size: .65rem; color: rgba(255,255,255,.18); }
.f-legal { display: flex; gap: 16px; }
.f-legal a { font-size: .65rem; color: rgba(255,255,255,.18); transition: color .15s; }
.f-legal a:hover { color: rgba(255,255,255,.48); }

/* ── FAB ── */
.fab { position: fixed; bottom: 24px; right: 24px; width: 54px; height: 54px; border-radius: 50%; background: var(--orange); color: #fff; font-size: 1.35rem; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 22px rgba(255,92,0,.38); z-index: 999; transition: transform .2s, background .15s; }
.fab:hover { background: var(--orange2); transform: scale(1.08); }

/* ── ADMIN BAR FIX ── */
.admin-bar .site-nav { top: 32px; }

/* ── RESPONSIVE ── */
@media(max-width: 960px) {
  .hero-sub-grid { grid-template-columns: 1fr; }
  .price-card { display: none; }
  .usp-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr 1fr; }
}
@media(max-width: 600px) {
  .wrap { padding: 0 20px; }
  section { padding: 52px 0; }
  .nav-links { display: none; }
  .n-badge { display: none; }
  .usp-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
}
