/* ============================================================
   BMW Map Updates — Design tokens
   ============================================================ */
:root {
  /* Surface */
  --bg: #ffffff;
  --bg-2: #f6f7f9;
  --bg-3: #eef0f4;
  --ink: #0b1220;
  --ink-2: #1c2433;
  --muted: #5b6473;
  --muted-2: #8a93a3;
  --line: #e6e8ec;
  --line-2: #d9dde4;

  /* Brand — BMW M-stripe palette */
  --brand: #1c64f2;        /* primary blue */
  --brand-deep: #0d2c8f;   /* M dark blue */
  --brand-sky: #2da6ff;    /* M light blue */
  --accent: #e2231a;       /* M red */
  --gold: #f5b301;

  /* Semantic */
  --success: #0aa66e;
  --warn: #f59e0b;
  --danger: #e2231a;

  /* Cinematic hero */
  --hero-bg: #06080d;
  --hero-bg-2: #0c1322;
  --hero-grid: rgba(120,160,255,0.08);

  /* Type */
  --f-display: "Bricolage Grotesque", "Boldonse", ui-sans-serif, system-ui, sans-serif;
  --f-body: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  --f-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;

  /* Radius / shadow */
  --r-xs: 6px;
  --r-sm: 10px;
  --r-md: 14px;
  --r-lg: 20px;
  --r-xl: 28px;
  --r-pill: 999px;
  --shadow-sm: 0 1px 2px rgba(11,18,32,.06), 0 1px 1px rgba(11,18,32,.04);
  --shadow-md: 0 6px 18px rgba(11,18,32,.07), 0 2px 4px rgba(11,18,32,.04);
  --shadow-lg: 0 24px 60px rgba(11,18,32,.14), 0 6px 16px rgba(11,18,32,.06);
  --shadow-brand: 0 14px 40px rgba(28,100,242,.28);

  /* Layout */
  --container: 1240px;
  --gutter: 24px;
  --section-y: 120px;
}

/* ============================================================
   Reset
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--f-body);
  font-feature-settings: "ss01", "ss02", "cv11";
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.55;
  font-size: 16px;
  overflow-x: hidden;
}
img, svg, video, canvas { display: block; max-width: 100%; }
button { font: inherit; cursor: pointer; border: 0; background: transparent; color: inherit; }
a { color: inherit; text-decoration: none; }
input, select, textarea { font: inherit; color: inherit; }

::selection { background: var(--brand); color: #fff; }

/* ============================================================
   Type scale
   ============================================================ */
.eyebrow {
  font-family: var(--f-mono);
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--brand);
  font-weight: 500;
}
.eyebrow.dim { color: var(--muted); }

.display {
  font-family: var(--f-display);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.02;
  text-wrap: balance;
}
.h1 { font-size: clamp(44px, 6.4vw, 88px); }
.h2 { font-size: clamp(34px, 4.4vw, 60px); }
.h3 { font-size: clamp(24px, 2.4vw, 34px); }
.h4 { font-size: clamp(20px, 1.6vw, 24px); }

.lede {
  font-size: clamp(17px, 1.4vw, 20px);
  color: var(--muted);
  line-height: 1.55;
  text-wrap: pretty;
  max-width: 64ch;
}

.mono { font-family: var(--f-mono); }

/* ============================================================
   Layout primitives
   ============================================================ */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.section {
  padding-block: var(--section-y);
  position: relative;
}
.section.tight { padding-block: 80px; }
.section.dark { background: var(--ink); color: #fff; }
.section.soft { background: var(--bg-2); }

.grid { display: grid; gap: 24px; }
.row { display: flex; gap: 16px; align-items: center; }

/* ============================================================
   Buttons
   ============================================================ */
.btn {
  --bg: var(--ink);
  --fg: #fff;
  --bd: transparent;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: var(--r-pill);
  background: var(--bg);
  color: var(--fg);
  border: 1px solid var(--bd);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.005em;
  white-space: nowrap;
  transition: transform .2s cubic-bezier(.2,.7,.2,1), box-shadow .2s, background .2s, color .2s;
  position: relative;
  overflow: hidden;
}
.btn:hover { transform: translateY(-1px); box-shadow: var(--shadow-md); }
.btn:active { transform: translateY(0); }
.btn.primary { --bg: var(--brand); --fg: #fff; box-shadow: var(--shadow-brand); }
.btn.primary:hover { --bg: #154fc4; box-shadow: 0 18px 50px rgba(28,100,242,.34); }
.btn.ghost { --bg: transparent; --fg: var(--ink); --bd: var(--line-2); }
.btn.ghost:hover { --bg: var(--bg-2); }
.btn.dark { --bg: var(--ink); --fg: #fff; }
.btn.light-ghost { --bg: transparent; --fg: #fff; --bd: rgba(255,255,255,.22); }
.btn.light-ghost:hover { --bg: rgba(255,255,255,.08); }
.btn.sm { padding: 10px 16px; font-size: 14px; }
.btn.lg { padding: 18px 28px; font-size: 16px; }
.btn .arrow { transition: transform .25s cubic-bezier(.2,.7,.2,1); }
.btn:hover .arrow { transform: translateX(4px); }

/* M-stripe accent strip */
.mstripe {
  display: inline-flex;
  height: 4px;
  border-radius: 4px;
  overflow: hidden;
  width: 56px;
}
.mstripe i { flex: 1; }
.mstripe i:nth-child(1) { background: var(--brand-sky); }
.mstripe i:nth-child(2) { background: var(--brand-deep); }
.mstripe i:nth-child(3) { background: var(--accent); }
.mstripe.tall { height: 6px; width: 80px; }

/* ============================================================
   Header
   ============================================================ */
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.85);
  backdrop-filter: saturate(1.2) blur(16px);
  -webkit-backdrop-filter: saturate(1.2) blur(16px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s, background .2s;
}
.header.scrolled {
  border-color: var(--line);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.01em;
}
.brand .logo {
  width: 36px; height: 36px;
  border-radius: 50%;
  display: grid; place-items: center;
  background: var(--ink);
  color: #fff;
  position: relative;
}
.brand .logo::after {
  content: "";
  position: absolute; inset: 4px;
  border-radius: 50%;
  background:
    conic-gradient(from 0deg,
      #fff 0 25%, var(--brand) 25% 50%,
      #fff 50% 75%, var(--brand) 75% 100%);
  border: 2px solid var(--ink);
}
.brand small {
  display: block;
  font-family: var(--f-mono);
  font-size: 10px;
  color: var(--muted);
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 400;
}
.nav {
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav a {
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-2);
  border-radius: var(--r-pill);
  position: relative;
  transition: color .2s, background .2s;
}
.nav a:hover { color: var(--brand); }
.nav a.active { color: var(--brand); background: rgba(28,100,242,.08); }
.header-cta {
  display: flex;
  align-items: center;
  gap: 12px;
}
.icon-btn {
  width: 40px; height: 40px;
  border-radius: 50%;
  display: grid; place-items: center;
  border: 1px solid var(--line);
  transition: background .2s, border-color .2s;
  position: relative;
}
.icon-btn:hover { background: var(--bg-2); border-color: var(--line-2); }
.cart-count {
  position: absolute;
  top: -4px; right: -4px;
  background: var(--accent);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  width: 18px; height: 18px;
  border-radius: 50%;
  display: grid; place-items: center;
  border: 2px solid var(--bg);
}

/* ============================================================
   Reveal animation
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1);
  transition-delay: var(--d, 0ms);
}
.reveal.in { opacity: 1; transform: none; }

/* ============================================================
   Hero
   ============================================================ */
.hero {
  background: var(--hero-bg);
  color: #fff;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(800px 400px at 18% 30%, rgba(28,100,242,.22), transparent 60%),
    radial-gradient(700px 360px at 90% 80%, rgba(226,35,26,.10), transparent 60%);
  z-index: -1;
}
.hero canvas.map { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .55; z-index: -1; }
.hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(var(--hero-grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--hero-grid) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at 50% 40%, black 30%, transparent 75%);
  z-index: -1;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
  align-items: center;
  padding-block: 96px 110px;
  min-height: 720px;
}
.hero h1 {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: clamp(48px, 6.8vw, 96px);
  line-height: .98;
  letter-spacing: -0.03em;
  margin: 24px 0 20px;
}
.hero h1 .accent { color: var(--brand-sky); font-style: italic; font-family: var(--f-display); font-weight: 500; }
.hero .lede { color: rgba(255,255,255,.7); font-size: 19px; max-width: 52ch; }
.hero-actions { display: flex; gap: 12px; margin-top: 32px; flex-wrap: wrap; }
.hero-trust {
  display: flex;
  gap: 32px;
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.1);
}
.hero-trust .stat .n {
  font-family: var(--f-display);
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.02em;
  background: linear-gradient(180deg, #fff 0%, #c4d2ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-trust .stat .l {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
}

/* iDrive nav mock */
.idrive {
  position: relative;
  aspect-ratio: 16/11;
  border-radius: 22px;
  background: linear-gradient(180deg, #0e1626 0%, #060912 100%);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 40px 90px rgba(0,0,0,.5), 0 0 0 1px rgba(28,100,242,.18) inset;
  overflow: hidden;
}
.idrive::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(400px 240px at 30% 20%, rgba(28,100,242,.25), transparent 60%),
    radial-gradient(300px 180px at 80% 80%, rgba(45,166,255,.15), transparent 60%);
}
.idrive-bar {
  position: absolute; top: 0; left: 0; right: 0;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 18px;
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
  z-index: 2;
}
.idrive-bar .live {
  display: flex; gap: 8px; align-items: center;
}
.idrive-bar .live::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 0 4px rgba(10,166,110,.18);
  animation: pulse 2s infinite;
}
@keyframes pulse { 50% { box-shadow: 0 0 0 8px rgba(10,166,110,0); } }
.idrive canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.idrive-card {
  position: absolute;
  left: 18px; bottom: 18px;
  background: rgba(11,18,32,.7);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--r-md);
  padding: 14px 18px;
  z-index: 2;
}
.idrive-card .row { gap: 14px; }
.idrive-card .pin {
  width: 36px; height: 36px;
  border-radius: 10px;
  background: var(--brand);
  display: grid; place-items: center;
  box-shadow: 0 8px 20px rgba(28,100,242,.4);
}
.idrive-card .pin svg { width: 18px; height: 18px; }
.idrive-card .meta .where {
  font-weight: 600; font-size: 14px; color: #fff;
}
.idrive-card .meta .when {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: .1em;
  color: rgba(255,255,255,.5);
  text-transform: uppercase;
}
.idrive-version {
  position: absolute;
  right: 18px; bottom: 18px;
  background: rgba(28,100,242,.16);
  border: 1px solid rgba(28,100,242,.4);
  color: #c4d2ff;
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: .1em;
  padding: 8px 12px;
  border-radius: var(--r-pill);
  z-index: 2;
}

/* Floating chip on hero */
.float-chip {
  position: absolute;
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--r-md);
  padding: 12px 16px;
  font-size: 13px;
  color: rgba(255,255,255,.9);
  display: flex; align-items: center; gap: 12px;
}
.float-chip .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--brand-sky);
  box-shadow: 0 0 14px var(--brand-sky);
}

/* ============================================================
   Selector (find your update)
   ============================================================ */
.selector {
  background: #fff;
  border-radius: var(--r-xl);
  padding: 28px;
  box-shadow: var(--shadow-lg);
  margin-top: -64px;
  position: relative;
  z-index: 5;
}
.selector h3 {
  font-family: var(--f-display);
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 4px;
  letter-spacing: -0.02em;
}
.selector p { margin: 0 0 20px; color: var(--muted); font-size: 14px; }
.selector-form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr auto;
  gap: 12px;
  align-items: end;
}
.field {
  display: flex; flex-direction: column; gap: 6px;
}
.field label {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
}
.field .ctrl {
  height: 52px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  background: #fff;
  font-size: 15px;
  font-weight: 500;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'><path d='M2 4l4 4 4-4' stroke='%230b1220' stroke-width='1.5' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 38px;
  transition: border-color .2s, box-shadow .2s;
}
.field .ctrl:focus { outline: 0; border-color: var(--brand); box-shadow: 0 0 0 4px rgba(28,100,242,.12); }
.selector .btn { height: 52px; }

/* ============================================================
   Section header
   ============================================================ */
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 32px;
  margin-bottom: 48px;
}
.section-head h2 { margin: 14px 0 8px; }
.section-head .lede { margin: 0; }
.section-head .right { display: flex; gap: 8px; flex-shrink: 0; }

/* ============================================================
   Product card (light, clean)
   ============================================================ */
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.product-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: transform .3s cubic-bezier(.2,.7,.2,1), box-shadow .3s, border-color .3s;
  display: flex; flex-direction: column;
  position: relative;
}
.product-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: transparent;
}
.product-card .media {
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, #eef3ff 0%, #f7f9fc 100%);
  position: relative;
  overflow: hidden;
}
.product-card .media .map-bg {
  position: absolute; inset: 0;
  opacity: .8;
  transition: transform .8s cubic-bezier(.2,.7,.2,1);
}
.product-card:hover .media .map-bg { transform: scale(1.08); }
.product-card .badge {
  position: absolute;
  top: 14px; left: 14px;
  background: var(--ink);
  color: #fff;
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: var(--r-pill);
}
.product-card .badge.new { background: var(--brand); }
.product-card .badge.sale { background: var(--accent); }
.product-card .info {
  padding: 22px;
  display: flex; flex-direction: column;
  gap: 6px;
  flex: 1;
}
.product-card .region {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--brand);
}
.product-card h4 {
  font-family: var(--f-display);
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.product-card .sub { color: var(--muted); font-size: 14px; margin-top: 4px; }
.product-card .compat {
  display: flex; gap: 6px; flex-wrap: wrap;
  margin-top: 12px;
}
.product-card .compat span {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: .08em;
  padding: 4px 8px;
  border-radius: 4px;
  background: var(--bg-2);
  color: var(--ink-2);
}
.product-card .foot {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line);
}
.product-card .price {
  font-family: var(--f-display);
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.product-card .price small {
  font-family: var(--f-body);
  font-weight: 500;
  font-size: 13px;
  color: var(--muted);
  text-decoration: line-through;
  margin-right: 6px;
}
.product-card .add {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  display: grid; place-items: center;
  transition: background .2s, transform .2s;
}
.product-card .add:hover { background: var(--brand); transform: rotate(90deg); }

/* ============================================================
   How it works
   ============================================================ */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  counter-reset: step;
  position: relative;
}
.step {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 28px;
  position: relative;
  transition: transform .3s, box-shadow .3s, border-color .3s;
}
.step:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: transparent; }
.step .num {
  font-family: var(--f-display);
  font-size: 56px;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: var(--bg-3);
  line-height: 1;
}
.step:hover .num { color: var(--brand); transition: color .3s; }
.step h4 {
  font-family: var(--f-display);
  font-size: 22px;
  margin: 12px 0 6px;
  letter-spacing: -0.02em;
}
.step p { color: var(--muted); margin: 0; font-size: 15px; }
.step .icon { margin-top: 16px; color: var(--brand); }

/* ============================================================
   Trust badges row
   ============================================================ */
.trust-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.trust-badge {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.trust-badge .ic {
  width: 48px; height: 48px;
  border-radius: 14px;
  background: rgba(28,100,242,.08);
  display: grid; place-items: center;
  color: var(--brand);
  flex-shrink: 0;
}
.trust-badge h5 { font-family: var(--f-display); font-size: 17px; margin: 0 0 4px; font-weight: 600; }
.trust-badge p { color: var(--muted); font-size: 14px; margin: 0; }

/* ============================================================
   Models showcase
   ============================================================ */
.models-strip {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}
.model-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: var(--r-pill);
  background: var(--bg-2);
  border: 1px solid var(--line);
  font-family: var(--f-mono);
  font-size: 13px;
  letter-spacing: .04em;
  transition: all .25s;
  cursor: pointer;
}
.model-chip:hover { border-color: var(--brand); color: var(--brand); transform: translateY(-2px); }
.model-chip .gen { color: var(--muted); font-size: 11px; }

.series-tabs {
  display: flex; gap: 8px; justify-content: center;
  margin-bottom: 32px; flex-wrap: wrap;
}
.series-tab {
  padding: 10px 18px;
  border-radius: var(--r-pill);
  border: 1px solid var(--line);
  font-size: 13px;
  font-weight: 500;
  transition: all .2s;
  background: #fff;
}
.series-tab:hover { border-color: var(--line-2); }
.series-tab.on { background: var(--ink); color: #fff; border-color: var(--ink); }

/* ============================================================
   Testimonials
   ============================================================ */
.testimonial-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  padding-bottom: 12px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.testimonial-track::-webkit-scrollbar { display: none; }
.testimonial {
  flex: 0 0 420px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 32px;
  scroll-snap-align: start;
}
.testimonial .stars { color: var(--gold); margin-bottom: 14px; letter-spacing: 2px; }
.testimonial blockquote {
  font-family: var(--f-display);
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: -0.015em;
  font-weight: 500;
  margin: 0 0 22px;
  text-wrap: pretty;
}
.testimonial .who { display: flex; align-items: center; gap: 12px; }
.testimonial .avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
  color: #fff;
  display: grid; place-items: center;
  font-weight: 600;
  font-size: 15px;
}
.testimonial .name { font-weight: 600; font-size: 14px; }
.testimonial .car { font-family: var(--f-mono); font-size: 11px; letter-spacing: .08em; color: var(--muted); text-transform: uppercase; }

/* ============================================================
   FAQ
   ============================================================ */
.faq {
  max-width: 880px;
  margin: 0 auto;
}
.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-item summary {
  display: flex; justify-content: space-between; align-items: center; gap: 24px;
  padding: 28px 0;
  font-family: var(--f-display);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.015em;
  cursor: pointer;
  list-style: none;
  transition: color .2s;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--brand); }
.faq-item .ic {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1px solid var(--line);
  display: grid; place-items: center;
  flex-shrink: 0;
  transition: transform .3s, background .2s, color .2s, border-color .2s;
}
.faq-item[open] .ic { transform: rotate(45deg); background: var(--brand); color: #fff; border-color: var(--brand); }
.faq-item .body {
  padding: 0 60px 28px 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
  max-width: 70ch;
}

/* ============================================================
   Compare table
   ============================================================ */
.compare {
  background: var(--ink);
  border-radius: var(--r-xl);
  padding: 48px;
  color: #fff;
  overflow: hidden;
}
.compare-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 0;
  margin-top: 32px;
}
.compare-grid > div {
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  font-size: 15px;
}
.compare-grid > div.head {
  padding: 14px 20px 18px;
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.6);
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.compare-grid > div.head.us { color: var(--brand-sky); }
.compare-grid > div.row-label { font-weight: 500; color: rgba(255,255,255,.9); }
.compare-grid > div.us { background: rgba(28,100,242,.08); }
.compare-grid .yes { color: var(--success); display: inline-flex; align-items: center; gap: 6px; }
.compare-grid .no { color: rgba(255,255,255,.4); }
.compare-grid > div:last-child,
.compare-grid > div:nth-last-child(2),
.compare-grid > div:nth-last-child(3) { border-bottom: 0; }

/* ============================================================
   Marquee strip
   ============================================================ */
.marquee {
  overflow: hidden;
  padding: 18px 0;
  border-block: 1px solid var(--line);
  background: var(--bg);
  -webkit-mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
}
.marquee-track {
  display: flex;
  gap: 64px;
  animation: marquee 40s linear infinite;
  width: max-content;
}
.marquee-track span {
  font-family: var(--f-display);
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--muted-2);
  display: inline-flex; align-items: center; gap: 64px;
  white-space: nowrap;
}
.marquee-track span::after {
  content: "";
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--brand);
}
@keyframes marquee { to { transform: translateX(-50%); } }

/* ============================================================
   CTA banner
   ============================================================ */
.cta-banner {
  background: linear-gradient(135deg, var(--ink) 0%, #0f1a36 50%, var(--brand-deep) 100%);
  color: #fff;
  border-radius: var(--r-xl);
  padding: 80px 64px;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 48px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: "";
  position: absolute; right: -100px; top: -100px;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(28,100,242,.4) 0%, transparent 70%);
}
.cta-banner h2 {
  font-family: var(--f-display);
  font-size: clamp(34px, 4vw, 52px);
  letter-spacing: -0.025em;
  font-weight: 600;
  margin: 16px 0 16px;
  line-height: 1.05;
}
.cta-banner p { color: rgba(255,255,255,.7); margin: 0 0 28px; font-size: 17px; max-width: 50ch; }
.cta-banner .meter {
  position: relative; z-index: 1;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--r-lg);
  padding: 28px;
  backdrop-filter: blur(10px);
}
.meter-num {
  font-family: var(--f-display);
  font-size: 64px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
  background: linear-gradient(180deg, #fff, var(--brand-sky));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.meter-label { font-family: var(--f-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.6); margin-top: 4px; }

/* ============================================================
   Footer
   ============================================================ */
.footer {
  background: var(--ink);
  color: rgba(255,255,255,.8);
  padding: 80px 0 32px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1.2fr;
  gap: 48px;
}
.footer h6 {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
  margin: 0 0 18px;
  font-weight: 500;
}
.footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.footer ul a { font-size: 14px; color: rgba(255,255,255,.7); transition: color .2s; }
.footer ul a:hover { color: #fff; }
.footer .brand { color: #fff; }
.footer .brand small { color: rgba(255,255,255,.4); }
.footer .newsletter {
  display: flex; gap: 8px; margin-top: 14px;
}
.footer .newsletter input {
  flex: 1;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--r-pill);
  padding: 12px 16px;
  font-size: 14px;
  color: #fff;
  outline: none;
}
.footer .newsletter input:focus { border-color: var(--brand-sky); }
.footer .newsletter input::placeholder { color: rgba(255,255,255,.4); }
.footer-bottom {
  margin-top: 64px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.08);
  display: flex; justify-content: space-between; align-items: center;
  font-size: 13px;
  color: rgba(255,255,255,.5);
}
.footer-bottom .pay {
  display: flex; gap: 14px; align-items: center;
}
.footer-bottom .pay span {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: .12em;
  padding: 6px 10px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 6px;
  color: rgba(255,255,255,.6);
}

/* ============================================================
   Shop / filters
   ============================================================ */
.page-hero {
  background: var(--bg-2);
  padding: 80px 0 60px;
  border-bottom: 1px solid var(--line);
}
.page-hero h1 { font-family: var(--f-display); font-size: clamp(40px, 5vw, 64px); font-weight: 600; letter-spacing: -0.03em; margin: 12px 0 12px; }
.crumbs {
  display: flex; gap: 8px; font-family: var(--f-mono);
  font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted);
}
.crumbs a:hover { color: var(--brand); }
.shop-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 48px;
}
.filters h6 {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 14px;
  font-weight: 500;
}
.filter-group { padding-bottom: 24px; margin-bottom: 24px; border-bottom: 1px solid var(--line); }
.filter-group:last-child { border: 0; }
.filter-list { display: flex; flex-direction: column; gap: 10px; font-size: 14px; }
.filter-list label { display: flex; align-items: center; gap: 10px; cursor: pointer; }
.filter-list input { accent-color: var(--brand); }
.filter-list .count { margin-left: auto; font-family: var(--f-mono); font-size: 11px; color: var(--muted); }
.toolbar {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 24px;
}
.toolbar .results { color: var(--muted); font-size: 14px; }
.toolbar select {
  height: 40px; padding: 0 36px 0 16px;
  border: 1px solid var(--line); border-radius: var(--r-pill);
  background: #fff; font-size: 14px; font-weight: 500;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'><path d='M2 4l4 4 4-4' stroke='%230b1220' stroke-width='1.5' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
}

/* ============================================================
   Product detail page
   ============================================================ */
.pdp {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 64px;
  padding-block: 56px 100px;
}
.pdp-media {
  position: sticky; top: 100px; align-self: start;
}
.pdp-main {
  aspect-ratio: 4/3;
  border-radius: var(--r-xl);
  background: linear-gradient(135deg, #eef3ff 0%, #f7f9fc 100%);
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
}
.pdp-thumbs { display: flex; gap: 12px; margin-top: 14px; }
.pdp-thumb {
  width: 80px; height: 64px;
  border-radius: var(--r-sm);
  background: var(--bg-2);
  border: 2px solid transparent;
  cursor: pointer;
  overflow: hidden;
  transition: border-color .2s;
}
.pdp-thumb.on { border-color: var(--ink); }
.pdp-info h1 {
  font-family: var(--f-display);
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 600;
  letter-spacing: -0.025em;
  margin: 12px 0 14px;
  line-height: 1.05;
}
.pdp-rating { display: flex; gap: 10px; align-items: center; font-size: 14px; margin: 8px 0 18px; color: var(--muted); }
.pdp-rating .stars { color: var(--gold); letter-spacing: 2px; }
.pdp-price {
  display: flex; align-items: baseline; gap: 12px;
  padding: 22px 0;
  border-block: 1px solid var(--line);
}
.pdp-price .now {
  font-family: var(--f-display);
  font-size: 44px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.pdp-price .was { font-size: 18px; color: var(--muted); text-decoration: line-through; }
.pdp-price .save {
  background: rgba(226,35,26,.1);
  color: var(--accent);
  padding: 6px 10px;
  border-radius: var(--r-pill);
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.pdp-feats {
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
  margin: 24px 0;
  padding: 0px;
}
.pdp-feats li {
  display: flex; align-items: center; gap: 10px;
  font-size: 14px;
  list-style: none;
}
.pdp-feats li svg { color: var(--brand); flex-shrink: 0; }
.pdp-actions { display: flex; gap: 12px; margin-top: 8px; }
.qty {
  display: flex; align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  height: 56px;
}
.qty button { width: 44px; height: 100%; font-size: 18px; color: var(--muted); }
.qty button:hover { color: var(--brand); }
.qty input { width: 40px; height: 100%; border: 0; text-align: center; font-weight: 600; outline: 0; background: transparent; }
.pdp-tabs {
  margin-top: 80px;
  border-top: 1px solid var(--line);
  padding-top: 48px;
}
.pdp-tablist { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 32px; }
.pdp-tablist button {
  padding: 12px 20px;
  border-radius: var(--r-pill);
  background: var(--bg-2);
  font-size: 14px; font-weight: 500;
  border: 1px solid transparent;
  transition: all .2s;
}
.pdp-tablist button.on { background: var(--ink); color: #fff; }
.pdp-tablist button:not(.on):hover { background: var(--bg-3); }
.pdp-tabpanel { max-width: 760px; color: var(--ink-2); font-size: 16px; line-height: 1.7; }
.pdp-tabpanel h4 { font-family: var(--f-display); font-size: 20px; margin: 0 0 12px; }
.pdp-tabpanel p { margin: 0 0 14px; }
.pdp-tabpanel ul { padding-left: 18px; }

/* ============================================================
   Cart / Checkout
   ============================================================ */
.cart-layout {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 56px;
  padding-block: 56px 100px;
}
.cart-items { display: flex; flex-direction: column; gap: 12px; }
.cart-row {
  display: grid; grid-template-columns: 100px 1fr auto auto auto;
  gap: 20px; align-items: center;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  transition: border-color .2s;
}
.cart-row:hover { border-color: var(--line-2); }
.cart-row .thumb {
  width: 100px; height: 80px;
  border-radius: var(--r-sm);
  background: linear-gradient(135deg, #eef3ff 0%, #f7f9fc 100%);
  overflow: hidden;
}
.cart-row .title { font-family: var(--f-display); font-size: 18px; font-weight: 600; letter-spacing: -0.015em; }
.cart-row .sub { color: var(--muted); font-size: 13px; }
.cart-row .price { font-family: var(--f-display); font-size: 20px; font-weight: 600; }
.cart-row .x { color: var(--muted); padding: 8px; }
.cart-row .x:hover { color: var(--accent); }
.summary {
  background: var(--bg-2);
  border-radius: var(--r-xl);
  padding: 28px;
  position: sticky;
  top: 100px;
}
.summary h3 { font-family: var(--f-display); font-size: 22px; margin: 0 0 18px; letter-spacing: -0.02em; }
.summary .line { display: flex; justify-content: space-between; padding: 10px 0; font-size: 15px; }
.summary .line.total { border-top: 1px solid var(--line-2); margin-top: 8px; padding-top: 16px; font-family: var(--f-display); font-size: 24px; font-weight: 600; }
.summary .promo { display: flex; gap: 8px; padding: 16px 0; border-block: 1px solid var(--line-2); margin: 16px 0; }
.summary .promo input { flex: 1; height: 44px; border: 1px solid var(--line); background: #fff; border-radius: var(--r-pill); padding: 0 14px; font-size: 14px; outline: 0; }
.summary .promo input:focus { border-color: var(--brand); }
.summary .promo button { padding: 0 18px; height: 44px; border-radius: var(--r-pill); background: var(--ink); color: #fff; font-weight: 600; font-size: 13px; }

.checkout-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 56px; }
.co-section { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px; margin-bottom: 16px; }
.co-section h4 { font-family: var(--f-display); font-size: 20px; margin: 0 0 4px; letter-spacing: -0.015em; }
.co-section p.muted { color: var(--muted); font-size: 14px; margin: 0 0 18px; }
.co-section .row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.co-section .row.full { grid-template-columns: 1fr; }
.co-section .field .ctrl { background: #fff; }
.co-section .field input.ctrl { background-image: none; padding-right: 16px; }
.pay-methods { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; margin-bottom: 18px; }
.pay-methods label {
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 14px;
  display: flex; align-items: center; gap: 10px;
  cursor: pointer; font-size: 14px; font-weight: 500;
  transition: all .2s;
}
.pay-methods input { display: none; }
.pay-methods label.on { border-color: var(--brand); background: rgba(28,100,242,.04); box-shadow: 0 0 0 3px rgba(28,100,242,.08); }
.co-steps {
  display: flex; gap: 8px;
  margin-bottom: 28px;
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.co-steps .step {
  flex: 1; padding: 14px; border: 1px solid var(--line);
  border-radius: var(--r-md);
  display: flex; gap: 10px; align-items: center;
  color: var(--muted-2);
}
.co-steps .step.on { background: var(--ink); color: #fff; border-color: var(--ink); }
.co-steps .step.done { color: var(--brand); border-color: var(--brand); background: rgba(28,100,242,.04); }
.co-steps .step .n {
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--bg-2); color: var(--ink); display: grid; place-items: center;
  font-weight: 600;
}
.co-steps .step.on .n { background: rgba(255,255,255,.16); color: #fff; }
.co-steps .step.done .n { background: var(--brand); color: #fff; }

/* ============================================================
   Misc
   ============================================================ */
.divider { height: 1px; background: var(--line); margin-block: 28px; }
.tag {
  display: inline-flex; gap: 6px; align-items: center;
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
}
.tag::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--brand); }

/* contact + about */
.about-hero { padding-block: 100px 80px; }
.about-stats {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding-block: 32px;
  margin-top: 56px;
}
.about-stats .n { font-family: var(--f-display); font-size: clamp(40px, 4vw, 56px); font-weight: 600; letter-spacing: -0.03em; line-height: 1; }
.about-stats .l { font-family: var(--f-mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-top: 8px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 64px; padding-block: 80px; }
.contact-card { display: flex; gap: 16px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.contact-card .ic { width: 44px; height: 44px; border-radius: 12px; background: rgba(28,100,242,.08); color: var(--brand); display: grid; place-items: center; flex-shrink: 0; }
.contact-card h5 { font-family: var(--f-display); font-size: 18px; margin: 0 0 4px; font-weight: 600; }
.contact-card p { color: var(--muted); margin: 0; font-size: 14px; }
.contact-form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.contact-form .field textarea.ctrl {
  height: auto; padding: 14px 16px; resize: vertical; min-height: 140px;
  background-image: none;
}

/* Blog teaser */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.blog-card { display: flex; flex-direction: column; gap: 14px; cursor: pointer; }
.blog-card .img { aspect-ratio: 16/10; border-radius: var(--r-lg); background: linear-gradient(135deg, #eef3ff, #f7f9fc); overflow: hidden; position: relative; }
.blog-card .img::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(11,18,32,.4));
}
.blog-card .img .badge { position: absolute; bottom: 14px; left: 14px; z-index: 2; color: #fff; font-family: var(--f-mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.blog-card h4 { font-family: var(--f-display); font-size: 22px; margin: 0; letter-spacing: -0.02em; line-height: 1.2; transition: color .2s; }
.blog-card:hover h4 { color: var(--brand); }
.blog-card .meta { font-family: var(--f-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }

/* Install video */
.video-card {
  border-radius: var(--r-xl);
  overflow: hidden;
  position: relative;
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, #0e1626, #060912);
  cursor: pointer;
}
.video-card .play {
  position: absolute; inset: 0; display: grid; place-items: center;
  color: #fff;
}
.video-card .play .btn-play {
  width: 88px; height: 88px;
  border-radius: 50%;
  background: rgba(255,255,255,.96);
  color: var(--ink);
  display: grid; place-items: center;
  transition: transform .3s, box-shadow .3s;
  box-shadow: 0 20px 60px rgba(0,0,0,.4);
}
.video-card:hover .btn-play { transform: scale(1.08); box-shadow: 0 30px 80px rgba(0,0,0,.5); }
.video-card .play-meta {
  position: absolute; bottom: 24px; left: 24px;
  color: #fff;
}
.video-card .play-meta .l { font-family: var(--f-mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.6); }
.video-card .play-meta .t { font-family: var(--f-display); font-size: 28px; font-weight: 600; letter-spacing: -0.02em; margin-top: 4px; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1024px) {
  :root { --section-y: 80px; }
  .hero-inner { grid-template-columns: 1fr; padding-block: 64px 80px; min-height: auto; }
  .selector-form { grid-template-columns: 1fr 1fr; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .trust-row { grid-template-columns: repeat(2, 1fr); }
  .compare-grid { font-size: 13px; }
  .compare { padding: 28px; }
  .cta-banner { grid-template-columns: 1fr; padding: 48px 32px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .shop-grid { grid-template-columns: 1fr; }
  .pdp { grid-template-columns: 1fr; gap: 32px; }
  .pdp-media { position: relative; top: 0; }
  .cart-layout, .checkout-grid { grid-template-columns: 1fr; }
  .summary { position: relative; top: 0; }
  .blog-grid { grid-template-columns: 1fr 1fr; }
  .about-stats { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; padding-block: 56px; }
  .nav { display: none; }
}
@media (max-width: 640px) {
  :root { --section-y: 64px; --gutter: 18px; }
  .selector { margin-top: -40px; padding: 20px; }
  .selector-form { grid-template-columns: 1fr; }
  .product-grid, .steps, .trust-row, .blog-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .section-head { flex-direction: column; align-items: flex-start; }
  .compare-grid { grid-template-columns: 1fr; }
  .compare-grid > div { padding: 12px 14px; }
  .pdp-feats { grid-template-columns: 1fr; }
  .cart-row { grid-template-columns: 80px 1fr; gap: 14px; }
  .cart-row .price, .cart-row .qty, .cart-row .x { grid-column: 2; justify-self: start; }
  .co-section .row { grid-template-columns: 1fr; }
  .pay-methods { grid-template-columns: 1fr; }
  .about-stats { grid-template-columns: 1fr 1fr; }
  .testimonial { flex: 0 0 86vw; }
}

/* ============================================================
   Elementor wrapper neutralization
   When our design markup is placed inside an Elementor HTML widget,
   we tell Elementor's section/column wrappers to get out of the way.
   ============================================================ */
.elementor-page .bmw-app .elementor-section,
.bmw-app .elementor-section {
  padding: 0 !important;
}
.bmw-app .elementor-container {
  max-width: none !important;
  padding: 0 !important;
}
.bmw-app .elementor-column,
.bmw-app .elementor-column-wrap,
.bmw-app .elementor-widget-wrap {
  padding: 0 !important;
  width: 100% !important;
}
.bmw-app .elementor-widget-html {
  margin: 0 !important;
}

/* Stop our pure-PHP pages from inheriting any Hello Elementor container chrome */
.page-template-template-bmw-home .site-main,
.bmw-home .site-main {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* WooCommerce single product fixes — original design pdp- classes */
.woocommerce-page .bmw-app .product .summary,
.woocommerce-page .bmw-app .product .images {
  width: auto !important;
  float: none !important;
}
