/* Main Styles for LightStridesMareketing */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');

:root {
  --primary: #3b82f6;
  --secondary: #8b5cf6;
  --accent: #06b6d4;
  --gradient-start: #6366f1;
  --gradient-end: #ec4899;
  --bg-primary: #f9fafb;
  --bg-secondary: #111827;
  --text-primary: #1f2937;
  --text-secondary: #6b7280;
  --text-light: #f3f4f6;
  --sidebar-width: 280px;
  --header-height: 70px;
  --transition-speed: 0.3s;
}

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

body {
  font-family: 'Poppins', sans-serif;
  background-color: var(--bg-primary);
  color: var(--text-primary);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1rem;
}

h1 {
  font-size: 2.5rem;
  font-weight: 700;
}

h2 {
  font-size: 2rem;
  color: var(--primary);
}

h3 {
  font-size: 1.5rem;
  color: var(--secondary);
}

p {
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

a {
  color: var(--primary);
  text-decoration: none;
  transition: color var(--transition-speed);
}

a:hover {
  color: var(--secondary);
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* AI Aesthetic - Glitch effects, neural patterns, holographic gradients */
.glitch-container {
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
}

.glitch-effect {
  position: relative;
  display: inline-block;
}

.glitch-effect::before,
.glitch-effect::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.glitch-effect::before {
  left: 2px;
  text-shadow: -1px 0 var(--accent);
  clip: rect(44px, 450px, 56px, 0);
  animation: glitch-anim 5s infinite linear alternate-reverse;
}

.glitch-effect::after {
  left: -2px;
  text-shadow: -1px 0 var(--secondary);
  clip: rect(44px, 450px, 56px, 0);
  animation: glitch-anim2 5s infinite linear alternate-reverse;
}

@keyframes glitch-anim {
  0% {
    clip: rect(10px, 9999px, 28px, 0);
  }
  5% {
    clip: rect(65px, 9999px, 78px, 0);
  }
  10% {
    clip: rect(24px, 9999px, 67px, 0);
  }
  15% {
    clip: rect(95px, 9999px, 33px, 0);
  }
  20% {
    clip: rect(53px, 9999px, 98px, 0);
  }
  25% {
    clip: rect(12px, 9999px, 45px, 0);
  }
  30% {
    clip: rect(38px, 9999px, 82px, 0);
  }
  35% {
    clip: rect(76px, 9999px, 19px, 0);
  }
  40% {
    clip: rect(89px, 9999px, 62px, 0);
  }
  45% {
    clip: rect(31px, 9999px, 70px, 0);
  }
  50% {
    clip: rect(48px, 9999px, 14px, 0);
  }
  55% {
    clip: rect(64px, 9999px, 39px, 0);
  }
  60% {
    clip: rect(16px, 9999px, 86px, 0);
  }
  65% {
    clip: rect(72px, 9999px, 21px, 0);
  }
  70% {
    clip: rect(30px, 9999px, 60px, 0);
  }
  75% {
    clip: rect(94px, 9999px, 44px, 0);
  }
  80% {
    clip: rect(58px, 9999px, 79px, 0);
  }
  85% {
    clip: rect(23px, 9999px, 55px, 0);
  }
  90% {
    clip: rect(84px, 9999px, 36px, 0);
  }
  95% {
    clip: rect(41px, 9999px, 91px, 0);
  }
  100% {
    clip: rect(69px, 9999px, 15px, 0);
  }
}

@keyframes glitch-anim2 {
  0% {
    clip: rect(65px, 9999px, 42px, 0);
  }
  5% {
    clip: rect(17px, 9999px, 89px, 0);
  }
  10% {
    clip: rect(73px, 9999px, 30px, 0);
  }
  15% {
    clip: rect(36px, 9999px, 68px, 0);
  }
  20% {
    clip: rect(81px, 9999px, 24px, 0);
  }
  25% {
    clip: rect(56px, 9999px, 95px, 0);
  }
  30% {
    clip: rect(14px, 9999px, 77px, 0);
  }
  35% {
    clip: rect(92px, 9999px, 35px, 0);
  }
  40% {
    clip: rect(49px, 9999px, 83px, 0);
  }
  45% {
    clip: rect(25px, 9999px, 50px, 0);
  }
  50% {
    clip: rect(62px, 9999px, 19px, 0);
  }
  55% {
    clip: rect(40px, 9999px, 72px, 0);
  }
  60% {
    clip: rect(86px, 9999px, 31px, 0);
  }
  65% {
    clip: rect(59px, 9999px, 97px, 0);
  }
  70% {
    clip: rect(28px, 9999px, 64px, 0);
  }
  75% {
    clip: rect(79px, 9999px, 46px, 0);
  }
  80% {
    clip: rect(51px, 9999px, 90px, 0);
  }
  85% {
    clip: rect(22px, 9999px, 75px, 0);
  }
  90% {
    clip: rect(67px, 9999px, 38px, 0);
  }
  95% {
    clip: rect(43px, 9999px, 84px, 0);
  }
  100% {
    clip: rect(15px, 9999px, 58px, 0);
  }
}

.holographic-bg {
  background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
  background-size: 200% 200%;
  animation: gradient-shift 15s ease infinite;
  border-radius: 8px;
  padding: 2rem;
  color: white;
  box-shadow: 0 8px 32px rgba(99, 102, 241, 0.3);
}

@keyframes gradient-shift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.neural-pattern {
  position: relative;
}

.neural-pattern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%236366f1' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
  opacity: 0.5;
  z-index: -1;
  pointer-events: none;
}

/* Sidebar Navigation Layout */
.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: var(--sidebar-width);
  height: 100vh;
  background-color: var(--bg-secondary);
  color: var(--text-light);
  padding: 2rem 1rem;
  transition: transform var(--transition-speed);
  z-index: 1000;
  overflow-y: auto;
}

.sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.sidebar-logo {
  max-width: 160px;
}

.sidebar-nav {
  margin-top: 2rem;
}

.sidebar-nav-item {
  margin-bottom: 0.5rem;
}

.sidebar-nav-link {
  display: block;
  padding: 0.75rem 1rem;
  color: var(--text-light);
  border-radius: 8px;
  transition: background-color var(--transition-speed);
}

.sidebar-nav-link:hover,
.sidebar-nav-link.active {
  background-color: rgba(255, 255, 255, 0.1);
}

.sidebar-nav-link i {
  margin-right: 0.75rem;
  width: 1.25rem;
  text-align: center;
}

.sidebar-footer {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.875rem;
}

.main-content {
  margin-left: var(--sidebar-width);
  flex: 1;
  transition: margin-left var(--transition-speed);
  padding: 2rem;
}

.page-header {
  margin-bottom: 2rem;
}

.page-title {
  font-size: 2.5rem;
  color: var(--primary);
  position: relative;
  margin-bottom: 1.5rem;
}

.page-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 4px;
  width: 50px;
  background: linear-gradient(to right, var(--gradient-start), var(--gradient-end));
  border-radius: 2px;
}

/* Mobile Menu */
.mobile-header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--header-height);
  background-color: var(--bg-secondary);
  color: var(--text-light);
  padding: 0 1.5rem;
  z-index: 999;
  align-items: center;
  justify-content: space-between;
}

.mobile-logo {
  max-height: 40px;
}

.menu-toggle {
  background: none;
  border: none;
  color: var(--text-light);
  font-size: 1.5rem;
  cursor: pointer;
}

/* Cards and Sections */
.card {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
  overflow: hidden;
  color: var(--text-primary);
}

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

.card-highlight {
  border-left: 4px solid var(--primary);
}

.card-holographic {
  background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
  color: white;
}

.section {
  margin-bottom: 3rem;
}

.section-title {
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 3px;
  width: 100%;
  background: linear-gradient(to right, var(--gradient-start), var(--gradient-end));
  border-radius: 1.5px;
}

/* Grid System */
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

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

.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  border: none;
  outline: none;
}

.btn-primary {
  background-color: var(--primary);
  color: white;
}

.btn-primary:hover {
  background-color: #2563eb;
  color: white;
}

.btn-secondary {
  background-color: var(--secondary);
  color: white;
}

.btn-secondary:hover {
  background-color: #7c3aed;
  color: white;
}

.btn-outline {
  background-color: transparent;
  border: 2px solid var(--primary);
  color: var(--primary);
}

.btn-outline:hover {
  background-color: var(--primary);
  color: white;
}

.btn-gradient {
  background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
  color: white;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.btn-gradient::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, var(--gradient-end), var(--gradient-start));
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s;
}

.btn-gradient:hover::before {
  opacity: 1;
}

.btn-lg {
  padding: 1rem 2rem;
  font-size: 1.125rem;
}

.btn-sm {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}

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

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

.form-control {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-family: 'Poppins', sans-serif;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.form-control:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.25);
  outline: none;
}

.form-check {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.form-check-input {
  margin-right: 0.75rem;
  margin-top: 0.25rem;
}

.form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 2rem;
}

/* iti - International Telephone Input */
.iti {
  width: 100%;
}

/* Utilities */
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-primary {
  color: var(--primary);
}

.text-secondary {
  color: var(--secondary);
}

.mb-1 {
  margin-bottom: 0.5rem;
}

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

.mb-3 {
  margin-bottom: 1.5rem;
}

.mb-4 {
  margin-bottom: 2rem;
}

.mb-5 {
  margin-bottom: 3rem;
}

.mt-1 {
  margin-top: 0.5rem;
}

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

.mt-3 {
  margin-top: 1.5rem;
}

.mt-4 {
  margin-top: 2rem;
}

.mt-5 {
  margin-top: 3rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

/* Hero Section */
.hero {
  position: relative;
  padding: 4rem 0;
  margin-bottom: 3rem;
  overflow: hidden;
  border-radius: 12px;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
}

.hero-title {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.hero-subtitle {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.hero-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 12px 12px 0;
  opacity: 0.8;
  z-index: 1;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, var(--bg-secondary) 30%, transparent 100%);
  z-index: 1;
}

/* Features */
.feature-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s, box-shadow 0.3s;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.feature-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.feature-content {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.feature-title {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: var(--primary);
}

.feature-desc {
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

/* Contact Map */
.map-container {
  height: 400px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 2rem;
}

/* Modal */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1050;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

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

.modal {
  background-color: white;
  border-radius: 12px;
  max-width: 500px;
  width: 100%;
  padding: 2rem;
  position: relative;
  transform: translateY(20px);
  transition: transform 0.3s;
  max-height: 90vh;
  overflow-y: auto;
}

.modal-overlay.active .modal {
  transform: translateY(0);
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--text-secondary);
}

.modal-title {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e5e7eb;
}

.modal-body {
  margin-bottom: 1.5rem;
}

.modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}

/* Cookie Consent */
.cookie-consent {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  background-color: white;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 1.5rem;
  max-width: 400px;
  z-index: 1000;
  animation: slideUp 0.5s forwards;
}

.cookie-consent.hidden {
  display: none;
}

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

.cookie-title {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.cookie-text {
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
}

.cookie-buttons {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.cookie-settings-btn {
  background-color: transparent;
  border: 1px solid var(--text-secondary);
  color: var(--text-secondary);
  padding: 0.5rem 1rem;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.875rem;
  transition: all 0.3s;
}

.cookie-settings-btn:hover {
  background-color: var(--text-secondary);
  color: white;
}

.cookie-accept-btn {
  background-color: var(--primary);
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.875rem;
  transition: all 0.3s;
}

.cookie-accept-btn:hover {
  background-color: #2563eb;
}

.cookie-decline-btn {
  background-color: transparent;
  border: none;
  color: var(--text-secondary);
  padding: 0.5rem;
  cursor: pointer;
  font-size: 0.875rem;
  text-decoration: underline;
  transition: all 0.3s;
}

.cookie-decline-btn:hover {
  color: var(--text-primary);
}

.cookie-settings-modal .cookie-category {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e5e7eb;
}

.cookie-category:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.cookie-category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}

.cookie-category-title {
  font-weight: 600;
  font-size: 1rem;
}

.cookie-category-toggle {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
}

.cookie-category-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

.cookie-category-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 22px;
}

.cookie-category-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .cookie-category-slider {
  background-color: var(--primary);
}

input:checked + .cookie-category-slider:before {
  transform: translateX(18px);
}

.cookie-category-description {
  font-size: 0.875rem;
  color: var(--text-secondary);
}

.cookie-settings-save {
  margin-top: 1rem;
  background-color: var(--primary);
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s;
}

.cookie-settings-save:hover {
  background-color: #2563eb;
}

/* Footer */
.footer {
  background-color: var(--bg-secondary);
  color: var(--text-light);
  padding: 3rem 0;
  margin-top: auto;
  margin-left: var(--sidebar-width);
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
}

.footer-logo {
  max-width: 150px;
  margin-bottom: 1rem;
}

.footer-col h3 {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  color: white;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 0.75rem;
}

.footer-links a {
  color: var(--text-light);
  opacity: 0.8;
  transition: opacity 0.3s;
}

.footer-links a:hover {
  opacity: 1;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.footer-contact-icon {
  margin-right: 0.75rem;
  font-size: 1.25rem;
  color: var(--primary);
}

.footer-bottom {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  font-size: 0.875rem;
  opacity: 0.7;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .grid-3, .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .hero-title {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  :root {
    --sidebar-width: 0;
  }
  
  .sidebar {
    transform: translateX(-100%);
  }
  
  .sidebar.active {
    transform: translateX(0%);
    width: 100%;
  }
  
  .main-content {
    margin-left: 0;
    padding-top: calc(var(--header-height) + 1rem);
  }
  
  .mobile-header {
    display: flex;
  }
  
  .grid, .grid-2, .grid-3, .grid-4 {
    grid-template-columns: 1fr;
  }
  
  .hero {
    padding: 3rem 0;
  }
  
  .hero-content {
    max-width: 100%;
  }
  
  .hero-title {
    font-size: 2rem;
  }
  
  .hero-image {
    display: none;
  }
  
  .hero-overlay {
    background: linear-gradient(180deg, var(--bg-secondary) 0%, rgba(17, 24, 39, 0.8) 100%);
  }
  
  .cookie-consent {
    left: 1.5rem;
    right: 1.5rem;
    max-width: none;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 2rem;
  }
  
  h2 {
    font-size: 1.75rem;
  }
  
  .section-title {
    font-size: 1.5rem;
  }
  
  .page-title {
    font-size: 2rem;
  }
  
  .btn {
    padding: 0.75rem 1.25rem;
  }
  
  .hero {
    padding: 2rem 0;
  }
  
  .hero-title {
    font-size: 1.75rem;
  }
  
  .hero-subtitle {
    font-size: 1rem;
  }
  
  .footer {
    padding: 2rem 0;
  }
  
  .footer-container {
    grid-template-columns: 1fr;
  }
}