/** Shopify CDN: Minification failed

Line 57:0 All "@import" rules must come first
Line 655:3 Unexpected "10."
Line 701:0 Unexpected "}"

**/
/* ============================================================
   SPIKOMOTORS — Premium CSS v3.0
   Swiss EV Brand · Dark · Technical · Trustworthy
   ============================================================ */

/* ----------------------------------------------------------
   1. TOKENS
   ---------------------------------------------------------- */
:root {
  --c-black:   #09090B;
  --c-black-2: #0F0F11;
  --c-black-3: #141416;
  --c-black-4: #1A1A1D;
  --c-black-5: #222226;
  --c-white:   #FFFFFF;
  --c-blue:    #2D7DF6;
  --c-blue-2:  #1A5FC4;
  --c-blue-3:  #5B9EFF;
  --c-blue-a:  rgba(45,125,246,0.12);
  --c-blue-b:  rgba(45,125,246,0.06);
  --c-line:    rgba(255,255,255,0.07);
  --c-line-2:  rgba(255,255,255,0.04);
  --c-text-1:  rgba(255,255,255,1);
  --c-text-2:  rgba(255,255,255,0.65);
  --c-text-3:  rgba(255,255,255,0.38);
  --c-text-4:  rgba(255,255,255,0.18);

  --f-display: 'Syne', system-ui, sans-serif;
  --f-body:    'Inter', system-ui, sans-serif;

  --r-sm:  4px;
  --r-md:  8px;
  --r-lg:  16px;
  --r-xl:  24px;

  --ease:     cubic-bezier(0.4,0,0.2,1);
  --ease-out: cubic-bezier(0,0,0.2,1);
  --t:        0.22s var(--ease);
  --t-md:     0.4s var(--ease);
  --t-slow:   0.65s var(--ease-out);

  --max-w:   1440px;
  --pad-x:   clamp(1.25rem, 4vw, 3.5rem);
  --pad-y:   clamp(5rem, 9vw, 9rem);
}

/* ----------------------------------------------------------
   2. FONTS
   ---------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=Inter:wght@300;400;500;600&display=swap');

/* ----------------------------------------------------------
   3. RESET & BASE
   ---------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--f-body);
  background: var(--c-black);
  color: var(--c-white);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; font-family: inherit; }
ul { list-style: none; }

/* Dawn overrides */
body,
.shopify-section,
main,
.page-width,
.color-scheme-1,
.color-scheme-2,
.color-scheme-background-1,
.color-scheme-background-2 {
  background-color: var(--c-black) !important;
  color: var(--c-white) !important;
}

/* ----------------------------------------------------------
   4. TYPOGRAPHY
   ---------------------------------------------------------- */
.t-display { font-family: var(--f-display); }
.t-body    { font-family: var(--f-body); }

h1,h2,h3,h4,h5 {
  font-family: var(--f-display);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: var(--c-white);
}

.sm-label {
  display: inline-block;
  font-family: var(--f-body);
  font-size: 0.67rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--c-blue);
  margin-bottom: 1rem;
}

hr.sm-divider {
  border: none;
  height: 2px;
  width: 40px;
  background: var(--c-blue);
  margin: 1.25rem 0;
}

/* ----------------------------------------------------------
   5. LAYOUT
   ---------------------------------------------------------- */
.sm-wrap {
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: var(--pad-x);
}
.sm-section { padding-block: var(--pad-y); }
.sm-grid-2  { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }

/* ----------------------------------------------------------
   6. BUTTONS
   ---------------------------------------------------------- */
.sm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 2rem;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: var(--r-sm);
  cursor: pointer;
  transition: all var(--t);
  white-space: nowrap;
  line-height: 1;
  text-decoration: none;
}
.sm-btn svg { flex-shrink: 0; transition: transform var(--t); }
.sm-btn:hover svg { transform: translateX(2px); }

.sm-btn--blue {
  background: var(--c-blue);
  color: #fff;
  box-shadow: 0 0 0 0 rgba(45,125,246,0);
}
.sm-btn--blue:hover {
  background: var(--c-blue-2);
  color: #fff;
  box-shadow: 0 6px 24px rgba(45,125,246,0.35);
  transform: translateY(-1px);
}
.sm-btn--ghost {
  background: transparent;
  color: var(--c-white);
  border-color: rgba(255,255,255,0.25);
}
.sm-btn--ghost:hover {
  border-color: rgba(255,255,255,0.65);
  background: rgba(255,255,255,0.04);
  color: var(--c-white);
}
.sm-btn--white {
  background: var(--c-white);
  color: var(--c-black);
}
.sm-btn--white:hover {
  background: rgba(255,255,255,0.9);
  color: var(--c-black);
}
.sm-btn--wa {
  background: #25D366;
  color: #fff;
  box-shadow: 0 0 0 0 rgba(37,211,102,0);
}
.sm-btn--wa:hover {
  background: #1dad52;
  color: #fff;
  box-shadow: 0 6px 24px rgba(37,211,102,0.35);
}
.sm-btn-row { display: flex; gap: 0.85rem; flex-wrap: wrap; align-items: center; }

/* ----------------------------------------------------------
   7. HEADER
   ---------------------------------------------------------- */
.sm-hdr {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 9999;
  height: 80px;
  display: flex;
  align-items: center;
  padding-inline: var(--pad-x);
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background 0.5s var(--ease), border-color 0.5s var(--ease), box-shadow 0.5s var(--ease);
  will-change: background;
}
.sm-hdr.scrolled {
  background: rgba(9,9,11,0.92);
  border-color: var(--c-line);
  box-shadow: 0 1px 32px rgba(0,0,0,0.55);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
}
.sm-hdr__inner {
  max-width: var(--max-w);
  margin-inline: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.sm-hdr__logo {
  font-family: var(--f-display);
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--c-white);
  text-decoration: none;
  display: flex;
  align-items: baseline;
  gap: 1px;
  line-height: 1;
  flex-shrink: 0;
}
.sm-hdr__logo-dot { color: var(--c-blue); font-size: 1.4em; }
.sm-hdr__nav {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}
.sm-hdr__nav a {
  font-family: var(--f-body);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--c-text-2);
  text-decoration: none;
  transition: color var(--t);
}
.sm-hdr__nav a:hover { color: var(--c-white); }
.sm-hdr__right { display: flex; align-items: center; gap: 0.75rem; flex-shrink: 0; }
.sm-hdr__wa {
  width: 34px; height: 34px;
  border-radius: 50%;
  background: rgba(37,211,102,0.1);
  border: 1px solid rgba(37,211,102,0.2);
  display: flex; align-items: center; justify-content: center;
  color: #25D366;
  text-decoration: none;
  transition: all var(--t);
  flex-shrink: 0;
}
.sm-hdr__wa:hover { background: rgba(37,211,102,0.2); color: #25D366; }
.sm-hdr__wa svg { width: 15px; height: 15px; fill: currentColor; }
.sm-hdr__cta { padding: 0.6rem 1.25rem; font-size: 0.75rem; }

/* Burger */
.sm-hdr__burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
}
.sm-hdr__burger span {
  display: block;
  width: 22px; height: 2px;
  background: var(--c-white);
  border-radius: 2px;
  transition: all 0.28s var(--ease);
}
.sm-hdr__burger.open span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.sm-hdr__burger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.sm-hdr__burger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }

/* Mobile nav */
.sm-hdr__mobile {
  position: fixed;
  top: 64px; left: 0; right: 0; bottom: 0;
  background: var(--c-black-2);
  z-index: 9998;
  padding: 2rem var(--pad-x);
  display: flex;
  flex-direction: column;
  gap: 0;
  transform: translateY(-8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s var(--ease), transform 0.28s var(--ease);
  border-top: 1px solid var(--c-line);
  overflow-y: auto;
}
.sm-hdr__mobile.open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
.sm-hdr__mobile-link {
  font-family: var(--f-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--c-white);
  text-decoration: none;
  padding: 1rem 0;
  border-bottom: 1px solid var(--c-line);
  display: block;
  transition: color var(--t);
}
.sm-hdr__mobile-link:hover { color: var(--c-blue); }
.sm-hdr__mobile-footer {
  margin-top: auto;
  padding-top: 2rem;
  border-top: 1px solid var(--c-line);
}
.sm-hdr__mobile-footer p {
  font-family: var(--f-body);
  font-size: 0.78rem;
  color: var(--c-text-3);
  line-height: 1.65;
}
.sm-hdr__mobile-footer a { color: var(--c-text-2); }

/* Header spacer */
.sm-hdr-space { height: 80px; }

/* ----------------------------------------------------------
   8. TRUST BAR
   ---------------------------------------------------------- */
.sm-trust {
  background: rgba(45,125,246,0.045);
  border-top: 1px solid rgba(45,125,246,0.14);
  border-bottom: 1px solid rgba(45,125,246,0.14);
  padding: 0.8rem var(--pad-x);
  overflow: hidden;
}
.sm-trust__list {
  max-width: var(--max-w);
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: clamp(1rem, 3.5vw, 3rem);
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  justify-content: center;
}
.sm-trust__list::-webkit-scrollbar { display: none; }
.sm-trust__item {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-family: var(--f-body);
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--c-text-2);
  white-space: nowrap;
  flex-shrink: 0;
}
.sm-trust__item svg { width: 13px; height: 13px; color: var(--c-blue); flex-shrink: 0; }
.sm-trust__sep { width: 1px; height: 12px; background: var(--c-line); flex-shrink: 0; }


/* ----------------------------------------------------------
   9. HERO — Vertical Premium Hero (Bild oben, Text unten)
   ---------------------------------------------------------- */
.sm-hero {
  position: relative;
  min-height: unset;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--c-black);
  padding-top: 60px;
}

/* Image panel — always first */
.sm-hero__right {
  position: relative;
  order: 1;
  width: 100%;
  height: clamp(360px, 52vw, 760px);
  overflow: hidden;
  background: var(--c-black-2);
}

.sm-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  display: block;
}

.sm-hero__img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(9,9,11,0.28) 0%, transparent 48%);
  pointer-events: none;
  z-index: 1;
}

.sm-hero__img-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 60% at 50% 50%, rgba(45,125,246,0.08) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

/* Content panel — below image */
.sm-hero__left {
  order: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: clamp(3rem, 5vw, 5rem) var(--pad-x) clamp(3.5rem, 6vw, 6rem);
  position: relative;
  z-index: 2;
  background: var(--c-black);
}

.sm-hero__left::after,
.sm-hero__left::before {
  display: none;
}

.sm-hero__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin-bottom: 1.4rem;
}

.sm-hero__flag {
  font-size: 0.95rem;
  line-height: 1;
}

.sm-hero__badge {
  font-family: var(--f-body);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--c-text-3);
  padding: 0.3rem 0.75rem;
  border: 1px solid var(--c-line);
  border-radius: var(--r-sm);
}

.sm-hero__h1 {
  font-family: var(--f-display) !important;
  font-size: clamp(3rem, 5.5vw, 5.8rem) !important;
  font-weight: 800 !important;
  line-height: 1.0 !important;
  letter-spacing: -0.04em !important;
  color: var(--c-white) !important;
  margin-bottom: 1.4rem !important;
  max-width: 980px;
}

.sm-hero__h1 em {
  font-style: normal;
  background: linear-gradient(135deg, var(--c-blue) 0%, var(--c-blue-3) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.sm-hero__sub {
  font-family: var(--f-body);
  font-size: 1rem;
  color: var(--c-text-2);
  line-height: 1.75;
  max-width: 620px;
  margin: 0 auto 0.75rem;
}

.sm-hero__avail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: var(--f-body);
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--c-text-3);
  margin-bottom: 2rem;
}

.sm-hero__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4ade80;
  flex-shrink: 0;
  box-shadow: 0 0 0 3px rgba(74,222,128,0.18);
  animation: pulse-dot 2.2s ease-in-out infinite;
}

/* Stats */
.sm-hero__stats {
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--c-line);
  margin-top: 2rem;
  flex-wrap: wrap;
  width: 100%;
  max-width: 620px;
}

.sm-hero__stat-n {
  font-family: var(--f-display);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 800;
  color: var(--c-white);
  line-height: 1;
  display: block;
}

.sm-hero__stat-l {
  font-family: var(--f-body);
  font-size: 0.65rem;
  color: var(--c-text-4);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 0.28rem;
  display: block;
}

/* WhatsApp button in hero hidden */
.sm-hero .sm-btn--wa {
  display: none;
}

/* Scroll indicator not needed in vertical hero */
.sm-hero__scroll {
  display: none;
}

/* No image state */
.sm-hero__no-img {
  position: relative;
  height: clamp(360px, 52vw, 760px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--c-black-2) 0%, var(--c-black-3) 100%);
}

.sm-hero__no-img-label {
  font-family: var(--f-display);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--c-blue);
  opacity: 0.35;
}

/* Mobile + Tablet */
@media (max-width: 1100px) {
  .sm-hero__right {
    height: clamp(260px, 58vw, 520px);
  }

  .sm-hero__left {
    padding: clamp(2.5rem, 5vh, 4rem) var(--pad-x);
  }

  .sm-hero__sub {
    max-width: 560px;
  }
}

/* Smartphone */
@media (max-width: 767px) {
  .sm-hero__right {
    height: auto;
    aspect-ratio: 16 / 9;
    background: var(--c-black);
  }

.sm-hero__img {
  object-fit: cover !important;
  object-position: center 40% !important;
  background: var(--c-black);
}

  .sm-hero__img-overlay {
    background: none;
  }

  .sm-hero__h1 {
    font-size: clamp(2.15rem, 7.5vw, 2.65rem) !important;
  }

.sm-hero .sm-btn-row {
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  width: 100%;
  margin-top: 2rem;
}

  .sm-hero .sm-btn-row .sm-btn {
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }

  .sm-hero__stats {
    gap: 1.25rem;
  }
}

@media (max-width: 400px) {
  .sm-hero__h1 {
    font-size: 2.2rem !important;
  }
}


   10. SECTION HEADER
   ---------------------------------------------------------- */
.sm-section-hdr {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 3rem;
  gap: 2rem;
  flex-wrap: wrap;
}
.sm-section-hdr h2 { max-width: 520px; }
.sm-section-hdr h2,
section h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem) !important;
  letter-spacing: -0.03em !important;
}

/* ----------------------------------------------------------
   11. VEHICLE WORLD
   ---------------------------------------------------------- */
.sm-vw-section {
  background: var(--c-black);
  padding-block: var(--pad-y);
  padding-inline: var(--pad-x);
}
.sm-vw-filter {
  display: flex;
  gap: 1.0rem;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
  margin-top: 2rem;
}
.sm-vf-btn {
  font-family: var(--f-body);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.75rem 1.4rem;
  border: 1px solid var(--c-line);
  background: transparent;
  color: var(--c-text-3);
  border-radius: var(--r-sm);
  cursor: pointer;
  transition: all var(--t);
}
}
.sm-vf-btn:hover,
.sm-vf-btn.active {
  border-color: var(--c-blue);
  color: var(--c-blue);
  background: var(--c-blue-b);
}

/* Vehicle grid */
.sm-vw-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
}
/* First card spans 2 columns on wide screens */
@media (min-width: 900px) {
  .sm-vw-grid { grid-template-columns: repeat(3, 1fr); }
  .sm-vc:first-child { grid-column: span 2; }
  .sm-vc:first-child .sm-vc__img-wrap { aspect-ratio: 16/9; }
  .sm-vc:first-child .sm-vc__name { font-size: 1.65rem; }
}

/* Vehicle Card */
.sm-vc {
  background: var(--c-black-3);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: var(--c-white);
  position: relative;
  overflow: hidden;
  transition: transform var(--t), box-shadow var(--t);
}
.sm-vc:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 56px rgba(0,0,0,0.5);
  z-index: 2;
  color: var(--c-white);
}
.sm-vc__img-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: var(--c-black-4);
  flex-shrink: 0;
}
.sm-vc__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.7s var(--ease);
}
.sm-vc:hover .sm-vc__img-wrap img { transform: scale(1.05); }
.sm-vc__img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(9,9,11,0.55) 0%, transparent 55%);
  pointer-events: none;
}

/* No image — dark, not broken */
.sm-vc__no-img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--c-black-3) 0%, var(--c-black-4) 100%);
}
.sm-vc__no-img::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(45,125,246,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(45,125,246,0.035) 1px, transparent 1px);
  background-size: 40px 40px;
}

.sm-vc__badge {
  position: absolute;
  top: 1rem; left: 1rem;
  font-family: var(--f-body);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: var(--c-blue);
  color: #fff;
  padding: 0.28rem 0.65rem;
  border-radius: var(--r-sm);
  z-index: 2;
}

.sm-vc__body {
  padding: 1.5rem;
  border-top: 2px solid var(--c-blue);
  flex: 1;
  display: flex;
  flex-direction: column;
}
.sm-vc__cat {
  font-family: var(--f-body);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--c-blue);
  margin-bottom: 0.3rem;
}
.sm-vc__name {
  font-family: var(--f-display);
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 0.85rem;
  color: var(--c-white);
}
.sm-vc__specs {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.sm-vc__spec {
  font-family: var(--f-body);
  font-size: 0.68rem;
  color: var(--c-text-3);
  line-height: 1.35;
}
.sm-vc__spec strong {
  display: block;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--c-white);
}
.sm-vc__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid var(--c-line);
}
.sm-vc__price {
  font-family: var(--f-display);
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--c-white);
}
.sm-vc__price span {
  font-size: 0.8rem;
  color: var(--c-text-3);
  font-weight: 400;
  font-family: var(--f-body);
}
.sm-vc__arrow {
  width: 36px; height: 36px;
  background: var(--c-blue);
  border-radius: var(--r-sm);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: all var(--t);
}
.sm-vc__arrow svg { width: 15px; height: 15px; color: #fff; transition: transform var(--t); }
.sm-vc:hover .sm-vc__arrow { background: var(--c-blue-2); }
.sm-vc:hover .sm-vc__arrow svg { transform: translateX(2px); }

/* Advice row */
.sm-vw-advice {
  margin-top: 3rem;
  padding: 1.75rem 2rem;
  background: var(--c-blue-a);
  border: 1px solid rgba(45,125,246,0.15);
  border-radius: var(--r-lg);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.sm-vw-advice-title {
  font-family: var(--f-display);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
  color: var(--c-white);
}
.sm-vw-advice-sub {
  font-family: var(--f-body);
  font-size: 0.82rem;
  color: var(--c-text-2);
}

/* ----------------------------------------------------------
   12. FEATURED VEHICLE (Cargo Highlight)
   ---------------------------------------------------------- */
.sm-feat-section {
  background: var(--c-black-2);
  padding: var(--pad-y) 0;
  overflow: hidden;
}
.sm-feat-inner {
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: var(--pad-x);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.sm-feat-img {
  position: relative;
}
.sm-feat-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: var(--r-lg);
  display: block;
}
.sm-feat-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 60%, rgba(45,125,246,0.14) 0%, transparent 65%);
  pointer-events: none;
  border-radius: var(--r-lg);
}
/* No image state */
.sm-feat-no-img {
  aspect-ratio: 4/3;
  border-radius: var(--r-lg);
  background: linear-gradient(135deg, var(--c-black-3) 0%, var(--c-black-4) 100%);
  border: 1px solid var(--c-line);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sm-feat-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin: 2rem 0;
  background: var(--c-line);
  border-radius: var(--r-md);
  overflow: hidden;
}
.sm-feat-spec {
  background: var(--c-black-2);
  padding: 1.4rem;
}
.sm-feat-spec-val {
  font-family: var(--f-display);
  font-size: 1.85rem;
  font-weight: 800;
  color: var(--c-blue);
  line-height: 1;
  display: block;
}
.sm-feat-spec-lbl {
  font-family: var(--f-body);
  font-size: 0.65rem;
  color: var(--c-text-3);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 0.28rem;
  display: block;
}

/* ----------------------------------------------------------
   13. WHY SPIKO
   ---------------------------------------------------------- */
.sm-why-section {
  background: var(--c-black);
  padding-block: var(--pad-y);
  padding-inline: var(--pad-x);
}
.sm-why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
  gap: 1px;
  background: var(--c-line);
  margin-top: 3rem;
  border-radius: var(--r-md);
  overflow: hidden;
}
.sm-why-item {
  background: var(--c-black);
  padding: 2.25rem 2rem;
  position: relative;
  overflow: hidden;
  transition: background var(--t);
}
.sm-why-item:hover { background: rgba(255,255,255,0.02); }
.sm-why-item::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 2px; height: 0;
  background: var(--c-blue);
  transition: height var(--t-md) var(--ease-out);
}
.sm-why-item:hover::before { height: 100%; }
.sm-why-icon {
  width: 46px; height: 46px;
  background: var(--c-blue-a);
  border: 1px solid rgba(45,125,246,0.2);
  border-radius: var(--r-md);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.4rem;
  color: var(--c-blue);
}
.sm-why-icon svg { width: 20px; height: 20px; }
.sm-why-item h4 {
  font-family: var(--f-display) !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
  margin-bottom: 0.6rem !important;
  color: var(--c-white) !important;
}
.sm-why-item p {
  font-family: var(--f-body);
  font-size: 0.83rem;
  color: var(--c-text-2);
  line-height: 1.7;
  margin: 0;
}

/* ----------------------------------------------------------
   14. FOR WHOM
   ---------------------------------------------------------- */
.sm-fw-section {
  background: var(--c-black-2);
  padding-block: var(--pad-y);
  padding-inline: var(--pad-x);
}
.sm-fw-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(152px, 1fr));
  gap: 1px;
  background: var(--c-line);
  margin-top: 3rem;
  border-radius: var(--r-md);
  overflow: hidden;
}
.sm-fw-item {
  background: var(--c-black-2);
  padding: 1.75rem 1.1rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: default;
  transition: background var(--t);
}
.sm-fw-item::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: var(--c-blue);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--t-md) var(--ease-out);
}
.sm-fw-item:hover { background: var(--c-blue-b); }
.sm-fw-item:hover::after { transform: scaleX(1); }
.sm-fw-emoji { font-size: 1.85rem; display: block; margin-bottom: 0.65rem; }
.sm-fw-label {
  font-family: var(--f-body);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--c-text-2);
  display: block;
}

/* ----------------------------------------------------------
   15. PROBEFAHRT BAND
   ---------------------------------------------------------- */
.sm-probe-section {
  background: var(--c-blue);
  padding: clamp(3rem,6vw,5rem) var(--pad-x);
  position: relative;
  overflow: hidden;
}
.sm-probe-section::before {
  content: '';
  position: absolute;
  top: -40%; right: -8%;
  width: 480px; height: 480px;
  background: rgba(255,255,255,0.055);
  border-radius: 50%;
  pointer-events: none;
}
.sm-probe-section::after {
  content: '';
  position: absolute;
  bottom: -30%; left: -5%;
  width: 320px; height: 320px;
  background: rgba(255,255,255,0.035);
  border-radius: 50%;
  pointer-events: none;
}
.sm-probe-inner {
  max-width: var(--max-w);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3rem;
  align-items: center;
  position: relative;
  z-index: 1;
}
.sm-probe-section h2 {
  color: var(--c-white) !important;
  font-size: clamp(1.55rem, 3vw, 2.4rem) !important;
}
.sm-probe-section p {
  font-family: var(--f-body);
  color: rgba(255,255,255,0.82);
  margin-top: 0.65rem;
  font-size: 0.92rem;
  line-height: 1.7;
  max-width: 540px;
}
.sm-probe-btns { display: flex; gap: 0.85rem; flex-wrap: wrap; flex-shrink: 0; }

/* ----------------------------------------------------------
   16. STORY
   ---------------------------------------------------------- */
.sm-story-section {
  background: var(--c-black);
  padding-block: var(--pad-y);
  padding-inline: var(--pad-x);
}
.sm-story-inner {
  max-width: var(--max-w);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: start;
}

/* Visual side */
.sm-story-visual { position: relative; }
.sm-story-img-main {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: var(--r-lg);
  display: block;
  position: relative;
  z-index: 1;
}
/* No image — atmospheric, not broken */
.sm-story-no-img {
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: var(--r-lg);
  background: linear-gradient(160deg, var(--c-black-3) 0%, var(--c-black-4) 100%);
  border: 1px solid var(--c-line);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.sm-story-no-img::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(45,125,246,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(45,125,246,0.04) 1px, transparent 1px);
  background-size: 40px 40px;
}
.sm-story-no-img-inner { position: relative; z-index: 1; text-align: center; }
.sm-story-no-img-location {
  font-family: var(--f-display);
  font-size: 1.3rem;
  font-weight: 800;
  color: rgba(255,255,255,0.1);
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.sm-story-no-img-sub {
  font-family: var(--f-body);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(45,125,246,0.25);
  margin-top: 0.75rem;
}

.sm-story-img-overlay {
  position: absolute;
  bottom: -1.5rem; right: -1.5rem;
  width: 52%;
  aspect-ratio: 4/3;
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 3px solid var(--c-black);
  z-index: 2;
  box-shadow: 0 16px 48px rgba(0,0,0,0.55);
}
.sm-story-img-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sm-story-img-overlay .sm-story-no-overlay {
  width: 100%;
  height: 100%;
  background: var(--c-black-4);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Stats */
.sm-story-nums {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--c-line);
  margin-top: 3rem;
  border-radius: var(--r-md);
  overflow: hidden;
}
.sm-story-num {
  background: var(--c-black);
  padding: 1.65rem;
}
.sm-story-num-val {
  font-family: var(--f-display);
  font-size: 2.6rem;
  font-weight: 800;
  color: var(--c-blue);
  line-height: 1;
  display: block;
}
.sm-story-num-lbl {
  font-family: var(--f-body);
  font-size: 0.7rem;
  color: var(--c-text-3);
  margin-top: 0.3rem;
  display: block;
  line-height: 1.45;
}

/* Text side */
.sm-story-content {}
.sm-story-founder-card {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  padding: 1.35rem;
  background: rgba(45,125,246,0.045);
  border: 1px solid rgba(45,125,246,0.12);
  border-radius: var(--r-lg);
  margin-bottom: 2rem;
}
.sm-story-founder-icon {
  width: 48px; height: 48px;
  background: var(--c-blue-a);
  border-radius: var(--r-md);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  color: var(--c-blue);
}
.sm-story-founder-icon svg { width: 22px; height: 22px; }
.sm-story-founder-text strong {
  display: block;
  font-family: var(--f-display);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--c-white);
  margin-bottom: 0.18rem;
}
.sm-story-founder-text span {
  font-family: var(--f-body);
  font-size: 0.72rem;
  color: var(--c-text-3);
}
.sm-story-content blockquote {
  font-family: var(--f-display);
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  font-weight: 600;
  line-height: 1.45;
  border-left: 3px solid var(--c-blue);
  padding-left: 1.5rem;
  margin: 1.75rem 0;
  color: var(--c-white);
  font-style: normal;
}
.sm-story-content p {
  font-family: var(--f-body);
  font-size: 0.9rem;
  color: var(--c-text-2);
  line-height: 1.78;
  margin: 0;
}
.sm-story-content p + p { margin-top: 0.9rem; }
.sm-story-location {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 1.75rem;
  padding: 0.95rem 1.2rem;
  background: rgba(255,255,255,0.025);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
}
.sm-story-location span:first-child { font-size: 1.1rem; }
.sm-story-location-txt strong {
  display: block;
  font-family: var(--f-display);
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--c-white);
}
.sm-story-location-txt small {
  font-family: var(--f-body);
  font-size: 0.7rem;
  color: var(--c-text-3);
}

/* ----------------------------------------------------------
   17. CONTACT CTA
   ---------------------------------------------------------- */
.sm-ctact-section {
  background: var(--c-black-3);
  padding-block: var(--pad-y);
  padding-inline: var(--pad-x);
}
.sm-ctact-inner {
  max-width: var(--max-w);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}
.sm-ctact-section h2 {
  font-size: clamp(1.7rem, 3vw, 2.6rem) !important;
  margin-bottom: 1rem !important;
}
.sm-ctact-intro {
  font-family: var(--f-body);
  font-size: 0.92rem;
  color: var(--c-text-2);
  line-height: 1.72;
  max-width: 420px;
}
.sm-ctact-methods { display: flex; flex-direction: column; gap: 0.7rem; }
.sm-ctact-m {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 1.3rem;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  text-decoration: none;
  color: var(--c-white);
  transition: all var(--t);
  cursor: pointer;
}
.sm-ctact-m:hover {
  border-color: var(--c-blue);
  background: var(--c-blue-b);
  color: var(--c-white);
  transform: translateX(3px);
}
.sm-ctact-icon {
  width: 42px; height: 42px;
  border-radius: var(--r-md);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  background: var(--c-blue-a);
  color: var(--c-blue);
}
.sm-ctact-icon--wa { background: rgba(37,211,102,0.1); color: #25D366; }
.sm-ctact-icon--map { background: rgba(255,255,255,0.05); color: var(--c-text-2); }
.sm-ctact-icon svg { width: 17px; height: 17px; }
.sm-ctact-title {
  display: block;
  font-family: var(--f-display);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--c-white);
  margin-bottom: 0.15rem;
}
.sm-ctact-sub {
  font-family: var(--f-body);
  font-size: 0.72rem;
  color: var(--c-text-3);
}

/* ----------------------------------------------------------
   18. FOOTER
   ---------------------------------------------------------- */
.sm-footer {
  background: #050507;
  padding: clamp(3.5rem,6vw,5.5rem) var(--pad-x) 2rem;
  border-top: 1px solid var(--c-line-2);
}
.sm-footer-inner { max-width: var(--max-w); margin-inline: auto; }
.sm-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: clamp(2rem,4vw,4rem);
  margin-bottom: 3rem;
}
.sm-footer-logo {
  font-family: var(--f-display);
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--c-white);
  text-decoration: none;
  display: inline-block;
  margin-bottom: 1rem;
}
.sm-footer-logo em { font-style: normal; color: var(--c-blue); }
.sm-footer-desc {
  font-family: var(--f-body);
  font-size: 0.82rem;
  color: var(--c-text-3);
  line-height: 1.7;
  max-width: 270px;
}
.sm-footer-contact {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.sm-footer-contact a {
  font-family: var(--f-body);
  font-size: 0.8rem;
  color: var(--c-text-3);
  text-decoration: none;
  transition: color var(--t);
}
.sm-footer-contact a:hover { color: var(--c-white); }
.sm-footer-col-title {
  font-family: var(--f-body);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--c-text-4);
  margin-bottom: 1.1rem;
  display: block;
}
.sm-footer-links { display: flex; flex-direction: column; gap: 0.55rem; }
.sm-footer-links a {
  font-family: var(--f-body);
  font-size: 0.83rem;
  color: var(--c-text-3);
  text-decoration: none;
  transition: color var(--t);
}
.sm-footer-links a:hover { color: var(--c-white); }
.sm-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2rem;
  border-top: 1px solid var(--c-line-2);
  flex-wrap: wrap;
  gap: 1rem;
}
.sm-footer-copy {
  font-family: var(--f-body);
  font-size: 0.72rem;
  color: var(--c-text-4);
}
.sm-footer-swiss {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--f-body);
  font-size: 0.68rem;
  color: var(--c-text-4);
}
.sm-footer-legal { display: flex; gap: 1.5rem; }
.sm-footer-legal a {
  font-family: var(--f-body);
  font-size: 0.72rem;
  color: var(--c-text-4);
  text-decoration: none;
  transition: color var(--t);
}
.sm-footer-legal a:hover { color: var(--c-text-2); }

/* ----------------------------------------------------------
   19. WHATSAPP FLOAT
   ---------------------------------------------------------- */
.sm-wa {
  position: fixed;
  bottom: 1.75rem; right: 1.75rem;
  z-index: 8000;
  width: 54px; height: 54px;
  background: #25D366;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 22px rgba(37,211,102,0.4);
  text-decoration: none;
  transition: transform var(--t), box-shadow var(--t);
}
.sm-wa:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 32px rgba(37,211,102,0.55);
}
.sm-wa svg { width: 27px; height: 27px; fill: #fff; }

/* ----------------------------------------------------------
   20. FAQ
   ---------------------------------------------------------- */
.sm-faq { max-width: 820px; }
.sm-faq-item { border-bottom: 1px solid var(--c-line); }
.sm-faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.3rem 0;
  background: none;
  border: none;
  color: var(--c-white);
  font-family: var(--f-display);
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  text-align: left;
  gap: 1rem;
  line-height: 1.4;
}
.sm-faq-icon {
  width: 26px; height: 26px;
  border: 1px solid var(--c-line);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  font-size: 1.1rem;
  font-family: var(--f-body);
  line-height: 1;
  color: var(--c-text-3);
  transition: all var(--t);
}
.sm-faq-item.open .sm-faq-icon {
  background: var(--c-blue);
  border-color: var(--c-blue);
  color: #fff;
  transform: rotate(45deg);
}
.sm-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.38s var(--ease-out);
}
.sm-faq-item.open .sm-faq-a { max-height: 600px; }
.sm-faq-a-inner {
  padding-bottom: 1.3rem;
  font-family: var(--f-body);
  font-size: 0.88rem;
  color: var(--c-text-2);
  line-height: 1.75;
  max-width: 640px;
}

/* ----------------------------------------------------------
   21. FORMS
   ---------------------------------------------------------- */
.sm-fg { margin-bottom: 1.1rem; }
.sm-fg label {
  display: block;
  font-family: var(--f-body);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-text-3);
  margin-bottom: 0.4rem;
}
.sm-fg input,
.sm-fg select,
.sm-fg textarea {
  width: 100%;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--c-line);
  border-radius: var(--r-sm);
  padding: 0.78rem 1rem;
  color: var(--c-white);
  font-family: var(--f-body);
  font-size: 0.93rem;
  outline: none;
  transition: border-color var(--t), background var(--t);
  -webkit-appearance: none;
  appearance: none;
}
.sm-fg input:focus, .sm-fg select:focus, .sm-fg textarea:focus {
  border-color: var(--c-blue);
  background: rgba(45,125,246,0.04);
}
.sm-fg input::placeholder, .sm-fg textarea::placeholder { color: var(--c-text-4); }
.sm-fg select { color: var(--c-white); }
.sm-fg select option { background: var(--c-black-4); }
.sm-fg textarea { min-height: 120px; resize: vertical; }
.sm-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }

/* ----------------------------------------------------------
   22. PAGE HERO (inner pages)
   ---------------------------------------------------------- */
.sm-page-hero {
  background: var(--c-black);
  padding: clamp(7rem,12vw,11rem) var(--pad-x) clamp(3rem,5vw,5rem);
  border-bottom: 1px solid var(--c-line);
  position: relative;
  overflow: hidden;
}
.sm-page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 55% 55% at 20% 50%, rgba(45,125,246,0.065) 0%, transparent 65%);
  pointer-events: none;
}
.sm-page-hero-inner { max-width: var(--max-w); margin-inline: auto; position: relative; z-index: 1; }
.sm-page-hero h1 { font-size: clamp(2.4rem, 5vw, 4.2rem) !important; margin-top: 0.3rem !important; }
.sm-page-hero p {
  font-family: var(--f-body);
  font-size: 1rem;
  color: var(--c-text-2);
  max-width: 500px;
  margin-top: 1rem;
  line-height: 1.75;
}

/* ----------------------------------------------------------
   23. MAP
   ---------------------------------------------------------- */
.sm-map {
  width: 100%;
  height: 360px;
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  overflow: hidden;
  filter: grayscale(0.2) invert(0.88) hue-rotate(180deg);
  margin-top: 2rem;
}
.sm-map iframe { width: 100%; height: 100%; border: none; display: block; }

/* ----------------------------------------------------------
   24. LEGAL
   ---------------------------------------------------------- */
.sm-legal { max-width: 780px; margin-inline: auto; }
.sm-legal h2 { font-size: 1.4rem !important; margin: 2.5rem 0 0.85rem !important; }
.sm-legal h3 { font-size: 0.98rem !important; margin: 1.7rem 0 0.6rem !important; color: rgba(255,255,255,0.85) !important; }
.sm-legal p, .sm-legal li {
  font-family: var(--f-body);
  font-size: 0.88rem;
  color: var(--c-text-2);
  line-height: 1.75;
  margin-bottom: 0.85rem;
}
.sm-legal ul { margin: 0 0 1rem 1.3rem; }
.sm-legal a { color: var(--c-blue); }

/* ----------------------------------------------------------
   25. VEHICLE DETAIL
   ---------------------------------------------------------- */
.sm-vd-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 90vh;
  padding-top: 66px;
}
.sm-vd-left {
  background: var(--c-black-2);
  display: flex; align-items: center; justify-content: center;
  padding: 3.5rem 2.5rem;
  position: relative; overflow: hidden;
}
.sm-vd-left::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(45,125,246,0.1) 0%, transparent 65%);
  pointer-events: none;
}
.sm-vd-left img {
  width: 100%; max-width: 560px;
  height: auto; object-fit: contain;
  position: relative; z-index: 1;
  filter: drop-shadow(0 20px 70px rgba(45,125,246,0.24));
  animation: float 7s ease-in-out infinite;
  display: block;
}
.sm-vd-right {
  background: var(--c-black);
  padding: 4.5rem 3rem 3.5rem;
  display: flex; flex-direction: column; justify-content: center;
}
.sm-vd-cat {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--f-body);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--c-blue);
  border: 1px solid rgba(45,125,246,0.25);
  padding: 0.32rem 0.78rem;
  border-radius: var(--r-sm);
  margin-bottom: 1.3rem;
}
.sm-vd-right h1 { font-size: clamp(2.4rem, 4vw, 3.8rem) !important; margin-bottom: 0.8rem !important; }
.sm-vd-sub { font-family: var(--f-body); font-size: 0.97rem; color: var(--c-text-2); max-width: 430px; line-height: 1.72; margin-bottom: 2rem; }
.sm-price-box {
  display: flex; align-items: baseline; gap: 0.75rem;
  padding: 1.3rem 1.5rem;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  margin-bottom: 2rem;
}
.sm-price { font-family: var(--f-display); font-size: 2.5rem; font-weight: 800; color: var(--c-white); line-height: 1; }
.sm-price-note { font-family: var(--f-body); font-size: 0.78rem; color: var(--c-text-3); }
.sm-vd-trust { display: flex; gap: 1.25rem; padding-top: 1.4rem; border-top: 1px solid var(--c-line); flex-wrap: wrap; margin-top: 0.5rem; }
.sm-vd-trust-item { display: flex; align-items: center; gap: 0.4rem; font-family: var(--f-body); font-size: 0.72rem; color: var(--c-text-3); }
.sm-vd-trust-item svg { color: var(--c-blue); width: 12px; height: 12px; flex-shrink: 0; }
.sm-specs-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(215px, 1fr));
  gap: 1px; background: var(--c-line); margin-top: 2.5rem; border-radius: var(--r-md); overflow: hidden;
}
.sm-spec-item { background: var(--c-black-3); padding: 1.5rem; }
.sm-spec-lbl { font-family: var(--f-body); font-size: 0.62rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--c-text-3); display: block; margin-bottom: 0.32rem; }
.sm-spec-val { font-family: var(--f-display); font-size: 1.3rem; font-weight: 700; color: var(--c-white); display: block; }
.sm-adv-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(215px, 1fr)); gap: 1rem; margin-top: 2.5rem; }
.sm-adv-item { display: flex; align-items: flex-start; gap: 0.85rem; padding: 1.2rem; border: 1px solid var(--c-line); border-radius: var(--r-lg); }
.sm-adv-check { width: 20px; height: 20px; background: var(--c-blue-a); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--c-blue); margin-top: 0.08rem; }
.sm-adv-check svg { width: 10px; height: 10px; }
.sm-adv-text { font-family: var(--f-body); font-size: 0.83rem; color: var(--c-text-2); font-weight: 500; line-height: 1.5; }

/* Service cards */
.sm-svc-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1.5rem; margin-top: 3rem; }
.sm-svc-card { padding: 2rem; background: var(--c-black-3); border: 1px solid var(--c-line); border-radius: var(--r-lg); transition: border-color var(--t); }
.sm-svc-card:hover { border-color: rgba(45,125,246,0.3); }
.sm-svc-icon { width: 48px; height: 48px; background: var(--c-blue-a); border-radius: var(--r-md); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; margin-bottom: 1.1rem; }
.sm-svc-card h3 { font-size: 1rem !important; margin-bottom: 0.55rem !important; }
.sm-svc-card p { font-family: var(--f-body); font-size: 0.83rem; color: var(--c-text-2); line-height: 1.65; margin: 0; }

/* ----------------------------------------------------------
   26. ANIMATIONS
   ---------------------------------------------------------- */
@keyframes float {
  0%,100% { transform: translateY(0); }
  50%      { transform: translateY(-14px); }
}
@keyframes pulse-dot {
  0%,100% { box-shadow: 0 0 0 3px rgba(74,222,128,0.18); }
  50%      { box-shadow: 0 0 0 6px rgba(74,222,128,0.08); }
}
@keyframes scroll-pulse {
  0%,100% { opacity: 0.2; }
  50%      { opacity: 1; }
}
@keyframes fade-up {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}
.sm-anim { opacity: 0; }
.sm-anim.visible { animation: fade-up 0.55s var(--ease-out) forwards; }

/* ----------------------------------------------------------
   27. RESPONSIVE
   ---------------------------------------------------------- */
@media (max-width: 1100px) {


  .sm-feat-inner { grid-template-columns: 1fr; gap: 3rem; }
  .sm-story-inner { grid-template-columns: 1fr; gap: 3.5rem; }
  .sm-story-img-overlay { display: none; }
  .sm-probe-inner { grid-template-columns: 1fr; }
  .sm-ctact-inner { grid-template-columns: 1fr; gap: 3rem; }
  .sm-footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .sm-vd-hero { grid-template-columns: 1fr; }
  .sm-vd-left { min-height: 50vw; }
  .sm-grid-2 { grid-template-columns: 1fr; gap: 2.5rem; }
}

@media (max-width: 900px) {
  .sm-hdr__nav { display: none; }
  .sm-hdr__wa { display: none; }
  .sm-hdr__burger { display: flex; }
  .sm-vw-grid { grid-template-columns: 1fr 1fr; }
  .sm-vc:first-child { grid-column: span 1; }
  .sm-vc:first-child .sm-vc__img-wrap { aspect-ratio: 4/3; }
  .sm-form-row { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .sm-vw-grid { grid-template-columns: 1fr; }
  .sm-footer-grid { grid-template-columns: 1fr; }
  .sm-fw-grid { grid-template-columns: repeat(2, 1fr); }
  .sm-hero__h1 { font-size: 2.6rem !important; }
  .sm-story-nums { grid-template-columns: 1fr 1fr; }
  .sm-probe-btns { flex-direction: column; }
  .sm-probe-btns .sm-btn { justify-content: center; }
  .sm-vd-right { padding: 2.5rem 1.5rem; }
}

@media (max-width: 400px) {
  .sm-hero__h1 { font-size: 2.2rem !important; }
  .sm-hero__stats { gap: 1.25rem; }
}


/* ----------------------------------------------------------
   HEADER PREMIUM POLISH
   ---------------------------------------------------------- */
.sm-hdr { height: 80px; }
.sm-hdr__logo { font-size: 1.32rem; letter-spacing: -0.025em; }
.sm-hdr__logo-dot { font-size: 1.5em; }
.sm-hdr__nav { gap: 2.2rem; }
.sm-hdr__nav a {
  font-size: 0.8rem;
  letter-spacing: 0.09em;
  position: relative;
  padding-bottom: 3px;
}
.sm-hdr__nav a::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: var(--c-blue);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.22s var(--ease);
}
.sm-hdr__nav a:hover::after { transform: scaleX(1); }
.sm-hdr__right { gap: 0; align-items: center; }
.sm-hdr__wa {
  width: 38px; height: 38px;
  border: 1px solid rgba(37,211,102,0.28);
  margin-right: 1.25rem;
  position: relative;
}
.sm-hdr__wa svg { width: 16px; height: 16px; }
.sm-hdr__wa::after {
  content: '';
  display: block;
  position: absolute;
  right: -0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1px; height: 18px;
  background: rgba(255,255,255,0.1);
  pointer-events: none;
}
.sm-hdr__cta {
  padding: 0.68rem 1.45rem;
  font-size: 0.76rem;
  letter-spacing: 0.07em;
  margin-left: 1.25rem;
  margin-right: 1.5rem;
}
.sm-hdr-space { height: 80px; }

@media (max-width: 900px) {
  .sm-hdr { height: 64px; }
  .sm-hdr-space { height: 64px; }
  .sm-hdr__logo { font-size: 1.18rem; }
  .sm-hdr__cta {
    padding: 0.48rem 0.95rem;
    font-size: 0.68rem;
    letter-spacing: 0.05em;
    margin-left: 0.65rem;
  }
  .sm-hdr__wa::after { display: none; }
}

/* ----------------------------------------------------------
   MOBILE MENU — Single consolidated block
   JS toggles: .is-open on #sm-mobile
   ---------------------------------------------------------- */
.sm-hdr__mobile {
  position: fixed;
  top: 64px;
  left: 0; right: 0; bottom: 0;
  z-index: 999999;
  background: #0B0B0B;
  padding: 28px 22px;
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow-y: auto;
  border-top: 1px solid rgba(255,255,255,0.07);
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.28s ease, opacity 0.28s ease, visibility 0.28s ease;
}

.sm-hdr__mobile.is-open {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Burger animation */
.sm-hdr__burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.sm-hdr__burger.is-open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.sm-hdr__burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Body scroll lock when menu open */
.sm-menu-open { overflow: hidden !important; }

/* ==========================================================
   SM FÜR WEN — Benefit Cards (replaces emoji grid)
   ========================================================== */
.sm-fw-v2 {
  background: var(--c-black-2);
  padding-block: clamp(4rem, 7vw, 7rem);
  padding-inline: var(--pad-x);
}
.sm-fw-v2__inner {
  max-width: var(--max-w);
  margin-inline: auto;
}
.sm-fw-v2__header {
  max-width: 620px;
  margin-bottom: 3rem;
}
.sm-fw-v2__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
.sm-fw-v2__card {
  background: var(--c-black-3);
  padding: 2.25rem 2rem;
  position: relative;
  overflow: hidden;
  transition: background var(--t);
}
.sm-fw-v2__card:hover { background: rgba(45,125,246,0.06); }
.sm-fw-v2__card::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: var(--c-blue);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--t-md) var(--ease-out);
}
.sm-fw-v2__card:hover::before { transform: scaleX(1); }
.sm-fw-v2__icon { font-size: 2rem; display: block; margin-bottom: 1rem; }
.sm-fw-v2__title {
  font-family: var(--f-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--c-white);
  margin-bottom: 0.5rem;
}
.sm-fw-v2__text {
  font-family: var(--f-body);
  font-size: 0.82rem;
  color: var(--c-text-2);
  line-height: 1.65;
}
.sm-fw-v2__also {
  margin-top: 2.5rem;
  padding: 1.35rem 1.75rem;
  background: rgba(255,255,255,0.025);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.sm-fw-v2__also-label {
  font-family: var(--f-body);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-text-3);
  flex-shrink: 0;
}
.sm-fw-v2__also-tags { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.sm-fw-v2__tag {
  font-family: var(--f-body);
  font-size: 0.78rem;
  color: var(--c-text-2);
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--c-line);
  border-radius: 100px;
  padding: 0.28rem 0.75rem;
}
@media (max-width: 900px) {
  .sm-fw-v2__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
  .sm-fw-v2__grid { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .sm-hero {
    padding-top: 30px;
  }
}