/*
Theme Name: VanesSEO.nl - Professional Edition
Theme URI: https://vanesseo.nl
Author: Van Es Management
Author URI: https://vanesmanagement.com
Description: Premium WordPress theme voor VanesSEO - Lokale SEO & Google Business specialists. Cipher branding.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vanesseo
Domain Path: /languages
*/

:root {
  --vem-orange: #FF6B35;
  --vem-navy: #1F3A70;
  --vem-navy-deep: #0D1F40;
  --vem-white: #FFFFFF;
  --vem-light-grey: #F5F7FA;
  --vem-medium-grey: #E5E7EB;
  --vem-dark-grey: #4A5568;
  --vem-black: #0a0a0a;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body { 
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: var(--vem-navy-deep);
  line-height: 1.7;
  background: var(--vem-white);
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 { color: var(--vem-navy); line-height: 1.2; font-weight: 400; }
h1 { font-size: clamp(2.5rem, 5vw, 4.5rem); letter-spacing: -0.02em; }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -0.01em; }
h3 { font-size: clamp(1.5rem, 3vw, 2.25rem); }

a { color: var(--vem-orange); text-decoration: none; transition: all 0.3s; }
a:hover { color: #E5491A; }

.vem-btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 1rem 2rem; font-size: 0.85rem; font-weight: 500;
  letter-spacing: 0.15em; text-transform: uppercase;
  border: 2px solid transparent; cursor: pointer; transition: all 0.3s;
  text-decoration: none; border-radius: 4px;
}

.vem-btn-primary { background: var(--vem-orange); color: white; border-color: var(--vem-orange); }
.vem-btn-primary:hover { background: #E5491A; color: white; transform: translateY(-2px); box-shadow: 0 0 40px rgba(255, 107, 53, 0.2); }

.vem-btn-outline { background: transparent; color: var(--vem-orange); border-color: var(--vem-orange); }
.vem-btn-outline:hover { background: var(--vem-orange); color: white; }

.vem-container { max-width: 1280px; margin: 0 auto; padding: 0 2rem; }
.vem-section { padding: 6rem 0; position: relative; }
.vem-section-light { background: var(--vem-light-grey); }
.vem-section-dark { background: var(--vem-navy-deep); color: white; }
.vem-section-dark h1, .vem-section-dark h2, .vem-section-dark h3 { color: white; }

.vem-eyebrow { font-size: 0.75rem; color: var(--vem-orange); letter-spacing: 0.3em; text-transform: uppercase; margin-bottom: 1rem; font-weight: 500; }
.vem-section-title { margin-bottom: 1.5rem; }
.vem-section-title em { color: var(--vem-orange); font-style: italic; }
.vem-section-subtitle { font-size: 1.15rem; color: var(--vem-dark-grey); max-width: 700px; margin-bottom: 3rem; }

/* HEADER */
.vem-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  padding: 1.25rem 0; background: rgba(13, 31, 64, 0.95);
  backdrop-filter: blur(20px); border-bottom: 1px solid rgba(255, 107, 53, 0.15);
}

.vem-header-inner {
  max-width: 1280px; margin: 0 auto; padding: 0 2rem;
  display: flex; align-items: center; justify-content: space-between;
}

.vem-logo { display: flex; align-items: center; gap: 1rem; text-decoration: none; }
.vem-logo-mark { width: 50px; height: 50px; flex-shrink: 0; display: block; }
.vem-logo-text { display: flex; flex-direction: column; line-height: 1; text-decoration: none; color: white; }
.vem-logo-text .name { font-size: 1.4rem; color: white; font-weight: 400; letter-spacing: 0.05em; }
.vem-logo-text .tagline { font-size: 0.65rem; color: var(--vem-orange); letter-spacing: 0.3em; margin-top: 0.25rem; }

.vem-nav-menu { display: flex; align-items: center; gap: 2.5rem; list-style: none; }
.vem-nav-menu a {
  color: rgba(255, 255, 255, 0.85); font-size: 0.8rem;
  letter-spacing: 0.2em; text-transform: uppercase; position: relative; padding: 0.5rem 0; transition: color 0.3s;
}
.vem-nav-menu a:hover { color: var(--vem-orange); }
.vem-nav-cta { background: var(--vem-orange); color: white !important; padding: 0.75rem 1.5rem !important; }
.vem-nav-cta:hover { background: #E5491A; }

/* HERO */
.vem-hero {
  position: relative; min-height: 100vh;
  background: linear-gradient(135deg, var(--vem-navy-deep) 0%, var(--vem-navy) 100%);
  color: white; display: flex; align-items: center; overflow: hidden; padding-top: 80px;
}

.vem-hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 20% 30%, rgba(255, 107, 53, 0.15), transparent 50%),
              radial-gradient(circle at 80% 70%, rgba(31, 58, 112, 0.5), transparent 50%);
  pointer-events: none;
}

.vem-hero-content {
  max-width: 1280px; margin: 0 auto; padding: 0 2rem; position: relative; z-index: 2;
}

.vem-hero h1 {
  font-size: clamp(2.5rem, 6vw, 5.5rem); color: white; margin-bottom: 1.5rem; line-height: 1.05;
}

.vem-hero h1 em { color: var(--vem-orange); font-style: italic; }
.vem-hero p { font-size: 1.2rem; color: rgba(255, 255, 255, 0.7); margin-bottom: 2.5rem; max-width: 550px; }
.vem-hero-buttons { display: flex; gap: 1rem; flex-wrap: wrap; }

/* SERVICES */
.vem-services-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem; margin-top: 4rem;
}

.vem-service-card {
  background: white; padding: 2.5rem 2rem; border: 1px solid var(--vem-medium-grey);
  position: relative; overflow: hidden; transition: all 0.3s; cursor: pointer;
}

.vem-service-card::before {
  content: ''; position: absolute; top: 0; left: 0; width: 4px; height: 0;
  background: var(--vem-orange); transition: height 0.3s;
}

.vem-service-card:hover {
  transform: translateY(-8px); box-shadow: 0 20px 50px rgba(31, 58, 112, 0.15);
  border-color: var(--vem-orange);
}

.vem-service-card:hover::before { height: 100%; }

.vem-service-icon {
  width: 60px; height: 60px; background: rgba(255, 107, 53, 0.1);
  display: flex; align-items: center; justify-content: center;
  color: var(--vem-orange); font-size: 1.75rem; margin-bottom: 1.5rem; transition: all 0.3s;
}

.vem-service-card:hover .vem-service-icon { background: var(--vem-orange); color: white; }
.vem-service-title { font-size: 1.5rem; margin-bottom: 1rem; }
.vem-service-desc { color: var(--vem-dark-grey); margin-bottom: 1.5rem; font-size: 0.95rem; }
.vem-service-link { font-size: 0.75rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--vem-orange); display: inline-flex; gap: 0.5rem; }

/* PRICING */
.vem-pricing-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem; margin-top: 4rem;
}

.vem-pricing-card {
  background: white; padding: 3rem 2.5rem; border: 1px solid var(--vem-medium-grey);
  position: relative; transition: all 0.3s;
}

.vem-pricing-card.featured {
  background: var(--vem-navy-deep); color: white; border-color: var(--vem-orange);
  transform: scale(1.05); box-shadow: 0 20px 50px rgba(31, 58, 112, 0.15);
}

.vem-pricing-card.featured h3,
.vem-pricing-card.featured .vem-pricing-price { color: white; }

.vem-pricing-badge {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--vem-orange); color: white; padding: 0.4rem 1.5rem;
  font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase;
}

.vem-pricing-name { font-size: 1.5rem; margin-bottom: 0.5rem; }
.vem-pricing-price {
  font-size: 3rem; color: var(--vem-orange); margin: 1.5rem 0; font-weight: 500;
}

.vem-pricing-price small { font-size: 1rem; color: var(--vem-dark-grey); }
.vem-pricing-card.featured .vem-pricing-price small { color: rgba(255, 255, 255, 0.6); }

.vem-pricing-features { list-style: none; margin: 2rem 0; }
.vem-pricing-features li {
  padding: 0.75rem 0; border-bottom: 1px solid var(--vem-medium-grey);
  display: flex; align-items: center; gap: 0.75rem; font-size: 0.95rem;
}

.vem-pricing-card.featured .vem-pricing-features li { border-color: rgba(255, 255, 255, 0.1); }
.vem-pricing-features li::before { content: '✓'; color: var(--vem-orange); font-weight: bold; }

/* CTA */
.vem-cta-section {
  background: var(--vem-navy-deep); color: white; padding: 6rem 0;
  text-align: center; position: relative; overflow: hidden;
}

.vem-cta-section::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at center, rgba(255, 107, 53, 0.15), transparent 70%);
}

.vem-cta-section h2 {
  color: white; font-size: clamp(2.5rem, 5vw, 4rem); margin-bottom: 1.5rem; position: relative;
}

.vem-cta-section h2 em { color: var(--vem-orange); font-style: italic; }

/* FOOTER */
.vem-footer {
  background: var(--vem-black); color: rgba(255, 255, 255, 0.7); padding: 5rem 0 2rem;
}

.vem-footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem; margin-bottom: 3rem;
}

.vem-footer-title {
  font-size: 0.75rem; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--vem-orange); margin-bottom: 1.5rem;
}

.vem-footer-links { list-style: none; }
.vem-footer-links li { margin-bottom: 0.75rem; }
.vem-footer-links a { color: rgba(255, 255, 255, 0.7); font-size: 0.9rem; }
.vem-footer-links a:hover { color: var(--vem-orange); }

.vem-footer-bottom {
  border-top: 1px solid rgba(255, 107, 53, 0.1); padding-top: 2rem;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 1rem;
}

.vem-footer-bottom p {
  font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}

/* RESPONSIVE */
@media (max-width: 968px) {
  .vem-nav-menu { display: none; }
  .vem-hero-buttons { flex-direction: column; }
  .vem-footer-grid { grid-template-columns: 1fr 1fr; }
  .vem-pricing-card.featured { transform: scale(1); }
}

@media (max-width: 640px) {
  .vem-section { padding: 4rem 0; }
  .vem-container { padding: 0 1rem; }
  .vem-footer-grid { grid-template-columns: 1fr; }
}

/* WORDPRESS */
img { max-width: 100%; height: auto; }
.wp-block-button__link { text-decoration: none; }
