/** Shopify CDN: Minification failed

Line 20:0 All "@import" rules must come first

**/
@font-face {
  font-family: 'mtv-Inter';
  src: url('//abcteknikk.no/cdn/shop/t/33/assets/mtv-Inter-Variable.ttf?v=134606187543425008361782586014') format('truetype-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'mtv-Inter';
  src: url('//abcteknikk.no/cdn/shop/t/33/assets/mtv-Inter-Italic-Variable.ttf?v=132860360999576500021782586014') format('truetype-variations');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap');

/* ============================================================
   TOKENS — scoped to .mtv wrapper
   ============================================================ */
.mtv {
  --abc-black:        #0C0A09;
  --abc-ink:          #1A1614;
  --abc-graphite:     #2A2522;
  --abc-slate:        #4B4540;
  --abc-gray:         #6B6560;
  --abc-silver:       #B9B3AC;
  --abc-mist:         #ECEAE5;
  --abc-paper:        #F4F2EE;
  --abc-white:        #FFFFFF;

  --abc-mahogany:     #1C0F07;
  --abc-mahogany-lit: #3A1E0A;
  --abc-mahogany-dk:  #0A0604;

  --abc-terra-50:     #F8EFE7;
  --abc-terra-100:    #EBD4BE;
  --abc-terra-300:    #D6A987;
  --abc-terra-500:    #C28963;
  --abc-terra-700:    #A97451;
  --abc-terra-900:    #7A5238;

  --abc-success:      #2F8F5C;
  --abc-warning:      #D89A1F;
  --abc-danger:       #C43A2E;
  --abc-info:         #4A6B7C;

  --bg:               var(--abc-white);
  --bg-raised:        var(--abc-white);
  --bg-sunken:        var(--abc-paper);
  --bg-inverse:       var(--abc-black);
  --bg-hero:          var(--abc-mahogany);

  --fg-1:             var(--abc-ink);
  --fg-2:             var(--abc-slate);
  --fg-3:             var(--abc-gray);
  --fg-inverse:       var(--abc-white);

  --border:           rgba(12, 10, 9, 0.08);
  --border-strong:    rgba(12, 10, 9, 0.14);
  --border-inverse:   rgba(255, 255, 255, 0.15);

  --accent:           var(--abc-terra-500);
  --accent-hover:     var(--abc-terra-700);
  --accent-fg:        var(--abc-white);

  --focus-ring:       0 0 0 3px rgba(194, 137, 99, 0.28);

  --font-display:     'Instrument Sans', 'mtv-Inter', ui-sans-serif, system-ui, sans-serif;
  --font-body:        'mtv-Inter', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-mono:        'JetBrains Mono', ui-monospace, 'SF Mono', Menlo, Consolas, monospace;

  --fw-light:         300;
  --fw-regular:       400;
  --fw-medium:        500;
  --fw-semibold:      600;
  --fw-bold:          700;

  --fs-xs:            0.75rem;
  --fs-sm:            0.875rem;
  --fs-base:          1rem;
  --fs-md:            1.0625rem;
  --fs-lg:            1.25rem;
  --fs-xl:            1.5rem;
  --fs-2xl:           2rem;
  --fs-3xl:           2.75rem;
  --fs-4xl:           clamp(2.5rem, 5vw + 1rem, 3.5rem);
  --fs-5xl:           clamp(3rem, 6vw + 1rem, 4.5rem);

  --lh-tight:         1.08;
  --lh-snug:          1.2;
  --lh-normal:        1.5;
  --lh-relaxed:       1.6;

  --tracking-tight:   -0.02em;
  --tracking-snug:    -0.015em;
  --tracking-normal:  0em;
  --tracking-wide:    0.04em;

  --space-1: 4px; --space-2: 8px; --space-3: 12px; --space-4: 16px;
  --space-5: 24px; --space-6: 32px; --space-7: 48px; --space-8: 64px;
  --space-9: 96px; --space-10: 128px;

  --radius-0:         0;
  --radius-1:         2px;
  --radius-2:         4px;
  --radius-3:         8px;
  --radius-pill:      999px;

  --shadow-1:         0 1px 2px rgba(12, 10, 9, 0.06);
  --shadow-2:         0 4px 12px rgba(12, 10, 9, 0.08);
  --shadow-3:         0 16px 40px rgba(12, 10, 9, 0.12);

  --ease-standard:    cubic-bezier(0.2, 0, 0.2, 1);
  --ease-entrance:    cubic-bezier(0.16, 1, 0.3, 1);
  --dur-fast:         120ms;
  --dur-base:         200ms;
  --dur-slow:         360ms;

  --container-xl:     1240px;
  --container-lg:     1080px;
  --container-md:     860px;
  --gutter:           clamp(20px, 4vw, 48px);

  background: var(--bg);
  color: var(--fg-1);
  font-family: var(--font-body);
  font-size: var(--fs-base);
  line-height: var(--lh-relaxed);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Result-blokken har allerede 96px mørk padding-bottom internt, som dekker
   plass til sticky-baren uten å lage en hvit lippe mellom seksjonen og
   footeren. Wrapper-paddingen er derfor satt til 0. */
.mtv-configurator-section { padding-bottom: 0; }

.mtv * { box-sizing: border-box; }
.mtv button { font-family: inherit; cursor: pointer; }
.mtv input, .mtv textarea, .mtv select { font-family: inherit; }

/* ============================================================
   HERO
   ============================================================ */
.mtv .hero {
  position: relative;
  background: var(--abc-mahogany);
  color: var(--fg-inverse);
  overflow: hidden;
  isolation: isolate;
}
.mtv .hero::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 35%, rgba(58,30,10,0.95) 0%, rgba(28,15,7,0.6) 45%, rgba(10,6,4,1) 100%),
    linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0.5) 100%);
  z-index: -2;
}
.mtv .hero::after {
  content: '';
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 50% 8%, rgba(255,210,170,0.06) 0%, transparent 30%);
  z-index: -1;
}
.mtv .hero-inner {
  max-width: var(--container-xl);
  margin: 0 auto;
  padding: 96px var(--gutter) 112px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 64px;
  align-items: center;
}
.mtv .hero-eyebrow {
  font-size: 12px; font-weight: 600; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--abc-terra-500);
  margin-bottom: 20px;
}
.mtv .hero h1 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(40px, 5.4vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  margin: 0 0 20px;
  color: white;
}
.mtv .hero h1 em { font-style: normal; color: var(--abc-terra-300); }
.mtv .hero p.lede {
  font-size: 18px;
  line-height: 1.55;
  color: rgba(255,255,255,0.78);
  max-width: 52ch;
  margin: 0 0 32px;
}
.mtv .hero-meta {
  display: flex; gap: 32px;
  border-top: 1px solid rgba(255,255,255,0.12);
  padding-top: 24px;
  margin-top: 36px;
  max-width: 520px;
}
.mtv .hero-meta div { flex: 1; }
.mtv .hero-meta .num {
  font-family: var(--font-display);
  font-size: 28px; font-weight: 700;
  color: white;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 6px;
}
.mtv .hero-meta .lab {
  font-size: 12px; color: rgba(255,255,255,0.55);
  letter-spacing: 0.04em; text-transform: uppercase;
}

/* Hero room visualization */
.mtv .room-vis {
  position: relative;
  aspect-ratio: 4 / 3.2;
  border-radius: 12px;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255,220,180,0.16) 0%, transparent 55%),
    linear-gradient(180deg, #2a1a10 0%, #14090a 100%);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.06),
    0 30px 80px rgba(0,0,0,0.5);
  overflow: hidden;
}
.mtv .room-ceiling {
  position: absolute; left: 8%; right: 8%; top: 6%;
  display: flex; justify-content: space-around;
}
.mtv .room-light {
  width: 38px; height: 4px; border-radius: 999px;
  background: rgba(255,235,210,0.95);
  box-shadow: 0 0 28px 6px rgba(255,200,150,0.4);
}
.mtv .room-screen {
  position: absolute; left: 50%; top: 28%; transform: translateX(-50%);
  width: 56%; aspect-ratio: 16/9;
  border-radius: 6px;
  background: #0a0a0a;
  border: 3px solid #18120e;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.06),
    0 12px 40px rgba(0,0,0,0.6);
  overflow: hidden;
}
.mtv .room-screen .grid-3x3 {
  width: 100%; height: 100%;
  display: grid; grid-template: repeat(3, 1fr) / repeat(3, 1fr);
  gap: 2px; background: #0a0a0a; padding: 4px;
}
.mtv .room-screen .grid-3x3 div {
  border-radius: 3px;
  background: linear-gradient(135deg, #4a3528 0%, #2a1a14 100%);
  position: relative;
}
.mtv .room-screen .grid-3x3 div::after {
  content: ''; position: absolute; inset: 30% 35% 25%; border-radius: 50% 50% 45% 45%;
  background: rgba(255,210,180,0.5);
}
.mtv .room-cam {
  position: absolute; left: 50%; top: 25%; transform: translate(-50%, -100%);
  width: 38px; height: 14px; border-radius: 4px;
  background: #0a0a0a;
  border: 1px solid rgba(255,255,255,0.15);
}
.mtv .room-cam::before {
  content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
  width: 6px; height: 6px; border-radius: 50%;
  background: rgba(194,137,99,0.9);
  box-shadow: 0 0 8px rgba(194,137,99,0.8);
}
.mtv .room-table {
  position: absolute; left: 8%; right: 8%; bottom: 8%;
  height: 38%;
  background: linear-gradient(180deg, #1d130c 0%, #0a0604 100%);
  border-radius: 50% / 30%;
  border-top: 1px solid rgba(255,255,255,0.06);
  box-shadow: 0 -10px 30px rgba(0,0,0,0.4) inset;
}
.mtv .room-chairs {
  position: absolute; bottom: 4%; left: 0; right: 0;
  display: flex; justify-content: space-evenly;
}
.mtv .room-chair {
  width: 28px; height: 38px; border-radius: 8px 8px 6px 6px;
  background: linear-gradient(180deg, #2a1d14 0%, #14090a 100%);
  border: 1px solid rgba(255,255,255,0.06);
}

/* ============================================================
   CONFIGURATOR LAYOUT
   ============================================================ */
.mtv .config { background: var(--bg); }
.mtv .config-inner {
  max-width: var(--container-xl);
  margin: 0 auto;
  padding: 80px var(--gutter) 64px;
}

.mtv .step {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 28px;
  padding: 40px 0;
  border-bottom: 1px solid var(--border);
}
.mtv .step:last-child { border-bottom: 0; }

.mtv .step-num {
  width: 40px; height: 40px; border-radius: 50%;
  border: 1px solid var(--border-strong);
  display: grid; place-items: center;
  font-family: var(--font-display);
  font-weight: 600; font-size: 14px;
  color: var(--fg-2);
  background: var(--bg);
  transition: all var(--dur-base) var(--ease-standard);
}
.mtv .step.active .step-num {
  background: var(--abc-ink);
  color: var(--abc-white);
  border-color: var(--abc-ink);
}
.mtv .step.done .step-num {
  background: var(--accent);
  color: white;
  border-color: var(--accent);
}

.mtv .step-head h2 {
  font-family: var(--font-display);
  font-size: 28px; font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 6px;
  line-height: 1.15;
  color: var(--fg-1);
}
.mtv .step-head p {
  margin: 0 0 24px;
  color: var(--fg-2);
  max-width: 60ch;
  font-size: 15px;
}

.mtv .step-body { transition: opacity var(--dur-base); }

/* ============================================================
   CHOICE CARDS
   ============================================================ */
.mtv .choices {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}
.mtv .choices.cols-3 { grid-template-columns: repeat(3, 1fr); }
.mtv .choices.cols-4 { grid-template-columns: repeat(4, 1fr); }

.mtv .choice {
  position: relative;
  text-align: left;
  padding: 22px 22px 24px;
  background: var(--bg);
  border: 1.5px solid var(--border);
  border-radius: 10px;
  cursor: pointer;
  transition: all var(--dur-fast) var(--ease-standard);
  display: flex; flex-direction: column; gap: 8px;
  min-height: 138px;
  color: var(--fg-1);
}
.mtv .choice:hover {
  border-color: var(--border-strong);
  transform: translateY(-1px);
  box-shadow: var(--shadow-2);
}
.mtv .choice.selected {
  border-color: var(--abc-ink);
  background: #FBFAF8;
  box-shadow:
    inset 0 0 0 1px var(--abc-ink),
    0 4px 14px rgba(12,10,9,0.06);
}
.mtv .choice.selected::after {
  content: '';
  position: absolute; top: 16px; right: 16px;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--abc-ink) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/14px no-repeat;
}
.mtv .choice-eyebrow {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fg-3);
}
.mtv .choice-eyebrow svg { width: 14px; height: 14px; }
.mtv .choice-title {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: var(--fg-1);
  margin: 4px 0 2px;
  line-height: 1.15;
}
.mtv .choice-desc {
  font-size: 14px;
  color: var(--fg-2);
  line-height: 1.45;
}
.mtv .choice-price {
  margin-top: auto;
  font-size: 13px;
  color: var(--fg-3);
  font-variant-numeric: tabular-nums;
}
.mtv .choice-price strong { color: var(--fg-1); font-weight: 600; }

.mtv .choice.compact {
  flex-direction: row; align-items: center; gap: 14px;
  min-height: auto; padding: 18px 22px;
}
.mtv .choice.compact .choice-icon {
  width: 36px; height: 36px; border-radius: 8px;
  background: var(--bg-sunken);
  display: grid; place-items: center;
  flex-shrink: 0;
  color: var(--fg-1);
}
.mtv .choice.compact.selected .choice-icon {
  background: var(--abc-ink);
  color: white;
}
.mtv .choice.compact .choice-title { margin: 0; font-size: 17px; }
.mtv .choice.compact.selected::after { top: 50%; right: 18px; transform: translateY(-50%); }

/* Toggle row */
.mtv .toggle-row {
  display: inline-flex;
  background: var(--bg-sunken);
  border-radius: var(--radius-pill);
  padding: 4px;
  border: 1px solid var(--border);
}
.mtv .toggle-row button {
  border: 0; background: transparent;
  padding: 10px 22px;
  border-radius: var(--radius-pill);
  font-size: 14px; font-weight: 600;
  color: var(--fg-2);
  letter-spacing: -0.005em;
  transition: all var(--dur-fast) var(--ease-standard);
}
.mtv .toggle-row button.active {
  background: var(--abc-ink);
  color: white;
  box-shadow: var(--shadow-1);
}

/* Addons */
.mtv .addon-list { display: flex; flex-direction: column; gap: 10px; }
.mtv .addon {
  display: flex; align-items: flex-start; gap: 16px;
  padding: 18px 22px;
  border: 1.5px solid var(--border);
  border-radius: 10px;
  cursor: pointer;
  transition: all var(--dur-fast);
  background: var(--bg);
}
.mtv .addon:hover { border-color: var(--border-strong); }
.mtv .addon.selected {
  border-color: var(--abc-ink);
  background: #FBFAF8;
  box-shadow: inset 0 0 0 1px var(--abc-ink);
}
.mtv .addon-checkbox {
  width: 22px; height: 22px; border-radius: 6px;
  border: 1.5px solid var(--border-strong);
  flex-shrink: 0; margin-top: 2px;
  display: grid; place-items: center;
  background: white;
  transition: all var(--dur-fast);
}
.mtv .addon.selected .addon-checkbox {
  background: var(--abc-ink);
  border-color: var(--abc-ink);
}
.mtv .addon.selected .addon-checkbox::after {
  content: '';
  width: 12px; height: 12px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/contain no-repeat;
}
.mtv .addon-content { flex: 1; }
.mtv .addon-title {
  font-weight: 600; font-size: 15px;
  letter-spacing: -0.005em;
  margin: 0 0 4px;
  color: var(--fg-1);
}
.mtv .addon-desc {
  font-size: 13px; color: var(--fg-2);
  margin: 0; line-height: 1.45;
}
.mtv .addon-price {
  font-size: 14px; font-weight: 600;
  color: var(--fg-1);
  font-variant-numeric: tabular-nums;
  flex-shrink: 0;
  text-align: right;
  min-width: 90px;
}
.mtv .addon-price small {
  display: block;
  font-size: 11px;
  color: var(--fg-3);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 2px;
}

/* Addon product thumbnail (right side, before price) */
.mtv .addon-thumb {
  flex-shrink: 0;
  width: 84px;
  height: 84px;
  border-radius: 10px;
  overflow: hidden;
  background: var(--bg-sunken);
  display: block;
  border: 1px solid var(--border);
  transition: border-color var(--dur-fast), transform var(--dur-fast);
  align-self: center;
}
.mtv .addon-thumb:hover {
  border-color: var(--abc-ink);
  transform: scale(1.03);
}
.mtv .addon-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 6px;
  display: block;
}

/* When the addon has a thumbnail, give the price column a tighter min-width */
.mtv .addon.has-thumb .addon-price {
  min-width: 80px;
}

/* "Se produkt"-knapp under beskrivelse */
.mtv .addon-cta {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
  padding: 6px 12px 6px 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.005em;
  color: var(--fg-1);
  background: white;
  border: 1.5px solid var(--border-strong);
  border-radius: var(--radius-pill);
  text-decoration: none;
  transition: all var(--dur-fast) var(--ease-standard);
  white-space: nowrap;
}
.mtv .addon-cta:hover {
  border-color: var(--abc-ink);
  background: var(--abc-ink);
  color: white;
  text-decoration: none;
}
.mtv .addon-cta svg {
  flex-shrink: 0;
}

/* Mobile — restructure addon row so price stays top-right with title,
   and the product thumb drops to its own row below content (left-aligned
   with content, never squeezed in the middle of text). */
@media (max-width: 720px) {
  .mtv .addon {
    flex-wrap: wrap;
    column-gap: 14px;
    row-gap: 10px;
    padding: 16px;
    align-items: flex-start;
  }
  .mtv .addon-content {
    flex: 1 1 0;
    min-width: 0;
  }
  .mtv .addon-price {
    flex-shrink: 0;
    text-align: right;
  }
  .mtv .addon-thumb {
    order: 10;
    width: 64px;
    height: 64px;
    /* indent so thumb sits under content, not under checkbox */
    margin-left: 36px;
    align-self: flex-start;
  }
  .mtv .addon-cta {
    margin-top: 8px;
    padding: 6px 11px 6px 13px;
  }
}

/* ============================================================
   SCREEN PILLS
   ============================================================ */
.mtv .screen-picker {
  display: flex; gap: 10px;
  flex-wrap: wrap;
}
.mtv .screen-pill {
  padding: 14px 18px 16px;
  border-radius: 10px;
  border: 1.5px solid var(--border);
  background: var(--bg);
  cursor: pointer;
  text-align: center;
  min-width: 92px;
  transition: all var(--dur-fast);
  color: var(--fg-1);
}
.mtv .screen-pill:hover { border-color: var(--border-strong); }
.mtv .screen-pill.selected {
  border-color: var(--abc-ink);
  background: var(--abc-ink);
  color: white;
}
.mtv .screen-pill .size {
  font-family: var(--font-display);
  font-size: 22px; font-weight: 700;
  letter-spacing: -0.02em;
  display: block;
}
.mtv .screen-pill .label {
  font-size: 11px;
  color: var(--fg-3);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 2px;
}
.mtv .screen-pill.selected .label { color: rgba(255,255,255,0.65); }

/* ============================================================
   TERM (kjøp / leie)
   ============================================================ */
.mtv .term-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.mtv .term-card {
  padding: 22px;
  border-radius: 10px;
  border: 1.5px solid var(--border);
  background: var(--bg);
  cursor: pointer;
  transition: all var(--dur-fast);
  position: relative;
  color: var(--fg-1);
}
.mtv .term-card:hover { border-color: var(--border-strong); }
.mtv .term-card.selected {
  border-color: var(--abc-ink);
  background: #FBFAF8;
  box-shadow: inset 0 0 0 1px var(--abc-ink);
}
.mtv .term-card.selected::after {
  content: '';
  position: absolute; top: 16px; right: 16px;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--abc-ink) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/14px no-repeat;
}
.mtv .term-card .term-eyebrow {
  font-size: 11px; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--fg-3);
  margin-bottom: 8px;
}
.mtv .term-card h3 {
  font-family: var(--font-display);
  font-size: 20px; font-weight: 700;
  letter-spacing: -0.015em;
  margin: 0 0 4px;
  color: var(--fg-1);
}
.mtv .term-card p {
  margin: 0; font-size: 13px; color: var(--fg-2);
  line-height: 1.5;
}
.mtv .term-card .term-price {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--border);
  display: flex; align-items: baseline; gap: 6px;
}
.mtv .term-card .term-price .amount {
  font-family: var(--font-display);
  font-size: 24px; font-weight: 700;
  letter-spacing: -0.02em;
}
.mtv .term-card .term-price .unit {
  font-size: 13px; color: var(--fg-3);
}

.mtv .term-len-row {
  margin-top: 14px;
  display: flex; gap: 8px;
}
.mtv .term-len-row button {
  flex: 1;
  padding: 10px 0;
  border-radius: 8px;
  border: 1.5px solid var(--border);
  background: white;
  font-size: 14px;
  font-weight: 600;
  color: var(--fg-2);
  transition: all var(--dur-fast);
}
.mtv .term-len-row button.active {
  border-color: var(--abc-ink);
  background: var(--abc-ink);
  color: white;
}

/* Binding-only mode (engangskjøp slått av) — minimal, clean toggle */
.mtv .binding-only {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
.mtv .binding-only .toggle-row {
  padding: 6px;
}
.mtv .binding-only .toggle-row button {
  padding: 12px 32px;
  font-size: 15px;
  min-width: 110px;
}
.mtv .binding-hint {
  margin: 0;
  font-size: 14px;
  color: var(--fg-2);
  line-height: 1.5;
  max-width: 60ch;
}

/* ============================================================
   RESULT
   ============================================================ */
.mtv .result {
  background: var(--abc-mahogany);
  color: white;
  position: relative;
  overflow: hidden;
}
.mtv .result::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 30% 0%, rgba(255,210,170,0.08) 0%, transparent 50%);
}
.mtv .result-inner {
  max-width: var(--container-xl);
  margin: 0 auto;
  padding: 96px var(--gutter);
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 64px;
  align-items: start;
}
.mtv .result-eyebrow {
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--abc-terra-300);
  margin-bottom: 16px;
}
.mtv .result h2 {
  font-family: var(--font-display);
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.05;
  margin: 0 0 16px;
  color: white;
}
.mtv .result-lede {
  font-size: 17px; line-height: 1.55;
  color: rgba(255,255,255,0.78);
  margin: 0 0 32px;
  max-width: 48ch;
}
.mtv .result-pkg {
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.04);
  border-radius: 14px;
  overflow: hidden;
  backdrop-filter: blur(20px);
}
.mtv .result-pkg-head {
  padding: 22px 26px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px;
}
.mtv .result-pkg-head .name {
  font-family: var(--font-display);
  font-size: 22px; font-weight: 700;
  letter-spacing: -0.015em;
}
.mtv .result-pkg-head .badge {
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  background: var(--accent);
  color: white;
  padding: 6px 10px;
  border-radius: var(--radius-pill);
}
.mtv .result-pkg ul {
  list-style: none; margin: 0; padding: 18px 26px 6px;
}
.mtv .result-pkg li {
  display: flex; gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  font-size: 14.5px;
}
.mtv .result-pkg li:last-child { border-bottom: 0; }
.mtv .result-pkg li svg {
  width: 18px; height: 18px;
  color: var(--abc-terra-300);
  flex-shrink: 0; margin-top: 2px;
}
.mtv .result-pkg li .item-name { font-weight: 500; }
.mtv .result-pkg li .item-desc {
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  margin-top: 2px;
}
.mtv .result-pkg-foot {
  padding: 22px 26px;
  border-top: 1px solid rgba(255,255,255,0.1);
  background: rgba(0,0,0,0.2);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.mtv .result-pkg-foot .lab {
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 4px;
}
.mtv .result-pkg-foot .price {
  font-family: var(--font-display);
  font-size: 28px; font-weight: 700;
  letter-spacing: -0.02em;
}
.mtv .result-pkg-foot .price small { font-size: 14px; font-weight: 500; color: rgba(255,255,255,0.6); margin-left: 4px; }

/* ============================================================
   FORM
   ============================================================ */
.mtv .form { background: var(--bg-sunken); }
.mtv .form-inner {
  max-width: var(--container-md);
  margin: 0 auto;
  padding: 80px var(--gutter);
}
.mtv .form-head { text-align: left; margin-bottom: 40px; }
.mtv .form-head .eyebrow {
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}
.mtv .form-head h2 {
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 700; letter-spacing: -0.025em;
  margin: 0 0 14px;
  line-height: 1.05;
  color: var(--fg-1);
}
.mtv .form-head p {
  margin: 0; font-size: 17px; color: var(--fg-2);
  max-width: 56ch;
}

.mtv .form-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 36px;
  box-shadow: var(--shadow-1);
}

.mtv .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.mtv .form-field { display: flex; flex-direction: column; gap: 6px; }
.mtv .form-field.full { grid-column: 1 / -1; }
.mtv .form-field label {
  font-size: 13px; font-weight: 600;
  letter-spacing: -0.005em;
  color: var(--fg-1);
}
.mtv .form-field input,
.mtv .form-field textarea,
.mtv .form-field select {
  padding: 12px 14px;
  border: 1.5px solid var(--border-strong);
  border-radius: 8px;
  font-size: 15px;
  background: white;
  color: var(--fg-1);
  transition: border-color var(--dur-fast);
}
.mtv .form-field input:focus,
.mtv .form-field textarea:focus,
.mtv .form-field select:focus {
  outline: 0;
  border-color: var(--abc-ink);
  box-shadow: var(--focus-ring);
}
.mtv .form-field textarea { resize: vertical; min-height: 100px; }
.mtv .form-foot {
  margin-top: 28px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; flex-wrap: wrap;
}
.mtv .form-foot .reassure {
  font-size: 13px; color: var(--fg-3);
  display: flex; align-items: center; gap: 8px;
}
.mtv .form-foot .reassure svg { width: 14px; height: 14px; }

/* ============================================================
   BUTTONS
   ============================================================ */
.mtv .btn {
  display: inline-flex;
  align-items: center; justify-content: center;
  gap: 8px;
  padding: 13px 22px;
  border-radius: var(--radius-pill);
  border: 1.5px solid transparent;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.005em;
  font-family: inherit;
  cursor: pointer;
  transition: all var(--dur-fast) var(--ease-standard);
  text-decoration: none;
}
.mtv .btn-primary {
  background: var(--accent);
  color: white;
}
.mtv .btn-primary:hover { background: var(--accent-hover); color: white; }
.mtv .btn-primary:active { transform: translateY(1px); }
.mtv .btn-ghost-light {
  background: transparent;
  color: white;
  border-color: rgba(255,255,255,0.3);
}
.mtv .btn-ghost-light:hover { border-color: white; background: rgba(255,255,255,0.06); color: white; }
.mtv .btn-ghost {
  background: transparent;
  color: var(--fg-1);
  border-color: var(--border-strong);
}
.mtv .btn-ghost:hover { border-color: var(--abc-ink); background: var(--bg-sunken); }
.mtv .btn-lg { padding: 16px 28px; font-size: 16px; }

/* ============================================================
   STICKY SUMMARY BAR
   ============================================================ */
.mtv .sticky-bar {
  position: fixed; left: 0; right: 0; bottom: 0;
  z-index: 40;
  background: var(--abc-black);
  color: white;
  border-top: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 -8px 24px rgba(0,0,0,0.18);
  transform: translateY(100%);
  transition: transform var(--dur-base) var(--ease-entrance);
}
.mtv .sticky-bar.visible { transform: translateY(0); }
.mtv .sticky-bar-inner {
  max-width: var(--container-xl);
  margin: 0 auto;
  padding: 14px var(--gutter);
  display: flex; align-items: center; gap: 20px;
}
.mtv .sticky-pills {
  display: flex; gap: 6px; flex-wrap: wrap;
  flex: 1;
  min-width: 0;
}
.mtv .sticky-pill {
  font-size: 12px;
  letter-spacing: -0.005em;
  padding: 6px 11px;
  border-radius: var(--radius-pill);
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.85);
  white-space: nowrap;
  font-weight: 500;
}
.mtv .sticky-pill strong { color: white; font-weight: 600; }
.mtv .sticky-price {
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.mtv .sticky-price .amount {
  font-family: var(--font-display);
  font-size: 22px; font-weight: 700;
  letter-spacing: -0.02em;
  display: block; line-height: 1;
}
.mtv .sticky-price .unit {
  font-size: 11px;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.04em; text-transform: uppercase;
  margin-top: 2px;
  display: block;
}

/* ============================================================
   UTILITIES & RESPONSIVE
   ============================================================ */
.mtv .section-eyebrow {
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}

@media (max-width: 920px) {
  .mtv .hero-inner { grid-template-columns: 1fr; gap: 40px; padding: 64px var(--gutter) 80px; }
  .mtv .room-vis { max-width: 480px; }
  .mtv .step { grid-template-columns: 1fr; gap: 16px; }
  .mtv .step-num { width: 32px; height: 32px; font-size: 13px; }
  .mtv .choices.cols-3, .mtv .choices.cols-4 { grid-template-columns: 1fr; }
  .mtv .term-block { grid-template-columns: 1fr; }
  .mtv .result-inner { grid-template-columns: 1fr; gap: 40px; }
  .mtv .form-grid { grid-template-columns: 1fr; }
}

/* Sticky bar — compact mobile layout: hide the choice pills, keep
   price + CTA on a single line. The pills are redundant on small screens
   (the user just made the choices) and break the bar height when wrapped. */
@media (max-width: 720px) {
  .mtv .sticky-bar-inner {
    padding: 10px 16px;
    gap: 12px;
  }
  .mtv .sticky-pills { display: none; }
  .mtv .sticky-price {
    flex: 1;
    text-align: left;
  }
  .mtv .sticky-price .amount { font-size: 18px; }
  .mtv .sticky-price .unit { font-size: 10px; }
  .mtv .sticky-bar .btn {
    padding: 10px 16px;
    font-size: 14px;
    flex-shrink: 0;
  }
}

/* ============================================================
   INLINE LEAD FORM (innebygd i pakke-cardet før submit)
   ============================================================ */
.mtv .inline-lead-form {
  padding: 22px 26px 24px;
  border-top: 1px solid rgba(255,255,255,0.1);
  background: rgba(0,0,0,0.25);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.mtv .inline-lead-head .lab {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 6px;
}
.mtv .inline-lead-lede {
  font-size: 14px;
  color: rgba(255,255,255,0.72);
  line-height: 1.5;
  margin: 0;
  max-width: 42ch;
}
.mtv .inline-lead-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.mtv .inline-lead-form .form-field { gap: 4px; }
.mtv .inline-lead-form .form-field label {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
}
.mtv .inline-lead-form .form-field label .hint {
  font-weight: 400;
  color: rgba(255,255,255,0.5);
  margin-left: 4px;
}
.mtv .inline-lead-form .form-field input {
  padding: 10px 12px;
  border: 1.5px solid rgba(255,255,255,0.15);
  border-radius: 8px;
  font-size: 14.5px;
  background: rgba(255,255,255,0.06);
  color: white;
  transition: border-color var(--dur-fast), background var(--dur-fast);
}
.mtv .inline-lead-form .form-field input::placeholder {
  color: rgba(255,255,255,0.35);
}
.mtv .inline-lead-form .form-field input:focus {
  outline: 0;
  border-color: var(--accent);
  background: rgba(255,255,255,0.1);
  box-shadow: 0 0 0 3px rgba(212, 144, 117, 0.15);
}
.mtv .inline-lead-submit {
  width: 100%;
  justify-content: center;
  margin-top: 4px;
}
.mtv .inline-lead-error {
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(196, 58, 46, 0.15);
  color: #FFB4AA;
  font-size: 13px;
  border: 1px solid rgba(196, 58, 46, 0.3);
}
.mtv .inline-lead-privacy {
  font-size: 11.5px;
  color: rgba(255,255,255,0.45);
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: -2px;
}
.mtv .inline-lead-privacy svg {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
}

@media (max-width: 600px) {
  .mtv .inline-lead-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   RESULT PAKKE-SUMMARY (valgsammendrag i stedet for produkt-items)
   ============================================================ */
.mtv .result-pkg-summary {
  margin: 0;
  padding: 18px 26px 6px;
}
.mtv .result-pkg-summary .row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.mtv .result-pkg-summary .row:last-child { border-bottom: 0; }
.mtv .result-pkg-summary dt {
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  font-weight: 500;
  letter-spacing: 0.005em;
}
.mtv .result-pkg-summary dd {
  margin: 0;
  font-size: 14.5px;
  color: white;
  font-weight: 600;
  text-align: right;
}
