/*
Theme Name: Garage Kaufmann MG Angebot
Theme URI: https://garagekaufmannag.ch
Author: Garage Kaufmann AG
Author URI: https://garagekaufmannag.ch
Description: Elementor-kompatibles WordPress-Theme fuer die MG-Angebotsseite der Garage Kaufmann AG. Design Crimson Velocity mit rotem Farbschema und Helikon-Ion CTA-Buttons. Alle Inhalte sind ueber Elementor bearbeitbar.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: garage-kaufmann
Tags: one-column, custom-menu, custom-logo, full-width-template
*/

/* === Basis-Reset und Theme-Grundstile === */
:root {
  --gk-primary: #e63946;
  --gk-cta: #39ff14;
  --gk-bg: #111318;
  --gk-bg-alt: #0e1015;
  --gk-card: #1c1f26;
  --gk-text: #ffffff;
  --gk-text-muted: #9ca3af;
  --gk-text-dim: #6b7280;
  --gk-border: rgba(255, 255, 255, 0.05);
  --gk-border-hover: rgba(255, 255, 255, 0.15);
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Source Sans 3', 'Source Sans Pro', system-ui, -apple-system, sans-serif;
  background: var(--gk-bg);
  color: var(--gk-text);
  line-height: 1.6;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Outfit', system-ui, sans-serif;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s;
}

img {
  max-width: 100%;
  height: auto;
}

/* === Helikon-Ion Glow Button === */
@keyframes helikon-glow {
  0%, 100% {
    box-shadow: 0 0 15px rgba(57, 255, 20, 0.4), 0 0 30px rgba(57, 255, 20, 0.2), 0 0 45px rgba(57, 255, 20, 0.1);
  }
  50% {
    box-shadow: 0 0 20px rgba(57, 255, 20, 0.6), 0 0 40px rgba(57, 255, 20, 0.3), 0 0 60px rgba(57, 255, 20, 0.15);
  }
}

.btn-helikon,
.elementor-widget-button .btn-helikon,
.gk-btn-helikon {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #39ff14, #32e00e, #2bc40a) !important;
  color: #0a0a0a !important;
  font-weight: 700;
  animation: helikon-glow 2s ease-in-out infinite;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  padding: 1rem 2rem;
  border-radius: 0.75rem;
  font-size: 1rem;
  letter-spacing: 0.05em;
}

.btn-helikon:hover,
.gk-btn-helikon:hover {
  background: linear-gradient(135deg, #4dff33, #39ff14, #32e00e) !important;
  box-shadow: 0 0 30px rgba(57, 255, 20, 0.7), 0 0 60px rgba(57, 255, 20, 0.4), 0 0 90px rgba(57, 255, 20, 0.2);
  transform: translateY(-2px);
}

.btn-helikon:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  animation: none;
  transform: none;
}

.btn-secondary,
.gk-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  background: var(--gk-card);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--gk-text-muted);
  transition: all 0.3s;
  cursor: pointer;
}

.btn-secondary:hover,
.gk-btn-secondary:hover {
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

/* === Navigation === */
.gk-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(17, 19, 24, 0.8);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--gk-border);
}

.gk-nav-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

.gk-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}

.gk-nav-left,
.gk-nav-right {
  display: none;
  align-items: center;
  gap: 1.5rem;
}

.gk-nav-center {
  flex: 1;
  display: flex;
  justify-content: center;
}

.gk-nav-center img {
  height: 40px;
  width: auto;
  filter: brightness(0) invert(1);
}

.gk-nav-link {
  font-size: 0.875rem;
  color: var(--gk-text-muted);
  font-weight: 500;
  letter-spacing: 0.05em;
}

.gk-nav-link:hover {
  color: #fff;
}

.gk-nav-cta {
  padding: 0.625rem 1.25rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
}

.gk-nav-mobile {
  display: block;
}

.gk-nav-mobile .btn-helikon {
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .gk-nav-inner { height: 80px; }
  .gk-nav-left, .gk-nav-right { display: flex; }
  .gk-nav-center { flex: none; }
  .gk-nav-center img { height: 56px; }
  .gk-nav-mobile { display: none; }
  .gk-nav-container { padding: 0 1.5rem; }
}

@media (min-width: 1024px) {
  .gk-nav-container { padding: 0 2rem; }
}

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

.gk-hero-bg {
  position: absolute;
  inset: 0;
}

.gk-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gk-hero-overlay-1 {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(17,19,24,0.7), rgba(17,19,24,0.5), #111318);
}

.gk-hero-overlay-2 {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(17,19,24,0.6), transparent, rgba(17,19,24,0.6));
}

.gk-hero-content {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 5rem 1rem 0;
  max-width: 56rem;
  margin: 0 auto;
}

.gk-hero-badge {
  display: inline-block;
  padding: 0.375rem 1rem;
  border-radius: 9999px;
  background: rgba(230, 57, 70, 0.2);
  border: 1px solid rgba(230, 57, 70, 0.3);
  color: var(--gk-primary);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.gk-hero-title {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1rem;
}

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

.gk-hero-subtitle {
  font-size: 1rem;
  color: var(--gk-text-muted);
  max-width: 42rem;
  margin: 0 auto 2.5rem;
  line-height: 1.7;
}

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

.gk-scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255,255,255,0.4);
}

.gk-scroll-indicator svg {
  animation: bounce-down 2s infinite;
}

@media (min-width: 640px) {
  .gk-hero-title { font-size: 3rem; }
  .gk-hero-subtitle { font-size: 1.125rem; }
  .gk-hero-badge { font-size: 0.875rem; }
}

@media (min-width: 768px) {
  .gk-hero-title { font-size: 4.5rem; }
}

/* === Sections Shared === */
.gk-section {
  padding: 5rem 0;
}

.gk-section-dark {
  background: var(--gk-bg);
}

.gk-section-darker {
  background: var(--gk-bg-alt);
  position: relative;
}

.gk-section-divider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(230,57,70,0.3), transparent);
}

.gk-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

.gk-section-label {
  display: block;
  color: var(--gk-primary);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.gk-section-title {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.gk-section-desc {
  color: var(--gk-text-muted);
  font-size: 1rem;
  max-width: 42rem;
}

.gk-section-header {
  margin-bottom: 3.5rem;
}

@media (min-width: 640px) {
  .gk-section { padding: 7rem 0; }
  .gk-container { padding: 0 1.5rem; }
  .gk-section-title { font-size: 2.25rem; }
  .gk-section-desc { font-size: 1.125rem; }
  .gk-section-label { font-size: 0.875rem; }
}

@media (min-width: 768px) {
  .gk-section-title { font-size: 3rem; }
}

@media (min-width: 1024px) {
  .gk-container { padding: 0 2rem; }
}

/* === Advantages Grid === */
.gk-advantages-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.gk-advantage-card {
  background: var(--gk-card);
  border-radius: 0.75rem;
  padding: 1.5rem;
  border: 1px solid var(--gk-border);
  transition: all 0.3s;
}

.gk-advantage-card:hover {
  border-color: rgba(230, 57, 70, 0.3);
  transform: translateY(-4px);
}

.gk-advantage-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.5rem;
  background: rgba(230, 57, 70, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  color: var(--gk-primary);
}

.gk-advantage-card:hover .gk-advantage-icon {
  background: rgba(230, 57, 70, 0.2);
}

.gk-advantage-title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.gk-advantage-desc {
  color: var(--gk-text-muted);
  font-size: 0.875rem;
  line-height: 1.6;
}

@media (min-width: 640px) {
  .gk-advantages-grid { grid-template-columns: repeat(2, 1fr); }
  .gk-advantage-card { padding: 1.75rem; }
}

@media (min-width: 1024px) {
  .gk-advantages-grid { grid-template-columns: repeat(3, 1fr); }
}

/* === Step Indicator === */
.gk-step-indicator {
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
  max-width: 28rem;
}

.gk-step-item {
  display: flex;
  align-items: center;
}

.gk-step-circle {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 700;
  transition: all 0.3s;
  background: var(--gk-card);
  color: var(--gk-text-dim);
  border: 1px solid rgba(255,255,255,0.1);
  flex-shrink: 0;
  cursor: default;
}

.gk-step-circle.active,
.gk-step-circle.completed {
  background: var(--gk-primary);
  color: #fff;
  border-color: var(--gk-primary);
}

.gk-step-circle.clickable {
  cursor: pointer;
}

.gk-step-circle.clickable:hover {
  box-shadow: 0 0 0 3px rgba(230, 57, 70, 0.3);
  transform: scale(1.1);
}

.gk-step-label {
  margin-left: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--gk-text-dim);
  background: none;
  border: none;
  cursor: default;
  font-family: inherit;
  padding: 0;
}

.gk-step-label.active {
  color: #fff;
}

.gk-step-label.clickable {
  cursor: pointer;
}

.gk-step-label.clickable:hover {
  color: var(--gk-primary);
}

.gk-step-line {
  width: 2rem;
  height: 2px;
  margin: 0 0.75rem;
  background: rgba(255,255,255,0.1);
  transition: background 0.3s;
}

.gk-step-line.active {
  background: var(--gk-primary);
}

@media (min-width: 640px) {
  .gk-step-line { width: 3rem; }
}

/* === Form Steps === */
.gk-form-step {
  animation: gk-fadeIn 0.4s ease;
}

.gk-form-step.hidden {
  display: none;
}

@keyframes gk-fadeIn {
  from { opacity: 0; transform: translateX(20px); }
  to { opacity: 1; transform: translateX(0); }
}

/* === Vehicle Cards === */
.gk-vehicle-category { margin-bottom: 2rem; }

.gk-category-title {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.gk-category-elektro { color: #34d399; }
.gk-category-hybrid { color: #38bdf8; }
.gk-category-benzin { color: #f87171; }

.gk-vehicle-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.gk-vehicle-card {
  position: relative;
  background: var(--gk-card);
  border-radius: 0.75rem;
  padding: 1rem;
  border: 2px solid var(--gk-border);
  cursor: pointer;
  transition: all 0.2s;
}

.gk-vehicle-card:hover {
  border-color: var(--gk-border-hover);
  transform: translateY(-2px);
}

.gk-vehicle-card.selected {
  border-color: var(--gk-primary);
  box-shadow: 0 0 15px rgba(230, 57, 70, 0.2);
}

.gk-vehicle-check {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: var(--gk-primary);
  display: none;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.gk-vehicle-card.selected .gk-vehicle-check {
  display: flex;
}

.gk-vehicle-img-wrap {
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
}

.gk-vehicle-img-wrap img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  transition: transform 0.3s;
}

.gk-vehicle-card:hover .gk-vehicle-img-wrap img {
  transform: scale(1.05);
}

.gk-vehicle-badge {
  display: inline-block;
  padding: 0.125rem 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.375rem;
  color: #fff;
}

.gk-badge-elektro { background: rgba(16, 185, 129, 0.9); }
.gk-badge-hybrid { background: rgba(14, 165, 233, 0.9); }
.gk-badge-benzin { background: rgba(239, 68, 68, 0.9); }

.gk-vehicle-name {
  font-size: 0.875rem;
  font-weight: 700;
}

.gk-vehicle-desc {
  font-size: 0.75rem;
  color: var(--gk-text-dim);
  margin-top: 0.125rem;
}

@media (min-width: 640px) {
  .gk-vehicle-grid { grid-template-columns: repeat(2, 1fr); }
  .gk-vehicle-img-wrap { height: 7rem; }
}

@media (min-width: 1024px) {
  .gk-vehicle-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 1280px) {
  .gk-vehicle-grid { grid-template-columns: repeat(4, 1fr); }
}

/* === Contact Form === */
.gk-contact-form { max-width: 42rem; }

.gk-form-group { margin-bottom: 1.25rem; }

.gk-form-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #d1d5db;
  margin-bottom: 0.5rem;
}

.gk-form-input {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  background: var(--gk-card);
  border: 1px solid rgba(255,255,255,0.1);
  color: #fff;
  font-size: 1rem;
  font-family: inherit;
  outline: none;
  transition: all 0.3s;
}

.gk-form-input::placeholder { color: var(--gk-text-dim); }

.gk-form-input:focus {
  border-color: var(--gk-primary);
  box-shadow: 0 0 0 2px rgba(230, 57, 70, 0.2);
}

.gk-form-textarea { resize: none; }

.gk-form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.gk-anrede-buttons { display: flex; gap: 0.75rem; }

.gk-anrede-btn {
  padding: 0.625rem 1.25rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  background: var(--gk-card);
  border: 1px solid rgba(255,255,255,0.1);
  color: #d1d5db;
  transition: all 0.3s;
  cursor: pointer;
  font-family: inherit;
}

.gk-anrede-btn:hover { border-color: rgba(230, 57, 70, 0.5); }

.gk-anrede-btn.active {
  background: var(--gk-primary);
  border-color: var(--gk-primary);
  color: #fff;
}

.gk-form-buttons {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}

@media (min-width: 640px) {
  .gk-form-row { grid-template-columns: repeat(2, 1fr); }
}

/* === Confirmation === */
.gk-confirmation {
  max-width: 42rem;
  margin: 0 auto;
  text-align: center;
  padding: 3rem 0;
}

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

.gk-progress-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--gk-text-muted);
}

.gk-progress-value {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--gk-cta);
  opacity: 0;
  transition: opacity 0.5s;
}

.gk-progress-value.visible { opacity: 1; }

.gk-progress-track {
  width: 100%;
  height: 1rem;
  background: var(--gk-card);
  border-radius: 9999px;
  overflow: hidden;
  border: 1px solid var(--gk-border);
  margin-bottom: 2.5rem;
}

.gk-progress-fill {
  height: 100%;
  border-radius: 9999px;
  background: linear-gradient(to right, var(--gk-primary), var(--gk-cta), var(--gk-cta));
  width: 0%;
  transition: width 1.5s ease-out;
  box-shadow: 0 0 15px rgba(57, 255, 20, 0.4);
}

.gk-success-icon {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: rgba(57, 255, 20, 0.1);
  border: 2px solid rgba(57, 255, 20, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
  color: var(--gk-cta);
  transform: scale(0);
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.gk-success-icon.visible { transform: scale(1); }

.gk-confirm-title {
  font-size: 1.875rem;
  font-weight: 800;
  margin-bottom: 1rem;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.5s;
}

.gk-confirm-title.visible { opacity: 1; transform: translateY(0); }

.gk-confirm-subtitle {
  font-size: 1.125rem;
  color: #d1d5db;
  font-weight: 500;
  margin-bottom: 0.75rem;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.5s;
}

.gk-confirm-subtitle.visible { opacity: 1; transform: translateY(0); }

.gk-confirm-text {
  font-size: 1rem;
  color: var(--gk-text-muted);
  max-width: 32rem;
  margin: 0 auto 2.5rem;
  line-height: 1.6;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.5s;
}

.gk-confirm-text.visible { opacity: 1; transform: translateY(0); }

.gk-summary-box {
  background: var(--gk-card);
  border-radius: 0.75rem;
  padding: 1.5rem;
  border: 1px solid var(--gk-border);
  text-align: left;
  margin-bottom: 2rem;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.5s;
}

.gk-summary-box.visible { opacity: 1; transform: translateY(0); }

.gk-summary-label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--gk-text-muted);
  margin-bottom: 0.75rem;
}

.gk-summary-label-red { color: var(--gk-primary); }

.gk-summary-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; }

.gk-summary-tag {
  padding: 0.375rem 0.75rem;
  border-radius: 0.5rem;
  background: rgba(230, 57, 70, 0.1);
  color: var(--gk-primary);
  font-size: 0.875rem;
  font-weight: 500;
  border: 1px solid rgba(230, 57, 70, 0.2);
}

.gk-summary-details p {
  font-size: 0.875rem;
  color: #d1d5db;
  margin: 0 0 0.375rem;
}

.gk-summary-details span { color: var(--gk-text-dim); }

.gk-confirm-action {
  opacity: 0;
  transition: opacity 0.5s;
}

.gk-confirm-action.visible { opacity: 1; }

@media (min-width: 640px) {
  .gk-confirm-title { font-size: 2.25rem; }
  .gk-confirm-subtitle { font-size: 1.25rem; }
}

@media (min-width: 768px) {
  .gk-confirm-title { font-size: 3rem; }
}

/* === Footer === */
.gk-footer {
  padding: 2.5rem 0;
  background: #0a0c10;
  border-top: 1px solid var(--gk-border);
}

.gk-footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.gk-footer-logo {
  height: 1.5rem;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.6;
}

.gk-footer-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 0.875rem;
  color: var(--gk-text-dim);
}

.gk-footer-links a:hover { color: #d1d5db; }

.gk-footer-copy {
  font-size: 0.75rem;
  color: #4b5563;
  margin: 0;
}

/* === Elementor Overrides === */
.elementor-page .gk-nav { display: none; }
.elementor-page .gk-footer { display: none; }

/* Elementor Dark Background Support */
.elementor-section.gk-dark-section {
  background-color: var(--gk-bg) !important;
}

.elementor-section.gk-darker-section {
  background-color: var(--gk-bg-alt) !important;
}

/* Elementor Button Helikon Style */
.elementor-button.gk-helikon-style {
  background: linear-gradient(135deg, #39ff14, #32e00e, #2bc40a) !important;
  color: #0a0a0a !important;
  font-weight: 700 !important;
  animation: helikon-glow 2s ease-in-out infinite;
}

/* WordPress Admin Bar Offset */
.admin-bar .gk-nav {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .gk-nav {
    top: 46px;
  }
}
/* =========================
   MG EVENT LANDINGPAGE
========================= */

.mg-event-page {
    background: #070b14;
    color: #ffffff;
}

.mg-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.mg-section {
    padding: 90px 0;
}

.mg-kicker {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #e63946;
}

.mg-btn {
    display: inline-block;
    padding: 16px 28px;
    border-radius: 8px;
    background: #e63946;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.25s ease;
}

.mg-btn:hover {
    background: #ffffff;
    color: #111318;
}

.mg-btn-light {
    background: #ffffff;
    color: #111318;
}

.mg-btn-light:hover {
    background: #e63946;
    color: #ffffff;
}

/* HERO */
.mg-hero {
    position: relative;
    min-height: 78vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 120px 20px;
    overflow: hidden;
    background:
        linear-gradient(rgba(7, 11, 20, 0.58), rgba(7, 11, 20, 0.70)),
        url("https://angebot-garagekaufmannag.ch/wp-content/uploads/2026/03/mg-cyberster-header.webp") center center / cover no-repeat;
}

.mg-hero-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(230,57,70,0.12) 0%, rgba(7,11,20,0.05) 40%, rgba(7,11,20,0.35) 100%);
    pointer-events: none;
}

.mg-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 900px;
}

.mg-hero-topline {
    margin-bottom: 14px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff;
    opacity: 0.9;
}

.mg-hero h1 {
    margin: 0 0 20px;
    font-size: clamp(38px, 6vw, 68px);
    line-height: 1.05;
    font-weight: 800;
    color: #ffffff;
}

.mg-hero p {
    max-width: 760px;
    margin: 0 auto 30px;
    font-size: 20px;
    line-height: 1.65;
    color: rgba(255,255,255,0.92);
}

/* VIDEO */
.mg-video-section {
    background: #0b1120;
}

.mg-section-head {
    max-width: 880px;
    margin: 0 auto 34px;
    text-align: center;
}

.mg-section-head h2 {
    margin: 0 0 16px;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.15;
    color: #ffffff;
}

.mg-section-head p {
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255,255,255,0.82);
}

.mg-video-wrap {
    position: relative;
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0,0,0,0.35);
    background: #000;
}

.mg-video-wrap::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.mg-video-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* INFO SECTION */
.mg-info-section {
    background: #070b14;
}

.mg-info-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px;
    align-items: center;
}

.mg-info-text h2 {
    margin: 0 0 18px;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.15;
    color: #ffffff;
}

.mg-info-text > p {
    margin: 0 0 22px;
    font-size: 18px;
    line-height: 1.75;
    color: rgba(255,255,255,0.84);
}

.mg-info-box {
    padding: 28px;
    border-radius: 18px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 10px 30px rgba(0,0,0,0.18);
}

.mg-info-box p {
    margin: 0 0 16px;
    font-size: 17px;
    line-height: 1.75;
    color: rgba(255,255,255,0.84);
}

.mg-info-box p:last-child {
    margin-bottom: 0;
}

.mg-info-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 22px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.32);
}

/* CTA */
.mg-cta-section {
    background: linear-gradient(135deg, #e63946 0%, #b91f2c 100%);
    text-align: center;
}

.mg-cta-inner {
    max-width: 860px;
}

.mg-cta-inner h2 {
    margin: 0 0 18px;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.12;
    color: #ffffff;
}

.mg-cta-inner p {
    margin: 0 auto 28px;
    font-size: 18px;
    line-height: 1.75;
    color: rgba(255,255,255,0.92);
}

/* MOBILE */
@media (max-width: 900px) {
    .mg-section {
        padding: 70px 0;
    }

    .mg-info-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .mg-hero {
        min-height: 68vh;
        padding: 100px 20px;
    }

    .mg-hero p,
    .mg-section-head p,
    .mg-info-text > p,
    .mg-info-box p,
    .mg-cta-inner p {
        font-size: 16px;
    }
}