/*
Theme Name: JJ Solfilm
Description: Professional car window tinting website theme with modern design and interactive configurator
Version: 1.0
Author: JJ Solfilm
Text Domain: jj-solfilm
*/

/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* JJ Solfilm Design System - Automotive Premium */
:root {
  /* Core Colors */
  --background: hsl(0, 0%, 98%);
  --foreground: hsl(220, 20%, 15%);

  /* Automotive Primary - Deep Anthracite */
  --primary: hsl(220, 20%, 15%);
  --primary-foreground: hsl(0, 0%, 98%);
  --primary-glow: hsl(220, 30%, 25%);

  /* Automotive Secondary - Silver Grey */
  --secondary: hsl(210, 15%, 85%);
  --secondary-foreground: hsl(220, 20%, 15%);

  /* Automotive Accent - Subtle Blue */
  --accent: hsl(210, 50%, 45%);
  --accent-foreground: hsl(0, 0%, 98%);
  --accent-light: hsl(210, 40%, 92%);

  /* Glass Morphism */
  --glass: hsl(0, 0%, 100%);
  --glass-border: hsl(0, 0%, 90%);
  --glass-shadow: hsl(220, 20%, 15%);

  /* Premium Cards */
  --card: hsl(0, 0%, 100%);
  --card-foreground: hsl(220, 20%, 15%);
  --card-border: hsl(0, 0%, 92%);

  /* Campaign/Success Colors */
  --success: hsl(120, 60%, 40%);
  --success-foreground: hsl(0, 0%, 98%);
  --warning: hsl(35, 85%, 55%);
  --warning-foreground: hsl(0, 0%, 98%);

  /* Interactive Elements */
  --muted: hsl(210, 15%, 94%);
  --muted-foreground: hsl(220, 15%, 45%);
  --border: hsl(210, 20%, 88%);
  --input: hsl(0, 0%, 100%);
  --ring: hsl(210, 50%, 45%);

  /* Popover */
  --popover: hsl(0, 0%, 100%);
  --popover-foreground: hsl(220, 20%, 15%);

  /* Destructive */
  --destructive: hsl(0, 75%, 55%);
  --destructive-foreground: hsl(0, 0%, 98%);

  /* Gradients */
  --gradient-primary: linear-gradient(135deg, var(--primary), var(--primary-glow));
  --gradient-glass: linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
  --gradient-hero: linear-gradient(135deg, var(--background) 0%, var(--muted) 100%);
  
  /* Shadows */
  --shadow-glass: 0 8px 32px rgba(0, 0, 0, 0.08);
  --shadow-card: 0 4px 20px rgba(0, 0, 0, 0.06);
  --shadow-button: 0 4px 12px rgba(0, 0, 0, 0.1);
  
  /* Animations */
  --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-bounce: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);

  --radius: 0.75rem;
}

/* FontAwesome Icon Classes */
.icon-info::before { content: "\f129"; font-family: "Font Awesome 6 Free"; font-weight: 900; }
.icon-sun::before { content: "\f185"; font-family: "Font Awesome 6 Free"; font-weight: 900; }
.icon-shield::before { content: "\f132"; font-family: "Font Awesome 6 Free"; font-weight: 900; }
.icon-eye::before { content: "\f06e"; font-family: "Font Awesome 6 Free"; font-weight: 900; }
.icon-thermometer::before { content: "\f2c7"; font-family: "Font Awesome 6 Free"; font-weight: 900; }
.icon-baby::before { content: "\f77c"; font-family: "Font Awesome 6 Free"; font-weight: 900; }
.icon-car::before { content: "\f1b9"; font-family: "Font Awesome 6 Free"; font-weight: 900; }
.icon-users::before { content: "\f0c0"; font-family: "Font Awesome 6 Free"; font-weight: 900; }
.icon-phone::before { content: "\f095"; font-family: "Font Awesome 6 Free"; font-weight: 900; }
.icon-mail::before { content: "\f0e0"; font-family: "Font Awesome 6 Free"; font-weight: 900; }
.icon-facebook::before { content: "\f09a"; font-family: "Font Awesome 6 Brands"; font-weight: 400; }
.icon-map-pin::before { content: "\f3c5"; font-family: "Font Awesome 6 Free"; font-weight: 900; }
.icon-clock::before { content: "\f017"; font-family: "Font Awesome 6 Free"; font-weight: 900; }
.icon-award::before { content: "\f559"; font-family: "Font Awesome 6 Free"; font-weight: 900; }
.icon-heart::before { content: "\f004"; font-family: "Font Awesome 6 Free"; font-weight: 900; }
.icon-star::before { content: "\f005"; font-family: "Font Awesome 6 Free"; font-weight: 900; }
.icon-check-circle::before { content: "\f058"; font-family: "Font Awesome 6 Free"; font-weight: 900; }
.icon-zoom-in::before { content: "\f00e"; font-family: "Font Awesome 6 Free"; font-weight: 900; }
.icon-arrow-left::before { content: "\f060"; font-family: "Font Awesome 6 Free"; font-weight: 900; }
.icon-arrow-right::before { content: "\f061"; font-family: "Font Awesome 6 Free"; font-weight: 900; }
.icon-send::before { content: "\f1d8"; font-family: "Font Awesome 6 Free"; font-weight: 900; }
.icon-menu::before { content: "\f0c9"; font-family: "Font Awesome 6 Free"; font-weight: 900; }
.icon-close::before { content: "\f00d"; font-family: "Font Awesome 6 Free"; font-weight: 900; }
.icon-headphones::before { content: "\f025"; font-family: "Font Awesome 6 Free"; font-weight: 900; }
.icon-eraser::before { content: "\f12d"; font-family: "Font Awesome 6 Free"; font-weight: 900; }

/* Icon styling */
.fa-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: var(--accent-light);
  color: var(--accent);
  font-size: 0.875rem;
  margin-right: 0.75rem;
}

.fa-icon-lg {
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  margin-right: 1rem;
}

/* Dark Mode */
.dark {
  --background: hsl(220, 25%, 8%);
  --foreground: hsl(0, 0%, 95%);
  --primary: hsl(0, 0%, 95%);
  --primary-foreground: hsl(220, 25%, 8%);
  --primary-glow: hsl(210, 30%, 60%);
  --secondary: hsl(220, 20%, 20%);
  --secondary-foreground: hsl(0, 0%, 95%);
  --accent: hsl(210, 60%, 55%);
  --accent-foreground: hsl(0, 0%, 95%);
  --accent-light: hsl(210, 30%, 25%);
  --glass: hsl(220, 20%, 12%);
  --glass-border: hsl(220, 20%, 25%);
  --glass-shadow: hsl(0, 0%, 0%);
  --card: hsl(220, 20%, 12%);
  --card-foreground: hsl(0, 0%, 95%);
  --card-border: hsl(220, 20%, 20%);
  --muted: hsl(220, 20%, 15%);
  --muted-foreground: hsl(220, 10%, 65%);
  --border: hsl(220, 20%, 20%);
  --input: hsl(220, 20%, 12%);
  --ring: hsl(210, 60%, 55%);
  --popover: hsl(220, 20%, 12%);
  --popover-foreground: hsl(0, 0%, 95%);
  --destructive: hsl(0, 75%, 55%);
  --destructive-foreground: hsl(0, 0%, 95%);
}

/* Base Styles */
body {
  background-color: var(--background);
  color: var(--foreground);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

/* Utility Classes */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.section-padding {
  padding: 4rem 0;
}

.text-center {
  text-align: center;
}

.hidden {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 1rem;
}

h1 {
  font-size: 3rem;
  font-weight: 700;
}

h2 {
  font-size: 2.25rem;
}

h3 {
  font-size: 1.875rem;
}

p {
  margin-bottom: 1rem;
  color: var(--muted-foreground);
}

/* Button Styles */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border-radius: var(--radius);
  font-weight: 500;
  text-decoration: none;
  transition: var(--transition-smooth);
  cursor: pointer;
  border: none;
  font-size: 1rem;
}

.btn-primary {
  background-color: var(--primary);
  color: var(--primary-foreground);
  box-shadow: var(--shadow-button);
}

.btn-primary:hover {
  background-color: var(--primary-glow);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.btn-secondary {
  background-color: var(--secondary);
  color: var(--secondary-foreground);
}

.btn-outline {
  background-color: transparent;
  color: var(--primary);
  border: 2px solid var(--border);
}

.btn-outline:hover {
  background-color: var(--primary);
  color: var(--primary-foreground);
}

/* Card Styles */
.card {
  background-color: var(--card);
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  padding: 1.5rem;
  box-shadow: var(--shadow-card);
  transition: var(--transition-smooth);
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

/* Glass Morphism */
.glass-card {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  box-shadow: var(--shadow-glass);
}

.glass-button {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: var(--transition-smooth);
}

.glass-button:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* Grid System */
.grid {
  display: grid;
  gap: 2rem;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, 1fr);
}

.grid-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-cols-4 {
  grid-template-columns: repeat(4, 1fr);
}

/* Flexbox Utilities */
.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

/* Spacing */
.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mt-8 {
  margin-top: 2rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* Navigation */
.navigation {
  background-color: var(--background);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(12px);
}

.nav-link {
  color: var(--foreground);
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: var(--radius);
  transition: var(--transition-smooth);
}

.nav-link:hover,
.nav-link.active {
  background-color: var(--accent-light);
  color: var(--accent);
}

/* Hero Section */
.hero {
  background: var(--gradient-hero);
  padding: 6rem 0;
  text-align: center;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subtitle {
  font-size: 1.25rem;
  color: var(--muted-foreground);
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Footer */
.footer {
  background-color: var(--primary);
  color: var(--primary-foreground);
  padding: 3rem 0 1rem;
}

.footer a {
  color: var(--primary-foreground);
  text-decoration: none;
  transition: var(--transition-smooth);
}

.footer a:hover {
  color: var(--accent-light);
}

/* Additional Spacing Classes */
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.space-y-6 > * + * {
  margin-top: 1.5rem;
}

.space-y-4 > * + * {
  margin-top: 1rem;
}

.space-y-8 > * + * {
  margin-top: 2rem;
}

.space-x-4 > * + * {
  margin-left: 1rem;
}

/* Max Width Utilities */
.max-w-2xl {
  max-width: 42rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

/* Text Size Utilities */
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.leading-tight {
  line-height: 1.25;
}

/* Background Utilities */
.bg-gradient-hero {
  background: var(--gradient-hero);
}

.bg-muted {
  background-color: var(--muted);
}

.bg-accent {
  background-color: var(--accent);
  color: var(--accent-foreground);
}

.bg-success {
  background-color: var(--success);
  color: var(--success-foreground);
}

.bg-warning {
  background-color: var(--warning);
  color: var(--warning-foreground);
}

/* Badge Styles */
.badge {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
  background-color: var(--muted);
  color: var(--muted-foreground);
}

.badge-primary {
  background-color: var(--primary);
  color: var(--primary-foreground);
}

.badge-success {
  background-color: var(--success);
  color: var(--success-foreground);
}

.badge-warning {
  background-color: var(--warning);
  color: var(--warning-foreground);
}

/* Additional Flex Utilities */
.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.justify-start {
  justify-content: flex-start;
}

.self-center {
  align-self: center;
}

/* Width and Height Utilities */
.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.w-12 {
  width: 3rem;
}

.h-12 {
  height: 3rem;
}

.w-16 {
  width: 4rem;
}

.h-16 {
  height: 4rem;
}

/* Rounded Utilities */
.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-full {
  border-radius: 9999px;
}

/* Grid System */
.grid {
  display: grid;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, 1fr);
}

.grid-cols-2 {
  grid-template-columns: 1fr;
  --columns: 2;
}

.grid-cols-3 {
  grid-template-columns: 1fr;
  --columns: 3;
}

.grid-cols-4 {
  grid-template-columns: 1fr;
  --columns: 4;
}

/* Gap Utilities */
.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-12 {
  gap: 3rem;
}

/* Missing Layout Utilities */
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.top-3 {
  top: 0.75rem;
}

.right-3 {
  right: 0.75rem;
}

.left-1\/2 {
  left: 50%;
}

.transform {
  transform: translateX(var(--tw-translate-x, 0)) translateY(var(--tw-translate-y, 0)) rotate(var(--tw-rotate, 0)) skewX(var(--tw-skew-x, 0)) skewY(var(--tw-skew-y, 0)) scaleX(var(--tw-scale-x, 1)) scaleY(var(--tw-scale-y, 1));
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translateX(var(--tw-translate-x, 0)) translateY(var(--tw-translate-y, 0));
}

.scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translateX(var(--tw-translate-x, 0)) translateY(var(--tw-translate-y, 0)) scale(var(--tw-scale-x, 1), var(--tw-scale-y, 1));
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.duration-300 {
  transition-duration: 300ms;
}

/* Display Utilities */
.inline-flex {
  display: inline-flex;
}

.hidden {
  display: none;
}

.block {
  display: block;
}

/* Flexbox Utilities */
.flex-col {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-1 {
  flex: 1 1 0%;
}

/* Spacing Utilities */
.space-y-1 > * + * {
  margin-top: 0.25rem;
}

.space-y-3 > * + * {
  margin-top: 0.75rem;
}

.space-y-4 > * + * {
  margin-top: 1rem;
}

.space-y-6 > * + * {
  margin-top: 1.5rem;
}

.space-x-2 > * + * {
  margin-left: 0.5rem;
}

/* Width and Height */
.w-1\.5 {
  width: 0.375rem;
}

.h-1\.5 {
  height: 0.375rem;
}

.w-2 {
  width: 0.5rem;
}

.h-2 {
  height: 0.5rem;
}

.w-10 {
  width: 2.5rem;
}

.h-10 {
  height: 2.5rem;
}

.w-20 {
  width: 5rem;
}

.h-20 {
  height: 5rem;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-none {
  max-width: none;
}

/* Border Utilities */
.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.ring-2 {
  box-shadow: 0 0 0 2px var(--ring-color);
}

.ring-accent {
  --ring-color: hsl(var(--accent));
}

/* Color Utilities */
.text-accent {
  color: hsl(var(--accent));
}

.text-success {
  color: hsl(var(--success));
}

.text-warning {
  color: hsl(var(--warning));
}

.text-destructive {
  color: hsl(var(--destructive));
}

.bg-accent\/10 {
  background-color: hsl(var(--accent) / 0.1);
}

.bg-success\/10 {
  background-color: hsl(var(--success) / 0.1);
}

.bg-accent-light {
  background-color: hsl(var(--accent) / 0.1);
}

/* Shadow Utilities */
.shadow-lg {
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.shadow-card {
  box-shadow: var(--shadow-elegant);
}

.automotive-shadow {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

/* Text Utilities */
.leading-relaxed {
  line-height: 1.625;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* Rounded Utilities */
.rounded-2xl {
  border-radius: 1rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

/* Gradient Backgrounds */
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

/* Aspect Ratio */
.aspect-\[4\/3\] {
  aspect-ratio: 4 / 3;
}

/* Object Fit */
.object-cover {
  object-fit: cover;
}

.object-contain {
  object-fit: contain;
}

/* Overflow */
.overflow-hidden {
  overflow: hidden;
}

/* Prose */
.prose {
  color: var(--foreground);
  max-width: 65ch;
}

.prose p {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose-lg {
  font-size: 1.125rem;
  line-height: 1.7777778;
}

/* Animation Utilities */
.animate-fade-up {
  animation: fadeUp 0.6s ease-out;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* FontAwesome Icon Sizing */
.fa-sm {
  font-size: 0.875rem;
}

.fa-lg {
  font-size: 1.25rem;
}

.fa-xl {
  font-size: 1.5rem;
}

.fa-2x {
  font-size: 2rem;
}

/* FontAwesome icon utilities */
.fa-icon {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.fa-icon-lg {
  font-size: 1.5rem;
}

.gap-12 {
  gap: 3rem;
}

/* Responsive Design */
@media (min-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  
  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  
  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  
  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  
  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 1rem;
  }
  
  .hero-title {
    font-size: 2.5rem;
  }
  
  .grid-cols-2,
  .grid-cols-3,
  .grid-cols-4 {
    grid-template-columns: 1fr;
  }
  
  .md\:grid-cols-2,
  .md\:grid-cols-3 {
    grid-template-columns: 1fr;
  }
  
  .section-padding {
    padding: 2rem 0;
  }
  
  .py-16 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  
  .py-20 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (max-width: 640px) {
  .hero {
    padding: 4rem 0;
  }
  
  .hero-title {
    font-size: 2rem;
  }
  
  h1 {
    font-size: 2rem;
  }
  
  h2 {
    font-size: 1.75rem;
  }
}

/* Animation Classes */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in {
  animation: fadeIn 0.6s ease-out;
}

.hover-scale {
  transition: transform 0.2s ease-out;
}

.hover-scale:hover {
  transform: scale(1.05);
}

/* Product Configurator */
.configurator {
  background-color: var(--muted);
  padding: 4rem 0;
}

.vlt-option {
  border: 2px solid var(--border);
  transition: var(--transition-smooth);
}

.vlt-option.selected {
  border-color: var(--accent);
  background-color: var(--accent-light);
}

.price-display {
  font-size: 2rem;
  font-weight: 700;
  color: var(--accent);
}

/* Mobile Menu */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--background);
  z-index: 2000;
  transform: translateX(-100%);
  transition: transform 0.3s ease-out;
}

.mobile-menu.open {
  transform: translateX(0);
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}

.mobile-menu-overlay.open {
  opacity: 1;
  visibility: visible;
}

/* Form Styles */
.form-group {
  margin-bottom: 1.5rem;
}

.form-label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: var(--foreground);
}

.form-input {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background-color: var(--input);
  color: var(--foreground);
  transition: var(--transition-smooth);
}

.form-input:focus {
  outline: none;
  border-color: var(--ring);
  box-shadow: 0 0 0 3px rgba(var(--ring), 0.1);
}

.form-textarea {
  min-height: 120px;
  resize: vertical;
}

/* WordPress Alignment Classes */
.alignleft {
  float: left;
  margin-right: 1rem;
}

.alignright {
  float: right;
  margin-left: 1rem;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignwide {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
}

.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
}

/* Accessibility */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 6px;
  z-index: 999999;
  color: var(--primary-foreground);
  background-color: var(--primary);
  text-decoration: none;
  padding: 8px 16px;
}

.skip-link:focus {
  left: 6px;
}

/* --- Icon/SVG size utilities (mangler i CSS'en) --- */
.w-3 { width: 0.75rem; }
.h-3 { height: 0.75rem; }

.w-4 { width: 1rem; }
.h-4 { height: 1rem; }

.w-5 { width: 1.25rem; }
.h-5 { height: 1.25rem; }

.w-6 { width: 1.5rem; }
.h-6 { height: 1.5rem; }

/* (valgfrit) bedre alignment af inline SVG-ikoner */
svg { display: inline-block; vertical-align: middle; }

.text-accent      { color: var(--accent); }
.text-success     { color: var(--success); }
.text-warning     { color: var(--warning); }
.text-destructive { color: var(--destructive); }

/* brug din allerede definerede lysere accent */
.bg-accent-light { background-color: var(--accent-light); }

/* hvis du vil have “accent/10”, så brug accent-light eller fx color-mix: */
.bg-accent\/10 { background-color: color-mix(in srgb, var(--accent) 10%, transparent); }

/* ---------- Pricing helpers ---------- */

/* Ekstra top-padding så ikon/badge kan overlappe kanten pænt */
.price-card {
  position: relative;
  padding-top: 3.5rem;
}

/* Badge centreret på topkant (halvt udenfor kortet) */
.badge-center {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--accent);
  color: var(--accent-foreground);
  border-radius: 9999px;
  padding: 0.25rem 0.75rem;
  font-weight: 600;
  font-size: 0.875rem;
  white-space: nowrap;
  z-index: 3;
}

/* Øverste cirkel med ikon */
.package-icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4rem;
  height: 4rem;
  border-radius: 9999px;
  background: var(--background);
  border: 2px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-card);
  z-index: 2;
}

/* Gør bilikonet tydeligt */
.package-icon .icon-car::before {
  /* Brug Font Awesome-varianten hvis du har FA indlæst: */
  /* content: "\f1b9"; font-family: "Font Awesome 6 Free"; font-weight: 900; */
  /* Eller behold din emoji-version (du har begge i filen): */
  font-size: 1.35rem;
  color: var(--accent);
}

/* Feature-lister med flueben */
.feature-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.feature-list li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.5rem;
  color: var(--foreground);
}

.feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.05rem;
  font-weight: 700;
  color: var(--success);
}

/* Spacing utilities du bruger i markup, men som mangler */
.p-8 { padding: 2rem; }
.pb-8 { padding-bottom: 2rem; }    /* hvis du vil kun have ekstra bund-padding */
.pb-10 { padding-bottom: 2.5rem; } /* lidt mere luft i bunden, valgfrit */

/* Kun kortene under "Hvad Passer Til Dig?"-sektionen */
section.py-20.bg-muted\/30 .glass-card { padding-bottom: 2rem; }

.badge .popular-badge{ top: -0.75rem; transform: translateX(-50%); }

/* Mørk gradient baggrund som i Galleri-CTA */
.bg-gradient-primary {
  background: var(--gradient-primary);
  color: var(--primary-foreground); /* = hvid i dit tema */
}

/* CTA knap-container: side-om-side på brede skærme, wrapper på mobil */
.cta-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}

/* Glass-knapper på mørk baggrund (samme look som Galleri) */
.glass-on-dark {
  color: #fff;
  padding: 1rem 2rem;
  font-weight: 600;
  border: 1px solid rgba(255,255,255,0.3);
}
.glass-on-dark:hover {
  background: rgba(255,255,255,0.15);
}

