
/*
Theme Name: Braster Enterprise
Theme URI: https://brasterservice.nl
Author: Braster Service
Description: Enterprise-grade, professioneel WooCommerce theme voor taxi- en servicebedrijven.
Version: 2.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: braster-enterprise
*/

:root {
  --primary:#0b1220;
  --secondary:#111827;
  --accent:#2563eb;
  --light:#f9fafb;
  --border:#e5e7eb;
}

* { box-sizing:border-box; }

body {
  margin:0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont;
  background:var(--light);
  color:#0f172a;
}

a { color:var(--accent); text-decoration:none; }

.container {
  max-width:1280px;
  margin:0 auto;
  padding:0 24px;
}

header {
  background:var(--primary);
  color:#fff;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.header-inner {
  display:flex;
  align-items:center;
  justify-content:space-between;
  height:88px;
}

.logo {
  font-size:22px;
  font-weight:700;
  letter-spacing:.3px;
}

nav ul {
  display:flex;
  gap:32px;
  list-style:none;
  margin:0;
  padding:0;
}

nav a { color:#fff; font-weight:500; }

.hero {
  background:linear-gradient(180deg, rgba(11,18,32,.92), rgba(11,18,32,.85)),
  url('https://images.unsplash.com/photo-1549924231-f129b911e442') center/cover;
  padding:140px 0;
  color:#fff;
}

.hero-grid {
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:60px;
  align-items:center;
}

.hero h1 {
  font-size:54px;
  line-height:1.1;
  margin:0 0 20px;
}

.hero p {
  font-size:18px;
  opacity:.9;
  max-width:520px;
}

.cta {
  margin-top:32px;
}

.btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:52px;
  padding:0 28px;
  border-radius:10px;
  background:var(--accent);
  color:#fff;
  font-weight:600;
}

.section {
  padding:110px 0;
}

.section.alt {
  background:#fff;
}

.section-title {
  max-width:640px;
  margin-bottom:60px;
}

.section-title h2 {
  font-size:40px;
  margin:0 0 12px;
}

.grid-3 {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:36px;
}

.card {
  background:#fff;
  border-radius:16px;
  padding:40px;
  border:1px solid var(--border);
}

.card h3 {
  margin-top:0;
}

.trust {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:40px;
  text-align:center;
}

.trust strong {
  font-size:36px;
}

footer {
  background:var(--secondary);
  color:#fff;
  padding:90px 0 40px;
}

.footer-grid {
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  gap:60px;
}

.copyright {
  margin-top:60px;
  opacity:.6;
  font-size:14px;
}

/* WooCommerce styling */
.woocommerce .button,
.woocommerce button.button,
.woocommerce a.button {
  background:var(--accent);
  color:#fff;
  border-radius:10px;
  padding:14px 24px;
  font-weight:600;
}

.woocommerce-checkout,
.woocommerce-cart {
  background:#fff;
  padding:60px;
  border-radius:20px;
  border:1px solid var(--border);
}
