/* ================================
   ULTRA PREMIUM CONTACT CSS
   Complete Redesign - Consistent met Homepage & Diensten
   ================================ */

:root {
  --primary: #e63946;
  --primary-dark: #c42532;
  --primary-light: #ff4d5a;
  --accent: #1d3557;
  --accent-light: #457b9d;
  --dark: #0a0e27;
  --light: #f8f9fa;
  --white: #ffffff;
  --chrome: #e8f0f7;
  --chrome-shine: #f5f9fc;
  --muted: #6b7280;
  --gradient-primary: linear-gradient(135deg, #e63946 0%, #c42532 100%);
  --gradient-dark: linear-gradient(135deg, #1d3557 0%, #0a0e27 100%);
  --gradient-chrome: linear-gradient(135deg, #ffffff 0%, #e8f0f7 50%, #ffffff 100%);
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08);
  --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.12);
  --shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.16);
  --shadow-xl: 0 24px 64px rgba(0, 0, 0, 0.2);
  --shadow-glow: 0 0 40px rgba(230, 57, 70, 0.3);
  --shadow-glow-strong: 0 0 60px rgba(230, 57, 70, 0.5);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Urbanist', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--dark);
  color: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}

.section-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* ===== HERO SECTION - Same as Homepage ===== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--dark);
  width: 100%;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('../images/hero-car.jpg') center/cover no-repeat;
  filter: brightness(0.65) contrast(1.15) saturate(1.1);
  z-index: 0;
  transform: translateZ(0);
  will-change: transform;
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(circle at 20% 30%, rgba(230, 57, 70, 0.15), transparent 45%),
    radial-gradient(circle at 80% 70%, rgba(232, 240, 247, 0.08), transparent 45%),
    linear-gradient(180deg, transparent 0%, rgba(10, 14, 39, 0.5) 100%);
  z-index: 1;
  pointer-events: none;
}

.hero-particles {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.hero-container {
  position: relative;
  z-index: 3;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  min-height: 100vh;
}

.hero-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  animation: heroFadeIn 1s ease-out forwards;
}

@keyframes heroFadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 1.25rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--white);
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-eyebrow .eyebrow-icon {
  font-size: 1rem;
}

.hero h1 {
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 900;
  color: var(--white);
  margin: 0;
  line-height: 1.1;
  letter-spacing: -3px;
}

.hero h1 .word {
  display: inline-block;
  opacity: 0;
  animation: wordFadeIn 0.8s ease-out forwards;
}

.hero h1 .word:nth-child(1) { animation-delay: 0.2s; }
.hero h1 .word:nth-child(2) { animation-delay: 0.3s; }
.hero h1 .word:nth-child(3) { animation-delay: 0.4s; }

@keyframes wordFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero h1 .highlight {
  background: linear-gradient(135deg, #ffffff 0%, #e8f0f7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 0 40px rgba(232, 240, 247, 0.5);
}

.hero-subtitle {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  max-width: 600px;
}

.hero-trust {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  font-weight: 600;
}

.trust-icon {
  color: var(--primary);
  font-weight: 900;
  font-size: 1.1rem;
}

.hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-stats {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}

.stat-badge {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
  backdrop-filter: blur(30px);
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 28px;
  padding: 2rem 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1rem;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
  flex: 1;
  min-width: 220px;
  max-width: 280px;
}

.stat-badge::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(230, 57, 70, 0.15), rgba(29, 53, 87, 0.1));
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 0;
}

.stat-badge::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gradient-primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
  z-index: 1;
}

.stat-badge:hover::before {
  opacity: 1;
}

.stat-badge:hover::after {
  transform: scaleX(1);
}

.stat-badge:hover {
  transform: translateY(-8px) scale(1.03);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.1));
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 
    0 16px 48px rgba(230, 57, 70, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.stat-icon {
  font-size: 3.5rem;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.3));
  position: relative;
  z-index: 2;
  line-height: 1;
  margin-bottom: 0.5rem;
  transition: transform 0.4s ease;
}

.stat-badge:hover .stat-icon {
  transform: scale(1.1) rotate(5deg);
}

.stat-badge .number {
  font-size: 3.5rem;
  font-weight: 900;
  color: var(--white) !important;
  line-height: 1;
  text-shadow: 
    0 2px 12px rgba(0, 0, 0, 0.4),
    0 0 20px rgba(230, 57, 70, 0.3);
  position: relative;
  z-index: 2;
  letter-spacing: -2px;
  font-family: 'Urbanist', sans-serif;
  background: linear-gradient(135deg, #ffffff 0%, #e8f0f7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.5));
}

.stat-badge .label {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 1) !important;
  font-weight: 700;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Urbanist', sans-serif;
}

.scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85rem;
  font-weight: 600;
  z-index: 10;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-10px); }
}

.scroll-arrow {
  width: 2px;
  height: 30px;
  background: rgba(255, 255, 255, 0.4);
  position: relative;
}

.scroll-arrow::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-right: 2px solid rgba(255, 255, 255, 0.4);
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  transform: translateX(-50%) rotate(45deg);
}

@media (max-width: 968px) {
  .hero-container {
    grid-template-columns: 1fr;
    gap: 3rem;
    padding: 8rem 1rem 4rem;
    min-height: auto;
  }
  
  .hero-visual {
    order: -1;
  }
  
  .hero-stats {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
  }
  
  .stat-badge {
    flex: 1;
    min-width: 180px;
    max-width: 100%;
    padding: 1.75rem 2rem;
  }
  
  .stat-icon {
    font-size: 3rem;
  }
  
  .stat-badge .number {
    font-size: 3rem;
  }
  
  .stat-badge .label {
    font-size: 1rem;
  }
}

@media (max-width: 640px) {
  .hero-stats {
    flex-direction: column;
    gap: 1.25rem;
  }
  
  .stat-badge {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}

/* ===== SECTION FADE ANIMATION ===== */
.section-fade {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.section-fade.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== CONTACT QUICK SECTION ===== */
.contact-quick {
  background: linear-gradient(180deg, var(--white) 0%, var(--light) 100%);
  position: relative;
  padding: 8rem 0 6rem;
  min-height: 400px;
}

.section-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(230, 57, 70, 0.3), transparent);
  margin: 0 auto 4rem;
  max-width: 1400px;
}

.section-header {
  text-align: center;
  margin-bottom: 5rem;
  padding: 0 1rem;
}

.section-label {
  display: inline-block;
  background: var(--gradient-primary);
  color: var(--white) !important;
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.section-header h2 {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 900;
  color: var(--accent);
  margin: 0 0 1rem;
  letter-spacing: -2px;
}

.section-description {
  font-size: 1.15rem;
  color: var(--muted);
  max-width: 700px;
  margin: 0 auto 1.5rem;
  line-height: 1.7;
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.quick-card {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
  border-radius: 24px;
  padding: 2.5rem 2rem;
  text-decoration: none;
  color: var(--accent);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 2px solid rgba(230, 57, 70, 0.08);
  box-shadow: var(--shadow-md);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
  position: relative;
  overflow: hidden;
}

.quick-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--gradient-primary);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
}

.quick-card:hover::before {
  opacity: 0.05;
}

.quick-card:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: var(--primary);
  box-shadow: var(--shadow-xl), var(--shadow-glow);
  color: var(--accent);
}

.quick-icon {
  font-size: 3.5rem;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1));
  transition: transform 0.4s ease;
}

.quick-card:hover .quick-icon {
  transform: scale(1.15) rotate(5deg);
}

.q-title {
  font-size: 1.25rem;
  font-weight: 800;
  position: relative;
  z-index: 1;
  color: var(--accent);
}

.q-sub {
  font-size: 0.95rem;
  color: var(--muted);
  position: relative;
  z-index: 1;
  font-weight: 600;
}

.quick-card:hover .q-sub {
  color: var(--primary);
}

/* ===== CONTACT GRID SECTION ===== */
.contact-grid {
  background: linear-gradient(180deg, var(--light) 0%, var(--white) 100%);
  position: relative;
  padding: 8rem 0 6rem;
  min-height: 400px;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 3rem;
  margin-top: 3rem;
}

/* ===== INFO SIDEBAR ===== */
.info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.card {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
  border-radius: 24px;
  padding: 2.5rem;
  box-shadow: var(--shadow-md);
  border: 2px solid rgba(230, 57, 70, 0.08);
}

.card h3 {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--accent);
  margin: 0 0 1.5rem;
  letter-spacing: -0.5px;
}

.list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.list li {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.list li strong {
  color: var(--accent);
  font-weight: 700;
}

.list a {
  color: var(--primary);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.list a:hover {
  color: var(--primary-dark);
}

.maps-link {
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.25rem 0.75rem;
  background: rgba(230, 57, 70, 0.1);
  border-radius: 8px;
  font-size: 0.85rem;
  transition: all 0.3s ease;
}

.maps-link:hover {
  background: var(--gradient-primary);
  color: var(--white) !important;
}

.hours {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hours li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(226, 232, 240, 1);
  color: var(--muted);
  font-size: 1rem;
}

.hours li:last-child {
  border-bottom: none;
}

.hours li span {
  font-weight: 700;
  color: var(--accent);
}

.map.card {
  padding: 0;
  overflow: hidden;
}

.map.card iframe {
  width: 100%;
  height: 400px;
  border: none;
  display: block;
}

.faq.card details {
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(226, 232, 240, 1);
  padding-bottom: 1rem;
}

.faq.card details:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.faq.card summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--accent);
  padding: 0.75rem;
  border-radius: 12px;
  transition: all 0.3s ease;
  user-select: none;
  list-style: none;
  position: relative;
}

.faq.card summary::-webkit-details-marker {
  display: none;
}

.faq.card summary::marker {
  display: none;
}

.faq.card summary::after {
  content: '+';
  position: absolute;
  right: 0.75rem;
  font-size: 1.5rem;
  font-weight: 300;
  transition: transform 0.3s ease;
  color: var(--primary);
}

.faq.card details[open] summary::after {
  content: '−';
  transform: rotate(180deg);
}

.faq.card summary:hover {
  background: rgba(230, 57, 70, 0.05);
  color: var(--primary-dark);
}

.faq.card p {
  padding: 1rem 0.75rem;
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}

/* ===== FORM ===== */
.form.card {
  position: sticky;
  top: 100px;
  align-self: start;
}

.form.card h3 {
  margin-bottom: 2rem;
}

form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.hp {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.col {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

label {
  font-weight: 700;
  color: var(--accent);
  font-size: 0.95rem;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
textarea,
select {
  width: 100%;
  padding: 1rem 1.25rem;
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid rgba(230, 57, 70, 0.1);
  border-radius: 16px;
  font-size: 1rem;
  font-family: inherit;
  color: var(--accent);
  transition: all 0.3s ease;
  box-shadow: var(--shadow-sm);
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(230, 57, 70, 0.1), var(--shadow-md);
  background: var(--white);
}

input::placeholder,
textarea::placeholder {
  color: var(--muted);
}

textarea {
  min-height: 150px;
  resize: vertical;
  font-family: inherit;
}

button[type="submit"] {
  padding: 1.25rem 2.5rem;
  background: var(--gradient-primary);
  color: var(--white);
  border: none;
  border-radius: 16px;
  font-weight: 700;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 4px 16px rgba(230, 57, 70, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

button[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(230, 57, 70, 0.4);
}

button[type="submit"]:active {
  transform: translateY(0);
}

.premium-btn {
  padding: 1.25rem 2.5rem;
  background: var(--gradient-primary);
  color: var(--white);
  border: none;
  border-radius: 16px;
  font-weight: 700;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 4px 16px rgba(230, 57, 70, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
}

.premium-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(230, 57, 70, 0.4);
}

.premium-btn:active {
  transform: translateY(0);
}

.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  cursor: pointer;
  font-weight: 600;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

.checkbox-label input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  cursor: pointer;
  accent-color: var(--primary);
  flex-shrink: 0;
}

.checkbox-label span {
  flex: 1;
}

/* Alert messages */
.alert {
  padding: 1.5rem 2rem;
  border-radius: 16px;
  margin: 2rem auto;
  max-width: 800px;
  font-weight: 600;
  box-shadow: var(--shadow-md);
}

.alert.ok {
  background: rgba(34, 197, 94, 0.1);
  border: 2px solid rgba(34, 197, 94, 0.3);
  color: #16a34a;
}

.alert.err {
  background: rgba(239, 68, 68, 0.1);
  border: 2px solid rgba(239, 68, 68, 0.3);
  color: #dc2626;
}

@media (max-width: 968px) {
  .grid {
    grid-template-columns: 1fr;
  }
  
  .form.card {
    position: static;
  }
  
  .row {
    grid-template-columns: 1fr;
  }
  
  .quick-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}

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