/* XCOCAR Widget-knapp - inline CTA */
.xcocar-widget-btn {
/* Inline widget-knapp i CTA-sektion */
.xcocar-widget-btn.inline {
  background: linear-gradient(45deg, #778E8C, #2563eb);
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 1rem 2.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  min-width: 160px;
  min-height: 44px;
  box-shadow: 0 4px 15px rgba(119,142,140,0.4);
  transition: all 0.3s;
  display: inline-block;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  cursor: pointer;
  position: static !important;
  opacity: 1 !important;
  transform: none !important;
}
.xcocar-widget-btn.inline:hover {
  background: linear-gradient(45deg, #2563eb, #1d4ed8);
  color: #fff;
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(37,99,235,0.4);
}
  background: linear-gradient(45deg, #778E8C, #2563eb);
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 1rem 2.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  min-width: 160px;
  min-height: 44px;
  box-shadow: 0 4px 15px rgba(119,142,140,0.4);
  transition: all 0.3s;
  display: inline-block;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  cursor: pointer;
}
.xcocar-widget-btn:hover {
  background: linear-gradient(45deg, #2563eb, #1d4ed8);
  color: #fff;
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(37,99,235,0.4);
}
@media (max-width: 768px) {
  .xcocar-widget-btn {
    width: 100%;
    font-size: 1.1rem;
    padding: 1rem 1rem;
    min-width: 0;
  }
}
/* Fix för badges: stapla ikon, rubrik och text vertikalt i .benefit-card */
.badges-row {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.benefit-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: transparent;
  box-shadow: none;
  border: none;
  padding: 0;
  width: 200px;
  min-width: 0;
}
.benefit-card .doc-icon {
  font-size: 1.8rem;
  color: #6B7280;
  opacity: 0.6;
  margin-bottom: 0.15rem;
}
.benefit-card h3 {
  font-size: 1.1rem;
  color: #fff;
  margin: 0 0 0.3rem 0;
  text-align: center;
  font-weight: 600;
}
.benefit-card p {
  color: #fff;
  font-size: 1rem;
  margin: 0;
  text-align: center;
  line-height: 1.4;
  word-break: break-word;
}
/* Centrering och transparens för badges-overlay på affarside.html */
.badges-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 900px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: transparent !important;
  padding: 2rem 1rem;
  border-radius: 0.5rem;
}
.badges-row {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.badges-row:last-child {
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .badges-overlay { padding: 1.2rem 0.2rem; }
  .badges-row { gap: 1rem; }
}
@media (max-width: 600px) {
  .badges-row { flex-direction: column; align-items: center; gap: 1rem; }
  .badges-overlay { padding: 0.5rem 0; }
}
/* Info-badges (affärsidé) */
.info-badges-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  align-items: stretch;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2.5rem;
  width: 90%;
  z-index: 3;
}
.info-badge {
  background: rgba(255,255,255,0.55);
  border: none;
  border-radius: 0;
  box-shadow: var(--xcocar-shadow);
  padding: 1.5rem 1.2rem 1.2rem 1.2rem;
  max-width: 320px;
  min-width: 220px;
  flex: 1 1 220px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 1rem;
}

/* .info-badge styles removed, replaced by .benefit-card standard */
.benefit-card {
  background: #fff;
  border-radius: 0;
  box-shadow: 0 2px 8px rgba(119,142,140,0.10);
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  text-align: center;
  flex: 1 1 220px;
  min-width: 220px;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transition: box-shadow 0.2s;
}
.benefit-card h3 {
  color: var(--xcocar-green, #778E8C);
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0.75rem 0 0.5rem 0;
  text-align: center;
}
.benefit-card p {
  color: #111827;
  font-size: 1rem;
  margin: 0;
  text-align: center;
}
.doc-icon {
  font-size: 1.8rem;
  color: #6B7280;
  opacity: 0.6;
  margin-bottom: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.benefit-cards-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  margin-bottom: 2.5rem;
@media (max-width: 900px) {
  .benefit-card {
    min-width: 180px;
    max-width: 100%;
    padding: 1.25rem 1rem 1rem 1rem;
  }
  .benefit-cards-row {
    gap: 1.25rem;
  }
}
@media (max-width: 600px) {
  .benefit-cards-row {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .benefit-card {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding: 1rem 0.5rem;
  }
}
}
@media (max-width: 900px) {
  .info-badges-row {
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
    width: 98%;
    bottom: 1.2rem;
  }
  .info-badge {
    max-width: 98vw;
    min-width: 0;
    width: 100%;
    align-items: flex-start;
  }
}
@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,600,700&display=swap');
html, body, * {
  font-family: 'Quicksand', Arial, sans-serif !important;
}
/* Extra spacing för CTA-texten */
.cta-text {
  margin-bottom: 4rem;
}
/* XCOCAR Design System - Huvudstil */
/* Enligt claude.md specifikation med 90-graders hörn */

:root {
  /* XCOCAR Färgpalett */
  --xcocar-green: #778E8C;
  --xcocar-active-color: #94eedd; /* Ny färg för aktiva menyobjekt */
  --xcocar-dark-gray: #374151; /* Ersätter blå färger med mörkgrå */
  --xcocar-dark-gray-hover: #1f2937; /* Ersätter blå hover med mörkare grå */
  --xcocar-text-placeholder: #9CA3AF;
  --xcocar-text-primary: #111827;
  --xcocar-text-secondary: #6B7280;
  --xcocar-background: #F5F9FA;
  --xcocar-white: #FFFFFF;
  
  /* XCOCAR Gradient - uppdaterad för att använda grå istället för blå */
  --xcocar-gradient: linear-gradient(45deg, #778E8C, #374151);
  --xcocar-gradient-hover: linear-gradient(45deg, #374151, #1f2937);
  
  /* Shadow */
  --xcocar-shadow: 0 4px 15px rgba(119, 142, 140, 0.4);
  --xcocar-shadow-hover: 0 6px 20px rgba(55, 65, 81, 0.4);
}

/* Reset och grundläggande styling */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 1.6;
  color: var(--xcocar-text-primary);
  background-color: var(--xcocar-white);
}

/* KRITISK REGEL: 90-graders hörn på ALLT */
button,
input,
textarea,
select,
.modal,
.form-container,
.widget-btn,
.card,
.btn {
  border-radius: 0 !important; /* 90-graders hörn enligt krav */
}

/* Knappar enligt XCOCAR Design System */
.btn {
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 0; /* 90-graders hörn */
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 160px;
  min-height: 44px; /* Touch target för mobil */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.btn-primary {
  background: var(--xcocar-gradient);
  color: white;
  box-shadow: var(--xcocar-shadow);
}

.btn-primary:hover {
  background: var(--xcocar-gradient-hover);
  box-shadow: var(--xcocar-shadow-hover);
  transform: translateY(-2px);
}

.btn-secondary {
  background: transparent;
  color: var(--xcocar-green);
  border: 2px solid var(--xcocar-green);
}

.btn-secondary:hover {
  background: var(--xcocar-green);
  color: white;
  transform: translateY(-2px);
}

/* Responsiv widget för mobil */

/* Formulär styling */
.form-container {
  background: var(--xcocar-background);
  padding: 2rem;
  border-radius: 0; /* 90-graders hörn */
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: var(--xcocar-text-primary);
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 0; /* 90-graders hörn */
  background: var(--xcocar-white);
  color: var(--xcocar-text-secondary);
  font-size: 16px;
  transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--xcocar-green);
  box-shadow: 0 0 0 3px rgba(119, 142, 140, 0.1);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: var(--xcocar-text-placeholder);
}

/* Layout och grid */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.col {
  flex: 1;
  padding: 0 15px;
}

/* Typografi */
h1, h2, h3, h4, h5, h6 {
  color: var(--xcocar-text-primary);
  font-weight: 600;
  margin-bottom: 1rem;
}

h1 {
  font-size: 2.5rem;
  line-height: 1.2;
}

h2 {
  font-size: 2rem;
  line-height: 1.3;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.4;
}

p {
  margin-bottom: 1rem;
  color: var(--xcocar-text-secondary);
}

/* Språkväxlare */
.language-switcher {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.lang-btn {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  padding: 8px 16px;
  border-radius: 0; /* 90-graders hörn */
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 600;
}

.lang-btn:hover,
.lang-btn.active {
  background: var(--xcocar-active-color);
  color: white;
  border-color: var(--xcocar-active-color);
}

/* Språkväxlare för solid header */
.header-solid .lang-btn {
  border-color: rgba(255, 255, 255, 0.5);
}

.header-solid .lang-btn:hover,
.header-solid .lang-btn.active {
  background: var(--xcocar-active-color);
  border-color: var(--xcocar-active-color);
}

/* Utility klasser */
.text-center {
  text-align: center;
}

.mb-1 { margin-bottom: 1rem; }
.mb-2 { margin-bottom: 2rem; }
.mb-3 { margin-bottom: 3rem; }

.mt-1 { margin-top: 1rem; }
.mt-2 { margin-top: 2rem; }
.mt-3 { margin-top: 3rem; }

.hidden {
  display: none;
}

/* Responsive design */
@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }
  
  .row {
    flex-direction: column;
  }
  
  h1 {
    font-size: 2rem;
  }
  
  h2 {
    font-size: 1.5rem;
  }
  
  .btn {
    width: 100%;
    margin-bottom: 1rem;
  }
}

/* Animationer */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in {
  animation: fadeIn 0.6s ease-out;
}

/* Shimmer effekt för premium knappar */
@keyframes shimmer {
  0% {
    background-position: -200px 0;
  }
  100% {
    background-position: 200px 0;
  }
}

.btn-premium {
  background: var(--xcocar-gradient);
  background-size: 200px 100%;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.btn-premium::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.5s;
}

.btn-premium:hover::before {
  left: 100%;
}

/* Header och Navigation - Olika typer */

/* Transparent header för startsidan */
.header-transparent {
  background: transparent;
  box-shadow: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

/* Solid header för andra sidor */
.header-solid {
  background: var(--xcocar-gradient); /* Samma gradient som header-blocket */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding-top: 0; /* Samma position som transparent header */
}

/* Kompensations-regel borttagen - hero-small har egen padding som räcker */

/* Responsiva kompensations-regler borttagna - hero-small har egen padding */

/* Fallback för gamla .header klassen - transparent som standard */
.header {
  background: transparent;
  box-shadow: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0; /* Exakt 10px från toppen enligt krav */
}

.nav-brand .logo img {
  height: 32px; /* Återställd till ursprunglig storlek */
  width: auto;
}

.nav-menu {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.nav-link {
  text-decoration: none;
  color: white;
  font-weight: 500;
  transition: color 0.3s ease;
  position: relative;
}

/* Navigation för transparent header (startsida) */
.header-transparent .nav-link {
  color: white;
}

.header-transparent .nav-link:hover,
.header-transparent .nav-link.active {
  color: var(--xcocar-active-color);
}

/* Navigation för solid header (andra sidor) */
.header-solid .nav-link {
  color: white;
}

.header-solid .nav-link:hover,
.header-solid .nav-link.active {
  color: var(--xcocar-active-color);
}

.nav-link:hover,
.nav-link.active {
  color: var(--xcocar-active-color);
}

.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--xcocar-active-color);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.nav-toggle span {
  width: 25px;
  height: 3px;
  background: white;
  margin: 3px 0;
  transition: 0.3s;
  border-radius: 0;
}

/* Hamburger-meny för solid header */
.header-solid .nav-toggle span {
  background: white;
}

/* Hamburger-meny för transparent header */
.header-transparent .nav-toggle span {
  background: white;
}

/* ===== OVERLAY MENU STYLES ===== */

/* Show nav-toggle on all screen sizes for overlay menu */
.nav-toggle {
  display: flex !important;
  flex-direction: column;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  z-index: 1001;
}

/* Overlay Menu Container */
.overlay-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(10px);
  z-index: 2001;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.overlay-menu.overlay-active {
  opacity: 1;
  visibility: visible;
}

/* Overlay Content */
.overlay-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 2rem;
}

/* Overlay Header */
.overlay-header {
  position: absolute;
  top: 2rem;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
}

.overlay-header img {
  height: 50px;
}

/* Overlay Close Button */
.overlay-close {
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 0;
}

.overlay-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 3px;
  background: white;
  border-radius: 0;
  transition: all 0.3s ease;
}

.overlay-close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.overlay-close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.overlay-close:hover span {
  background: var(--xcocar-active-color);
}

/* Overlay Navigation */
.overlay-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin-bottom: 3rem;
}

.overlay-link {
  color: white;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  padding: 1rem 2rem;
  border-radius: 0;
}

.overlay-link:hover {
  color: var(--xcocar-active-color);
  transform: translateY(-2px);
}

.overlay-link.active {
  color: var(--xcocar-active-color);
}

.overlay-link.active::after {
  content: '';
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background: var(--xcocar-active-color);
  border-radius: 0;
}

/* Enhanced Language Selector */
.language-selector {
  position: relative;
}

.language-toggle {
  background: transparent;
  border: 2px solid white;
  border-radius: 0;
  color: white;
  padding: 1rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 180px;
  transition: all 0.3s ease;
}

.language-toggle:hover {
  border-color: var(--xcocar-active-color);
  color: var(--xcocar-active-color);
}

.language-toggle.toggle-active {
  border-color: var(--xcocar-active-color);
  color: var(--xcocar-active-color);
}

.language-arrow {
  transition: transform 0.3s ease;
  font-size: 0.8rem;
}

.language-toggle.toggle-active .language-arrow {
  transform: rotate(180deg);
}

/* Language Dropdown */
.language-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  border: 2px solid var(--xcocar-active-color);
  border-radius: 0;
  margin-top: 0.5rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}

.language-dropdown.dropdown-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.language-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.language-option:last-child {
  border-bottom: none;
}

.language-option:hover {
  background: rgba(148, 238, 221, 0.1);
  color: var(--xcocar-active-color);
}

.language-option.active {
  background: rgba(148, 238, 221, 0.2);
  color: var(--xcocar-active-color);
}

.language-name {
  font-weight: 500;
}

.language-code {
  font-size: 0.9rem;
  opacity: 0.7;
}

/* Hamburger Animation */
.nav-toggle.nav-toggle-active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.nav-toggle.nav-toggle-active span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.nav-toggle-active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}

/* Hide old navigation on all screen sizes */
.nav-menu,
.nav-actions {
  display: none !important;
}

/* Responsive adjustments for overlay */
@media (max-width: 768px) {
  .overlay-link {
    font-size: 1.5rem;
    padding: 0.8rem 1.5rem;
  }
  
  .overlay-header {
    padding: 0 1rem;
  }
  
  .overlay-content {
    padding: 1rem;
  }
  
  .language-toggle {
    min-width: 150px;
    padding: 0.8rem 1.2rem;
    font-size: 1rem;
  }
}

/* Hero Section */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: white;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.hero-video img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

/* 20-60-20 Grid Layout */
.hero-content-grid {
  display: grid;
  grid-template-columns: 20% 60% 20%;
  width: 100%;
  min-height: 100vh;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  padding-top: 16.67vh;
}

.hero-main-content {
  padding: 2rem 2rem 2rem 2rem;
  text-align: left;
  width: 100%;
}

/* Tvåspaltig layout för innehållet */
.hero-content-columns {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2rem;
  width: 100%;
}

.hero-content-left {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.hero-content-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* Hero widget-knapp (inline) */
.hero-widget-btn {
  background: linear-gradient(45deg, #778E8C, #6B7E7A);
  color: white;
  border: none;
  border-radius: 0; /* 90-graders hörn */
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(119, 142, 140, 0.4);
  margin-bottom: 1.5rem;
  width: 50%;
  max-width: 300px;
  text-align: center;
}

.hero-widget-btn:hover {
  background: linear-gradient(45deg, #6B7E7A, #5A6C66);
  box-shadow: 0 6px 20px rgba(119, 142, 140, 0.6);
  transform: translateY(-2px);
}

.hero-title {
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2rem;
  margin-top: 0;
  color: white;
  letter-spacing: -0.02em;
  text-align: left;
}

.hero-description-block {
  margin-bottom: 1.5rem;
  text-align: left;
}

.hero-description {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.9);
  text-align: left;
}

.hero-description:last-child {
  margin-bottom: 0;
}

.hero-disclaimer {
  font-size: 0.9rem;
  color: white;
  line-height: 1.4;
  border-left: 3px solid var(--xcocar-green);
  padding-left: 1rem;
  text-align: left;
}

.hero-disclaimer p {
  color: white;
  margin-bottom: 0;
}

/* Responsiv design för mobil */
@media (max-width: 768px) {
  .hero-content-grid {
    grid-template-columns: 5% 90% 5%;
    padding-top: 15vh;
  }
  
  .hero-main-content {
    padding: 1rem 1rem 1rem 1rem;
  }
  
  .hero-content-columns {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .hero-widget-btn {
    min-width: 100%;
    padding: 14px 24px;
    font-size: 14px;
  }
  
  .hero-title {
    font-size: 2.5rem;
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  .hero-content-grid {
    grid-template-columns: 1fr;
    padding-top: 12vh;
  }
  
  .hero-main-content {
    padding: 1rem 1rem 1rem 1rem;
  }
  
  .hero-content-columns {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .hero-widget-btn {
    min-width: 100%;
    padding: 12px 20px;
    font-size: 14px;
  }
  
  .hero-title {
    font-size: 2rem;
    margin-top: 0;
  }
}

.hero-background::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
}

.hero-text h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.hero-subtitle {
  font-size: 1.5rem;
  opacity: 0.9;
  color: white;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* Sections */
.section {
  padding: 0.3rem 0 !important; /* Ytterligare minskat för mycket mindre avstånd enligt pilar */
}

.section-title {
  font-size: 2.5rem;
  margin-top: 2rem;
  margin-bottom: 3rem;
  color: var(--xcocar-text-primary);
}

/* Process Steps */
.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.process-step {
  text-align: center;
  padding: 2rem 1rem;
}

.step-number {
  width: 60px;
  height: 60px;
  background: var(--xcocar-active-color);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 auto 1rem;
}

.process-step h3 {
  font-size: 1.2rem;
  margin-bottom: 5rem;
  color: var(--xcocar-text-primary);
}

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


.benefit-card {
  background: white;
  padding: 2rem;
  border-radius: 0;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.benefit-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.benefit-card h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: var(--xcocar-text-primary);
}

/* CTA Section */
.cta-section {
  background: var(--xcocar-gradient);
  color: white;
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 5rem; /* Ännu mer space under texten */
  margin-top: 3.5rem; /* Mer luft ovanför CTA mot badges */
}

/* ===== FOOTER STYLING (XCOCAR Design System) ===== */
/* Modern footer med XCOCAR-färger och 90-graders hörn */

.footer {
    background-color: #374151; /* Mellanmörkgrå bakgrund enligt XCOCAR */
    color: #ffffff; /* Vit text */
    padding: 3rem 0 1.5rem 0;
    margin-top: 0;
    border-radius: 0; /* XCOCAR Design System - 90-graders hörn */
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.footer-brand {
    display: flex;
    flex-direction: column;
}

.footer-brand img {
    margin-bottom: 1rem;
    height: 30px;
    width: auto;
}

.footer-brand p {
    color: #d1d5db; /* Ljusgrå text */
    margin: 0;
    line-height: 1.6;
    font-size: 0.9rem;
}

.footer-address {
    color: #d1d5db;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-top: 1rem;
}

.footer-address strong {
    color: #ffffff;
    display: block;
    margin-bottom: 0.5rem;
}

.footer-column h4 {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    border-bottom: 2px solid var(--xcocar-green);
    padding-bottom: 0.5rem;
    display: inline-block;
}

.footer-column a {
    color: #d1d5db; /* Ljusgrå text för länkar */
    text-decoration: none;
    display: block;
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
}

.footer-column a:hover {
    color: var(--xcocar-green);
}

.footer-bottom {
    border-top: 1px solid #4b5563;
    padding-top: 1rem;
    margin-top: 2rem;
    text-align: center;
    color: #9ca3af;
    font-size: 0.9rem;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    flex-direction: column;
    padding: 1rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    gap: 1rem;
  }
  
  .nav-menu.active {
    display: flex;
  }
  
  .nav-toggle {
    display: flex;
  }
  
  .hero-text h1 {
    font-size: 2.5rem;
  }
  
  .hero {
    min-height: 100vh;
    text-align: left;
  }
  
  .hero-content {
    padding: 1.5rem;
  }
  
  .hero-text {
    max-width: 100%;
  }
  
  .hero-title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  
  .hero-description {
    font-size: 1rem;
  }
  
  .hero-logo {
    height: 50px;
  }
  
  .hero-disclaimer {
    font-size: 0.8rem;
  }
  
  .hero-actions {
    flex-direction: column;
    align-items: center;
  }
  
  .process-steps {
    grid-template-columns: 1fr;
  }
  
  .benefits-grid {
    grid-template-columns: 1fr;
  }
  
  .hero-actions .btn {
    width: 100%;
    max-width: 300px;
  }
}

/* Small Hero Section för undersidor */
.hero-small {
  background: var(--xcocar-gradient);
  color: white;
  padding: 5rem 0 2rem 0 !important; /* Ökat padding-bottom från 0.3rem till 2rem för mer space under texten */
  text-align: center;
}

.hero-small h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: white;
}

.hero-small .hero-subtitle {
  font-size: 1.2rem;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto;
}

/* Process Timeline - Detaljerad */
.process-detailed {
  background: #f8f9fa;
}

.process-timeline {
  max-width: 800px;
  margin: 0 auto;
}

/* Design med stora grå cirklar och vita siffror */
.process-step-detailed {
    position: relative;
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 3rem 2rem;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    margin-bottom: 2rem;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    min-height: 195px; /* Justerat för 135px cirklar */
}

.step-bg-number {
    flex-shrink: 0;
    width: 135px; /* 75% av 180px */
    height: 135px; /* 75% av 180px */
    background-color: #d1d5db; /* Ljusgrå bakgrund */
    border-radius: 50%; /* Perfekt cirkel */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.375rem; /* 75% av 4.5rem (54px) */
    font-weight: 900;
    color: #ffffff; /* Vit siffra */
    user-select: none;
    pointer-events: none;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1; /* Säkerställer perfekt vertikal centrering */
}

.process-step-detailed:hover .step-bg-number {
    background-color: var(--xcocar-active-color); /* Turkos färg vid hover */
}

.step-content {
    flex: 1;
    position: relative;
    z-index: 2;
}

/* Gömmer den gamla siffer-badgen */
.step-badge {
    display: none;
}

/* Responsiv anpassning för cirkel-design */
@media (max-width: 768px) {
    .process-step-detailed {
        flex-direction: column;
        text-align: center;
        padding: 2rem 1.5rem;
    }
    
    .step-bg-number {
        width: 90px; /* 75% av 120px */
        height: 90px; /* 75% av 120px */
        font-size: 2.25rem; /* 75% av 3rem */
        margin-bottom: 1rem;
        line-height: 1;
    }
    
    .step-content {
        text-align: left;
    }
}

/* Gamla step-badge regler borttagna - ersatt med step-bg-number cirklar */

.step-content {
  flex: 1;
}

.step-content h3 {
  color: var(--xcocar-text-primary);
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.step-content p {
  margin-bottom: 1rem;
  line-height: 1.6;
}

.step-content strong {
  color: var(--xcocar-green);
  font-weight: 600;
}

/* Dokumentation Grid */
.documentation {
  background: white;
}

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

.doc-card {
  background: var(--xcocar-background);
  padding: 2rem;
  border-radius: 0;
  text-align: center;
  transition: transform 0.3s ease;
}

.doc-card:hover {
  transform: translateY(-5px);
}

.doc-icon {
  font-size: 2.4rem;
  margin: 0 auto 1rem auto;
  opacity: 0.6;
  color: #9ca3af;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.2rem;
  width: 3.2rem;
}

.doc-icon i {
  font-size: inherit;
  color: inherit;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Förbättra ikon-rendering med mask för bättre färgkontroll */
.doc-icon .bi-laptop,
.doc-icon .bi-info-circle {
  background: currentColor;
  width: 100%;
  height: 100%;
}

.doc-icon-bankid {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  height: 3.6rem; /* Uppdaterat för att matcha större BankID-logotyp */
  position: relative;
}

.bankid-logo {
  height: 3.6rem; /* Dubbelt så stor som tidigare 1.8rem */
  width: auto;
  opacity: 0.4; /* Mer transparent för mindre framträdande look */
  filter: grayscale(20%); /* Lätt grå ton för att passa in bättre */
}

.doc-card h3 {
  color: var(--xcocar-text-primary);
  margin-bottom: 1rem;
}

.doc-card ul {
  list-style: none;
  padding: 0;
}

.doc-card li {
  padding: 0.5rem 0;
  color: var(--xcocar-text-secondary);
  position: relative;
}

.doc-card li::before {
  content: '✓';
  color: var(--xcocar-green);
  font-weight: bold;
  margin-right: 0.5rem;
}

/* Timeline Section */
.timeline-section {
  background: var(--xcocar-background);
}

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

.timeline-item {
  background: white;
  padding: 2rem;
  border-radius: 0;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.timeline-item h3 {
  color: var(--xcocar-text-primary);
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.timeline-item p {
  color: var(--xcocar-text-secondary);
  line-height: 1.5;
}

/* Maximera-sida specifik styling */
.ai-section {
  background: var(--xcocar-background);
}

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

.ai-feature {
  background: white;
  padding: 2rem;
  border-radius: 0;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.ai-feature h3 {
  color: var(--xcocar-text-primary);
  margin-bottom: 1rem;
}

.ai-feature p {
  color: var(--xcocar-text-secondary);
  line-height: 1.6;
}

/* FAQ-sida styling */
.faq-section {
  background: white;
}

.faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.faq-category {
  margin-bottom: 3rem;
}

.faq-category h3 {
  color: var(--xcocar-green);
  font-size: 1.5rem;
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--xcocar-green);
}

.faq-item {
  margin-bottom: 2rem;
  background: var(--xcocar-background);
  border-radius: 0;
  overflow: hidden;
}

.faq-question {
  background: white;
  border: none;
  width: 100%;
  padding: 1.5rem;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--xcocar-text-primary);
  cursor: pointer;
  transition: background 0.3s ease;
  border-radius: 0;
}

.faq-question:hover {
  background: var(--xcocar-background);
}

.faq-question::after {
  content: '+';
  float: right;
  font-size: 1.5rem;
  color: var(--xcocar-green);
  transition: transform 0.3s ease;
}

.faq-question.active::after {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 1.5rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-answer.active {
  max-height: 300px;
  padding: 1.5rem;
}

.faq-answer p {
  color: var(--xcocar-text-secondary);
  line-height: 1.6;
}

/* Kontakt-sida styling */
.contact-section {
  background: white;
}

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

.contact-info h3 {
  color: var(--xcocar-text-primary);
  margin-bottom: 2rem;
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}

.contact-icon {
  font-size: 1.5rem;
  margin-right: 1rem;
  color: var(--xcocar-green);
}

.contact-details h4 {
  color: var(--xcocar-text-primary);
  margin-bottom: 0.5rem;
}

.contact-details p {
  color: var(--xcocar-text-secondary);
}

/* Mobile anpassningar för nya komponenter */
@media (max-width: 768px) {
  .hero-small h1 {
    font-size: 2rem;
  }
  
  .process-step-detailed {
    flex-direction: column;
    text-align: center;
  }
  
  .process-step-detailed::before {
    display: none;
  }
  
  .step-badge {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  
  .doc-grid {
    grid-template-columns: 1fr;
  }
  
  .timeline-info {
    grid-template-columns: 1fr;
  }
  
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .ai-features {
    grid-template-columns: 1fr;
  }
}

/* Lead text styling */
.lead {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--xcocar-text-primary);
  margin-bottom: 2rem;
  line-height: 1.6;
}

/* Business idea section */
.business-idea {
  background: white;
}

/* Market knowledge section */
.market-knowledge {
  background: var(--xcocar-background);
}

.market-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
  margin-bottom: 3rem; /* Mer space mot footer */
}

.stat-item {
  text-align: center;
  background: white;
  padding: 2rem 1rem;
  border-radius: 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  margin-bottom: 2.5rem; /* Mer space mellan blocken */
}

.stat-item h3 {
  font-size: 2.5rem;
  color: var(--xcocar-green);
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.stat-item p {
  color: var(--xcocar-text-secondary);
  font-size: 0.9rem;
  margin: 0;
}

/* Advantages section */
.advantages {
  background: white;
}

/* FAQ Section */
.faq-section {
    padding: 80px 0;
    background-color: #f8fafc;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-category {
    margin-bottom: 3rem;
}

.faq-category h3 {
    color: #778E8C;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #778E8C;
}

.faq-item {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 0;
    margin-bottom: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.faq-question {
    width: 100%;
    padding: 1.5rem;
    text-align: left;
    border: none;
    background: none;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1e293b;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

.faq-question::after {
    content: '+';
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    color: #778E8C;
    transition: all 0.3s ease;
}

.faq-question.active::after {
    content: '−';
    color: #000000; /* Ändrat från blå till svart */
}

.faq-question:hover {
    background-color: #f8fafc;
}

.faq-question.active {
    background-color: #f0f9ff;
    color: #000000; /* Ändrat från blå till svart */
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-answer.active {
    max-height: 500px;
}

.faq-answer p {
    padding: 0 1.5rem 1.5rem;
    margin: 0;
    color: #64748b;
    line-height: 1.6;
}

/* Kontakt-sida styling */
.contact-section {
    padding: 80px 0;
    background-color: #f8fafc;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.contact-form-container {
    background: white;
    padding: 3rem;
    border-radius: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.contact-form-container h2 {
    color: #778E8C;
    margin-bottom: 2rem;
    font-size: 1.8rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #1e293b;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid #e2e8f0;
    border-radius: 0;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #2563eb;
}

.checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    cursor: pointer;
    font-size: 0.9rem;
    line-height: 1.4;
    margin-bottom: 0;
}

.checkbox-label input[type="checkbox"] {
    width: auto;
    margin: 0;
}

.checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid #e2e8f0;
    border-radius: 0;
    flex-shrink: 0;
    margin-top: 2px;
}

.btn-full {
    width: 100%;
    justify-content: center;
}

.contact-info-container h2 {
    color: #778E8C;
    margin-bottom: 2rem;
    font-size: 1.8rem;
}

.contact-card {
    background: white;
    padding: 2rem;
    border-radius: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.contact-icon {
    font-size: 2rem;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #374151; /* Ändrat till samma färg som navigation och footer */
    border-radius: 50%;
    flex-shrink: 0;
}

.contact-details h3 {
    color: #1e293b;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
}

.contact-details p {
    margin-bottom: 0.5rem;
    color: #64748b;
}

.contact-details a {
    color: #000000; /* Ändrat från blå till svart */
    text-decoration: none;
}

.contact-details a:hover {
    text-decoration: underline;
}

.contact-details small {
    color: #94a3b8;
    font-size: 0.85rem;
}

/* Support Section */
.support-section {
    padding: 80px 0;
    background: white;
}

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

.support-item {
    text-align: center;
    padding: 2rem;
    background: #f8fafc;
    border-radius: 0;
    transition: all 0.3s ease;
}

.support-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.support-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.support-item h3 {
    color: #1e293b;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.support-item p {
    color: #64748b;
    line-height: 1.6;
}

/* FAQ Quick Section */
.faq-quick {
    padding: 80px 0;
    background: #f8fafc;
}

.faq-quick-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem 2.5rem; /* Mer space mellan badges */
    margin-top: 3rem;
    margin-bottom: 3.5rem; /* Mer space under badges mot CTA */
}

.faq-quick-item {
    background: white;
    padding: 2.2rem 2rem 2.2rem 2rem;
    border-radius: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-bottom: 0.5rem; /* Extra luft mellan badges på mobil */
}

.btn-outline {
    background: transparent;
    color: #000000; /* Ändrat från blå till svart */
    border: 2px solid #000000; /* Ändrat från blå till svart */
}

.btn-outline:hover {
    background: #000000; /* Ändrat från blå till svart */
    color: white;
}

@media (max-width: 768px) {
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .contact-form-container {
        padding: 2rem;
    }
    
    .contact-card {
        padding: 1.5rem;
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .support-grid {
        grid-template-columns: 1fr;
    }
    
    .faq-quick-grid {
        grid-template-columns: 1fr;
    }
}

/* Responsiv design för footer */
@media (max-width: 1024px) {
    .footer-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    .footer {
        padding: 2rem 0 1rem 0;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        padding: 0 1rem;
        gap: 1.5rem;
    }
    
    .footer-column h4 {
        font-size: 1.1rem;
    }
}
