/** Shopify CDN: Minification failed

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

**/
@font-face {
  font-family: 'is-Inter';
  src: url('//abcteknikk.no/cdn/shop/t/22/assets/mtv-Inter-Variable.ttf?v=134606187543425008361780122567') format('truetype-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'is-Inter';
  src: url('//abcteknikk.no/cdn/shop/t/22/assets/mtv-Inter-Italic-Variable.ttf?v=132860360999576500021780122567') 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 .info-v2 wrapper
   ============================================================ */
.info-v2 {
  --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;

  --info-signal-300:  #FFB07A;
  --info-signal-500:  #F25E1C;
  --info-signal-700:  #C24412;
  --info-steel-300:   #8AA0AC;
  --info-steel-500:   #4A6B7C;

  --bg:               var(--abc-white);
  --bg-sunken:        var(--abc-paper);
  --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);

  --accent:           var(--abc-terra-500);
  --accent-hover:     var(--abc-terra-700);
  --accent-soft:      var(--abc-terra-50);
  --accent-deep:      var(--abc-terra-700);

  --font-display:     'Instrument Sans', 'is-Inter', ui-sans-serif, system-ui, sans-serif;
  --font-body:        'is-Inter', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif;

  --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);
  --dur-fast:         120ms;
  --dur-base:         200ms;

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

  font-family: var(--font-body);
  color: var(--fg-1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.info-v2 * { box-sizing: border-box; }
.info-v2 button { font-family: inherit; cursor: pointer; }
.info-v2 a { color: inherit; }

@keyframes info-v2-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.55; transform: scale(0.85); }
}

/* ============================================================
   BUTTONS (scoped — match site terra accent)
   ============================================================ */
.info-v2 .iv-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 22px;
  border-radius: var(--radius-pill);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all var(--dur-fast) var(--ease-standard);
  letter-spacing: -0.005em;
  white-space: nowrap;
}
.info-v2 .iv-btn-lg { padding: 15px 26px; font-size: 16px; }
.info-v2 .iv-btn-block { display: flex; width: 100%; justify-content: center; }
.info-v2 .iv-btn-primary {
  background: var(--accent);
  color: white;
  border-color: var(--accent);
}
.info-v2 .iv-btn-primary:hover {
  background: var(--accent-hover);
  border-color: var(--accent-hover);
}
.info-v2 .iv-btn-signal {
  background: var(--info-signal-500);
  color: white;
  border-color: var(--info-signal-500);
}
.info-v2 .iv-btn-signal:hover {
  background: var(--info-signal-700);
  border-color: var(--info-signal-700);
}
.info-v2 .iv-btn-ghost-light {
  background: rgba(255,255,255,0.05);
  color: white;
  border-color: rgba(255,255,255,0.25);
}
.info-v2 .iv-btn-ghost-light:hover {
  background: rgba(255,255,255,0.10);
  border-color: rgba(255,255,255,0.4);
}
.info-v2 .iv-btn-ghost {
  background: transparent;
  color: var(--fg-1);
  border-color: var(--border-strong);
}
.info-v2 .iv-btn-ghost:hover { background: var(--bg-sunken); }

/* ============================================================
   HERO
   ============================================================ */
.info-v2 .iv-hero {
  position: relative;
  background: var(--abc-mahogany);
  color: var(--fg-inverse);
  overflow: hidden;
  isolation: isolate;
}
.info-v2 .iv-hero::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 30% 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;
}
.info-v2 .iv-hero::after {
  content: '';
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 80% 75%, rgba(242,94,28,0.10) 0%, transparent 35%),
    radial-gradient(circle at 50% 8%, rgba(255,210,170,0.05) 0%, transparent 30%);
  z-index: -1;
}
.info-v2 .iv-hero-inner {
  max-width: var(--container-xl);
  margin: 0 auto;
  padding: 88px var(--gutter) 104px;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 56px;
  align-items: center;
}
.info-v2 .iv-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; font-weight: 600; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--info-signal-300);
  margin-bottom: 22px;
  padding: 7px 14px 7px 12px;
  border: 1px solid rgba(255,176,122,0.3);
  border-radius: var(--radius-pill);
  background: rgba(242,94,28,0.06);
}
.info-v2 .iv-hero-eyebrow::before {
  content: '';
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--info-signal-500);
  box-shadow: 0 0 8px rgba(242,94,28,0.8);
  animation: info-v2-pulse 2.4s ease-in-out infinite;
}
.info-v2 .iv-hero h1 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(40px, 5.4vw, 72px);
  line-height: 1.0;
  letter-spacing: -0.028em;
  margin: 0 0 22px;
  color: white;
}
.info-v2 .iv-hero h1 em {
  font-style: italic;
  color: var(--abc-terra-300);
  font-weight: 600;
}
.info-v2 .iv-hero .iv-lede {
  font-size: 18px;
  line-height: 1.55;
  color: rgba(255,255,255,0.78);
  max-width: 50ch;
  margin: 0 0 32px;
}
.info-v2 .iv-hero-cta-row { display: flex; gap: 12px; flex-wrap: wrap; }
.info-v2 .iv-hero-trust {
  display: flex; gap: 24px; flex-wrap: wrap;
  border-top: 1px solid rgba(255,255,255,0.12);
  padding-top: 24px;
  margin-top: 40px;
  max-width: 560px;
}
.info-v2 .iv-hero-trust .iv-pt {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px;
  color: rgba(255,255,255,0.78);
}
.info-v2 .iv-hero-trust .iv-pt svg {
  flex-shrink: 0;
  color: var(--abc-terra-300);
  width: 16px; height: 16px;
}

/* ============================================================
   SCREEN MOCKUP — animated infoskjerm
   ============================================================ */
.info-v2 .iv-screen-frame {
  position: relative;
  width: 100%;
  max-width: 620px;
  margin-left: auto;
  aspect-ratio: 16 / 9;
  background: #050403;
  border-radius: 18px;
  padding: 14px;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.04) inset,
    0 30px 80px rgba(0,0,0,0.55),
    0 8px 20px rgba(0,0,0,0.4);
  border: 1px solid rgba(255,255,255,0.05);
}
.info-v2 .iv-screen-frame::before {
  content: '';
  position: absolute; bottom: 8px; left: 50%; transform: translateX(-50%);
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--info-signal-500);
  box-shadow: 0 0 10px rgba(242,94,28,0.8);
  animation: info-v2-pulse 2.4s ease-in-out infinite;
}
.info-v2 .iv-screen-stand {
  width: 60%;
  height: 18px;
  margin: 14px auto 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.18), rgba(0,0,0,0));
  border-radius: 0 0 8px 8px;
}
.info-v2 .iv-screen-stand::after {
  content: '';
  display: block;
  width: 30%;
  height: 4px;
  margin: 14px auto 0;
  background: rgba(0,0,0,0.18);
  border-radius: 2px;
}
.info-v2 .iv-screen-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
  background: #0E1014;
}
.info-v2 .iv-mockup {
  position: absolute; inset: 0;
  opacity: 0;
  transition: opacity 600ms var(--ease-standard);
  display: grid;
  color: white;
  font-family: var(--font-body);
  pointer-events: none;
}
.info-v2 .iv-mockup.iv-active { opacity: 1; }

.info-v2 .iv-mk-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 14px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.info-v2 .iv-mk-header .iv-brand {
  display: flex; align-items: center; gap: 7px;
  color: rgba(255,255,255,0.8);
}
.info-v2 .iv-mk-header .iv-brand-dot {
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--info-signal-500);
}
.info-v2 .iv-mk-header .iv-clock {
  font-variant-numeric: tabular-nums;
  color: white;
}
.info-v2 .iv-mk-footer {
  display: flex; align-items: center; justify-content: space-between;
  padding: 8px 14px;
  border-top: 1px solid rgba(255,255,255,0.08);
  background: rgba(0,0,0,0.4);
  font-size: 10px;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.04em;
}
.info-v2 .iv-mk-footer .iv-ticker {
  flex: 1;
  overflow: hidden;
  margin: 0 14px;
  white-space: nowrap;
}
.info-v2 .iv-mk-footer .iv-ticker span {
  display: inline-block;
  animation: iv-ticker 24s linear infinite;
  padding-left: 100%;
}
@keyframes iv-ticker {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

/* Welcome */
.info-v2 .iv-mk-welcome {
  grid-template-rows: auto 1fr auto;
  background:
    radial-gradient(ellipse 70% 50% at 30% 30%, #2A1A10 0%, #14110D 60%, #0a0807 100%);
}
.info-v2 .iv-mk-welcome .iv-body {
  padding: 22px 26px;
  display: flex; flex-direction: column; justify-content: center;
}
.info-v2 .iv-mk-welcome .iv-hi {
  font-size: 11px; font-weight: 600; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--info-signal-300);
  margin-bottom: 12px;
}
.info-v2 .iv-mk-welcome h1 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(20px, 3.4vw, 36px);
  letter-spacing: -0.025em;
  line-height: 1.05;
  margin: 0 0 10px;
}
.info-v2 .iv-mk-welcome h1 em {
  font-style: italic;
  color: var(--info-signal-300);
  font-weight: 600;
}
.info-v2 .iv-mk-welcome p {
  font-size: 12px; color: rgba(255,255,255,0.68); margin: 0;
  max-width: 38ch;
}
.info-v2 .iv-mk-welcome .iv-visitors {
  margin-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 12px;
}
.info-v2 .iv-mk-welcome .iv-vrow {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 6px;
  align-items: center;
  padding: 4px 0;
  font-size: 10px;
  border-bottom: 1px dashed rgba(255,255,255,0.06);
}
.info-v2 .iv-mk-welcome .iv-vrow:last-child { border: 0; }
.info-v2 .iv-mk-welcome .iv-vrow .iv-t { color: rgba(255,255,255,0.55); font-variant-numeric: tabular-nums; }
.info-v2 .iv-mk-welcome .iv-vrow .iv-n { font-weight: 600; color: white; }

/* Calendar */
.info-v2 .iv-mk-cal {
  grid-template-rows: auto 1fr auto;
  background: #11151B;
}
.info-v2 .iv-mk-cal .iv-body {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 0;
  height: 100%;
}
.info-v2 .iv-mk-cal .iv-left {
  padding: 16px 18px;
  border-right: 1px solid rgba(255,255,255,0.06);
}
.info-v2 .iv-mk-cal .iv-date {
  font-family: var(--font-display);
  font-size: clamp(36px, 5.5vw, 64px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
}
.info-v2 .iv-mk-cal .iv-month {
  font-size: 11px;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: 4px;
}
.info-v2 .iv-mk-cal .iv-now-label {
  margin-top: 16px;
  display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 8px;
  background: rgba(242,94,28,0.14);
  color: var(--info-signal-300);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.info-v2 .iv-mk-cal .iv-now-label::before {
  content: ''; width: 5px; height: 5px; border-radius: 50%;
  background: var(--info-signal-500);
  animation: info-v2-pulse 2.4s ease-in-out infinite;
}
.info-v2 .iv-mk-cal .iv-right {
  padding: 16px 18px;
  display: flex; flex-direction: column; gap: 7px;
}
.info-v2 .iv-mk-cal .iv-ev {
  display: grid;
  grid-template-columns: 50px 4px 1fr;
  gap: 10px;
  align-items: center;
  padding: 6px 8px;
  border-radius: 5px;
  background: rgba(255,255,255,0.03);
}
.info-v2 .iv-mk-cal .iv-ev.iv-now {
  background: rgba(242,94,28,0.10);
  border: 1px solid rgba(242,94,28,0.3);
}
.info-v2 .iv-mk-cal .iv-ev .iv-t { color: rgba(255,255,255,0.6); font-variant-numeric: tabular-nums; font-size: 10px; }
.info-v2 .iv-mk-cal .iv-ev .iv-bar { height: 18px; background: var(--info-steel-500); border-radius: 1px; }
.info-v2 .iv-mk-cal .iv-ev.iv-now .iv-bar { background: var(--info-signal-500); }
.info-v2 .iv-mk-cal .iv-ev.iv-alt .iv-bar { background: var(--info-steel-300); }
.info-v2 .iv-mk-cal .iv-ev .iv-label { font-size: 11px; font-weight: 500; color: white; line-height: 1.3; }
.info-v2 .iv-mk-cal .iv-ev .iv-label small { display: block; color: rgba(255,255,255,0.5); font-weight: 400; margin-top: 1px; font-size: 10px; }

/* Menu */
.info-v2 .iv-mk-menu {
  grid-template-rows: auto 1fr auto;
  background: #14110D;
}
.info-v2 .iv-mk-menu .iv-body {
  padding: 18px 22px;
  display: flex; flex-direction: column; gap: 12px;
}
.info-v2 .iv-mk-menu .iv-heading {
  display: flex; align-items: baseline; justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding-bottom: 10px;
}
.info-v2 .iv-mk-menu .iv-heading h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0;
}
.info-v2 .iv-mk-menu .iv-heading .iv-day-label {
  font-size: 10px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--info-signal-300);
}
.info-v2 .iv-mk-menu .iv-dish {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: baseline;
  padding: 4px 0;
}
.info-v2 .iv-mk-menu .iv-dish .iv-name {
  font-family: var(--font-display);
  font-size: 14px; font-weight: 600;
}
.info-v2 .iv-mk-menu .iv-dish .iv-desc {
  font-size: 11px; color: rgba(255,255,255,0.55); margin-top: 2px;
}
.info-v2 .iv-mk-menu .iv-dish .iv-tag {
  font-size: 9px;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,0.15);
  padding: 2px 6px;
  border-radius: 999px;
  white-space: nowrap;
}
.info-v2 .iv-mk-menu .iv-dish .iv-tag.iv-veg { color: #9DD09C; border-color: rgba(157,208,156,0.4); }

/* Weather */
.info-v2 .iv-mk-weather {
  grid-template-rows: auto 1fr auto;
  background: linear-gradient(180deg, #1a3a52 0%, #0e1f2e 100%);
}
.info-v2 .iv-mk-weather .iv-body {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 14px;
  padding: 18px 22px;
  align-items: center;
}
.info-v2 .iv-mk-weather .iv-now {
  display: flex; flex-direction: column; gap: 6px;
}
.info-v2 .iv-mk-weather .iv-city {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
}
.info-v2 .iv-mk-weather .iv-temp {
  font-family: var(--font-display);
  font-size: clamp(48px, 7vw, 84px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
}
.info-v2 .iv-mk-weather .iv-desc {
  font-size: 13px; color: rgba(255,255,255,0.85); margin-top: 4px;
}
.info-v2 .iv-mk-weather .iv-meta {
  display: flex; gap: 18px;
  font-size: 11px;
  color: rgba(255,255,255,0.6);
  margin-top: 8px;
}
.info-v2 .iv-mk-weather .iv-meta b { color: white; font-weight: 600; }
.info-v2 .iv-mk-weather .iv-forecast {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}
.info-v2 .iv-mk-weather .iv-day {
  text-align: center;
  padding: 8px 4px;
  border-radius: 6px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.06);
}
.info-v2 .iv-mk-weather .iv-day .iv-d { font-size: 9px; color: rgba(255,255,255,0.55); letter-spacing: 0.08em; text-transform: uppercase; }
.info-v2 .iv-mk-weather .iv-day .iv-t { font-family: var(--font-display); font-weight: 700; font-size: 14px; margin-top: 2px; }
.info-v2 .iv-mk-weather .iv-day .iv-ic { font-size: 14px; margin-top: 2px; opacity: 0.85; }

/* News */
.info-v2 .iv-mk-news {
  grid-template-rows: auto 1fr auto;
  background: #0F1115;
}
.info-v2 .iv-mk-news .iv-body {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 14px;
  padding: 16px 18px;
  align-items: stretch;
}
.info-v2 .iv-mk-news .iv-feature {
  display: flex; flex-direction: column;
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,0.7) 100%),
    linear-gradient(135deg, #2c1a0e 0%, #1a3a52 100%);
  padding: 12px 14px;
  position: relative;
  overflow: hidden;
}
.info-v2 .iv-mk-news .iv-feature::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 70% 20%, rgba(242,94,28,0.18) 0%, transparent 45%);
  pointer-events: none;
}
.info-v2 .iv-mk-news .iv-feature .iv-cat {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--info-signal-300);
  align-self: flex-start;
  position: relative;
  z-index: 1;
}
.info-v2 .iv-mk-news .iv-feature h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(15px, 2vw, 22px);
  letter-spacing: -0.015em;
  margin: auto 0 6px;
  line-height: 1.15;
  position: relative; z-index: 1;
}
.info-v2 .iv-mk-news .iv-feature .iv-sub {
  font-size: 11px; color: rgba(255,255,255,0.7);
  position: relative; z-index: 1;
}
.info-v2 .iv-mk-news .iv-list {
  display: flex; flex-direction: column;
}
.info-v2 .iv-mk-news .iv-item {
  padding: 8px 0;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.info-v2 .iv-mk-news .iv-item:first-child { border-top: 0; padding-top: 0; }
.info-v2 .iv-mk-news .iv-item .iv-cat {
  font-size: 8px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 3px;
}
.info-v2 .iv-mk-news .iv-item h4 {
  font-family: var(--font-display);
  font-size: 12px; font-weight: 600;
  margin: 0; line-height: 1.3;
  letter-spacing: -0.01em;
}

/* Pager dots */
.info-v2 .iv-mockup-pager {
  position: absolute;
  top: 100%; left: 50%;
  transform: translate(-50%, 28px);
  display: flex; gap: 8px;
  z-index: 2;
}
.info-v2 .iv-mockup-pager button {
  width: 6px; height: 6px; border-radius: 50%;
  background: rgba(255,255,255,0.18);
  border: 0; padding: 0;
  transition: all var(--dur-fast);
}
.info-v2 .iv-mockup-pager button.iv-on {
  background: var(--info-signal-500);
  width: 22px; border-radius: 999px;
}

/* ============================================================
   GENERAL SECTION
   ============================================================ */
.info-v2 .iv-section {
  padding: 96px var(--gutter);
  background: var(--bg);
}
.info-v2 .iv-section.iv-alt { background: var(--bg-sunken); }
.info-v2 .iv-section-inner {
  max-width: var(--container-xl);
  margin: 0 auto;
}
.info-v2 .iv-section-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: end;
  margin-bottom: 56px;
}
.info-v2 .iv-section-head .iv-eyebrow {
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--accent-deep);
  margin-bottom: 16px;
}
.info-v2 .iv-section-head h2 {
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 700; letter-spacing: -0.025em;
  line-height: 1.04;
  margin: 0;
  color: var(--fg-1);
}
.info-v2 .iv-section-head .iv-lede {
  margin: 0;
  font-size: 17px;
  color: var(--fg-2);
  line-height: 1.6;
  max-width: 52ch;
}

/* ============================================================
   PAIN — quiet "kjenner du deg igjen?" between hero og features
   ============================================================ */
.info-v2 .iv-pain {
  background: var(--bg-sunken);
}
.info-v2 .iv-pain-inner {
  max-width: 820px;
  margin: 0 auto;
  padding: 80px var(--gutter) 88px;
  text-align: center;
}
.info-v2 .iv-pain-eyebrow {
  display: inline-block;
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-deep);
  margin-bottom: 28px;
}
.info-v2 .iv-pain-quotes {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.info-v2 .iv-pain-quotes li {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 500;
  color: var(--fg-1);
  line-height: 1.3;
  letter-spacing: -0.012em;
}
.info-v2 .iv-pain-closing {
  font-size: 16px;
  color: var(--fg-2);
  line-height: 1.6;
  max-width: 60ch;
  margin: 36px auto 0;
  padding-top: 28px;
  border-top: 1px solid var(--border-strong);
}

/* ============================================================
   LOGOS — kundebevis strip (placeholder til ABC fyller inn)
   ============================================================ */
.info-v2 .iv-logos {
  background: var(--bg);
}
.info-v2 .iv-logos-inner {
  max-width: var(--container-xl);
  margin: 0 auto;
  padding: 48px var(--gutter) 56px;
  text-align: center;
}
.info-v2 .iv-logos-label {
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg-3);
  margin-bottom: 24px;
}
.info-v2 .iv-logos-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 48px;
  opacity: 0.7;
}
.info-v2 .iv-logos-row img {
  max-height: 36px;
  width: auto;
  filter: grayscale(100%);
  transition: filter var(--dur-base);
}
.info-v2 .iv-logos-row img:hover { filter: grayscale(0%); }
.info-v2 .iv-logo-placeholder {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.01em;
  color: var(--fg-3);
  padding: 6px 14px;
  border: 1px dashed var(--border-strong);
  border-radius: 6px;
}

/* ============================================================
   FEATURES — 6 cards in 3×2
   ============================================================ */
.info-v2 .iv-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: white;
  overflow: hidden;
  box-shadow: var(--shadow-1);
}
.info-v2 .iv-feat {
  padding: 32px 30px 30px;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: white;
  transition: background var(--dur-base);
}
.info-v2 .iv-feat:hover { background: var(--bg-sunken); }
.info-v2 .iv-feat:nth-child(3n) { border-right: 0; }
.info-v2 .iv-feat:nth-last-child(-n+3) { border-bottom: 0; }
.info-v2 .iv-feat .iv-ic {
  width: 38px; height: 38px;
  border-radius: 8px;
  background: var(--accent-soft);
  color: var(--accent-deep);
  display: grid; place-items: center;
  margin-bottom: 18px;
}
.info-v2 .iv-feat .iv-ic svg { width: 20px; height: 20px; }
.info-v2 .iv-feat h3 {
  font-family: var(--font-display);
  font-size: 19px; font-weight: 700;
  letter-spacing: -0.015em;
  margin: 0 0 8px;
  line-height: 1.2;
  color: var(--fg-1);
}
.info-v2 .iv-feat p {
  margin: 0;
  font-size: 14px;
  color: var(--fg-2);
  line-height: 1.6;
}

/* ============================================================
   USE CASES — 6 gradient cards
   ============================================================ */
.info-v2 .iv-usecases {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.info-v2 .iv-uc {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 14px;
  overflow: hidden;
  isolation: isolate;
  cursor: default;
  transition: transform var(--dur-base) var(--ease-standard);
}
.info-v2 .iv-uc:hover { transform: translateY(-4px); }
.info-v2 .iv-uc-bg {
  position: absolute; inset: 0;
  z-index: -1;
  transition: transform 600ms var(--ease-standard);
}
.info-v2 .iv-uc:hover .iv-uc-bg { transform: scale(1.06); }
.info-v2 .iv-uc::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,0.6) 100%);
  z-index: -1;
}
.info-v2 .iv-uc-content {
  position: absolute; inset: 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: white;
}
.info-v2 .iv-uc-num {
  display: inline-flex; align-items: center; gap: 6px;
  align-self: flex-start;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.78);
  padding: 5px 9px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(4px);
}
.info-v2 .iv-uc-num svg { width: 12px; height: 12px; }
.info-v2 .iv-uc h4 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.018em;
  line-height: 1.15;
  margin: 0 0 8px;
}
.info-v2 .iv-uc p {
  margin: 0;
  font-size: 13px;
  color: rgba(255,255,255,0.82);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  min-height: calc(1.5em * 2);
}

/* ============================================================
   HOW IT WORKS — 3 steps
   ============================================================ */
.info-v2 .iv-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  background: white;
}
.info-v2 .iv-step {
  padding: 36px 32px;
  border-right: 1px solid var(--border);
  position: relative;
}
.info-v2 .iv-step:last-child { border-right: 0; }
.info-v2 .iv-step .iv-num {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--accent-deep);
  margin-bottom: 16px;
}
.info-v2 .iv-step h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.018em;
  margin: 0 0 10px;
  line-height: 1.2;
  color: var(--fg-1);
}
.info-v2 .iv-step p {
  margin: 0;
  font-size: 14px;
  color: var(--fg-2);
  line-height: 1.6;
}

/* ============================================================
   CTA section (with form block container)
   ============================================================ */
.info-v2 .iv-cta {
  background: var(--bg-sunken);
}
.info-v2 .iv-cta-inner {
  max-width: var(--container-xl);
  margin: 0 auto;
  padding: 88px var(--gutter) 96px;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 56px;
  align-items: start;
}
.info-v2 .iv-cta-eyebrow {
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--accent-deep);
  margin-bottom: 16px;
}
.info-v2 .iv-cta h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.6vw, 44px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.05;
  margin: 0 0 18px;
  color: var(--fg-1);
}
.info-v2 .iv-cta p {
  margin: 0 0 24px;
  font-size: 16px;
  color: var(--fg-2);
  line-height: 1.6;
}
.info-v2 .iv-cta .iv-pts {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex; flex-direction: column;
  gap: 12px;
}
.info-v2 .iv-cta .iv-pts li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 14px;
  color: var(--fg-1);
  line-height: 1.5;
}
.info-v2 .iv-cta .iv-check {
  flex-shrink: 0;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: var(--accent);
  color: white;
  display: grid; place-items: center;
  margin-top: 1px;
}
.info-v2 .iv-cta .iv-check svg { width: 12px; height: 12px; }

.info-v2 .iv-form-wrap {
  background: white;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 32px 28px;
  box-shadow: var(--shadow-2);
}
.info-v2 .iv-form-wrap h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.018em;
  margin: 0 0 6px;
  color: var(--fg-1);
}
.info-v2 .iv-form-wrap .iv-form-sub {
  font-size: 14px;
  color: var(--fg-2);
  margin: 0 0 22px;
  line-height: 1.5;
}

/* ============================================================
   HARDWARE BAND — dempet upsell, lys bakgrunn
   Boksen er kontainert i et lite product-window slik at
   seksjonen ikke konkurrerer med hero om oppmerksomheten.
   ============================================================ */
.info-v2 .iv-hw {
  background: var(--bg-sunken);
  color: var(--fg-1);
}
.info-v2 .iv-hw-inner {
  max-width: var(--container-xl);
  margin: 0 auto;
  padding: 80px var(--gutter) 88px;
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 56px;
  align-items: center;
}

/* Stage = liten product-card med media-boks. Mahogny er
   begrenset til vinduet, ikke hele seksjonen. */
.info-v2 .iv-hw-stage {
  position: relative;
  aspect-ratio: 4 / 3;
  background: linear-gradient(180deg, #2a1a10 0%, #14110D 100%);
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: var(--shadow-2);
  overflow: hidden;
  display: grid;
  place-items: center;
  isolation: isolate;
}
.info-v2 .iv-hw-stage::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 50% 55%, rgba(242,94,28,0.10) 0%, transparent 60%);
  z-index: -1;
}

/* TV/skjerm: subtil visualisering — boksen er ikke hovedpoenget */
.info-v2 .iv-hw-tv {
  position: relative;
  width: 76%;
  aspect-ratio: 16 / 9;
  background: linear-gradient(180deg, #0e0a08 0%, #050403 100%);
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.06);
  padding: 5px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 14px 32px rgba(0,0,0,0.4);
  margin-bottom: 6%;
}
.info-v2 .iv-hw-tv-screen {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background:
    radial-gradient(ellipse 70% 60% at 50% 60%, rgba(242,94,28,0.16) 0%, transparent 60%),
    linear-gradient(180deg, #1a0f07 0%, #0a0604 100%);
  overflow: hidden;
}
.info-v2 .iv-hw-tv-screen img.iv-hw-tv-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.info-v2 .iv-hw-tv-screen .iv-hw-tv-mark {
  position: absolute;
  top: 16%; left: 10%;
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--font-display);
  font-size: clamp(7px, 0.95vw, 11px);
  font-weight: 700;
  letter-spacing: 0.2em;
  color: rgba(255,176,122,0.9);
  text-transform: uppercase;
}
.info-v2 .iv-hw-tv-screen .iv-hw-tv-mark::before {
  content: '';
  width: 4px; height: 4px; border-radius: 50%;
  background: var(--info-signal-500);
  box-shadow: 0 0 6px rgba(242,94,28,0.7);
  animation: info-v2-pulse 2.4s ease-in-out infinite;
}
.info-v2 .iv-hw-tv-screen .iv-hw-tv-lines {
  position: absolute;
  bottom: 22%; left: 10%; right: 10%;
  display: flex; flex-direction: column; gap: 5px;
}
.info-v2 .iv-hw-tv-screen .iv-hw-tv-lines span {
  display: block;
  height: 3px;
  border-radius: 2px;
  background: rgba(255,255,255,0.10);
}
.info-v2 .iv-hw-tv-screen .iv-hw-tv-lines span:nth-child(1) {
  width: 42%;
  background: linear-gradient(90deg, var(--info-signal-500) 0%, rgba(242,94,28,0) 100%);
}
.info-v2 .iv-hw-tv-screen .iv-hw-tv-lines span:nth-child(2) { width: 65%; }
.info-v2 .iv-hw-tv-screen .iv-hw-tv-lines span:nth-child(3) { width: 32%; opacity: 0.6; }

/* Caption: liten label nede i stage */
.info-v2 .iv-hw-caption {
  position: absolute;
  bottom: 16px; left: 20px; right: 20px;
  display: flex; align-items: center; justify-content: space-between;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
}
.info-v2 .iv-hw-caption .iv-live {
  display: inline-flex; align-items: center; gap: 6px;
  color: rgba(255,176,122,0.9);
}
.info-v2 .iv-hw-caption .iv-live::before {
  content: '';
  width: 4px; height: 4px; border-radius: 50%;
  background: var(--info-signal-500);
  animation: info-v2-pulse 2.4s ease-in-out infinite;
}

/* Right column — light, tekst får forrang */
.info-v2 .iv-hw-eyebrow {
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--accent-deep);
  margin-bottom: 14px;
}
.info-v2 .iv-hw h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(26px, 3.2vw, 38px);
  line-height: 1.1;
  letter-spacing: -0.022em;
  margin: 0 0 16px;
  color: var(--fg-1);
}
.info-v2 .iv-hw h2 em {
  font-style: italic;
  color: var(--accent);
  font-weight: 600;
}
.info-v2 .iv-hw .iv-hw-lede {
  font-size: 16px;
  line-height: 1.6;
  color: var(--fg-2);
  max-width: 52ch;
  margin: 0 0 28px;
}

.info-v2 .iv-hw-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 28px;
}
.info-v2 .iv-hw-card {
  padding: 16px 16px 14px;
  border-radius: 10px;
  background: white;
  border: 1px solid var(--border);
  transition: all var(--dur-fast) var(--ease-standard);
}
.info-v2 .iv-hw-card:hover {
  border-color: var(--abc-terra-300);
  box-shadow: var(--shadow-1);
  transform: translateY(-1px);
}
.info-v2 .iv-hw-card .iv-hw-ic {
  width: 28px; height: 28px;
  border-radius: 6px;
  background: var(--accent-soft);
  color: var(--accent-deep);
  display: grid; place-items: center;
  margin-bottom: 10px;
}
.info-v2 .iv-hw-card .iv-hw-ic svg { width: 14px; height: 14px; }
.info-v2 .iv-hw-card h4 {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 0 0 3px;
  color: var(--fg-1);
}
.info-v2 .iv-hw-card p {
  margin: 0;
  font-size: 13px;
  color: var(--fg-2);
  line-height: 1.5;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .info-v2 .iv-hero-inner {
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 56px var(--gutter) 80px;
  }
  /* Flip rekkefølge: skjerm-mockup øverst på mobil */
  .info-v2 .iv-hero-inner [data-iv-mockup] { order: -1; }
  .info-v2 .iv-screen-frame { max-width: 100%; margin: 0 auto; }
  .info-v2 .iv-section-head {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 40px;
  }
  .info-v2 .iv-features { grid-template-columns: 1fr 1fr; }
  .info-v2 .iv-feat { border-right: 1px solid var(--border) !important; border-bottom: 1px solid var(--border) !important; }
  .info-v2 .iv-feat:nth-child(2n) { border-right: 0 !important; }
  .info-v2 .iv-feat:nth-last-child(-n+2):nth-child(odd) { border-bottom: 1px solid var(--border) !important; }
  .info-v2 .iv-usecases { grid-template-columns: 1fr 1fr; }
  .info-v2 .iv-steps { grid-template-columns: 1fr; }
  .info-v2 .iv-step { border-right: 0; border-bottom: 1px solid var(--border); }
  .info-v2 .iv-step:last-child { border-bottom: 0; }
  .info-v2 .iv-cta-inner {
    grid-template-columns: 1fr;
    padding: 64px var(--gutter) 80px;
  }
  .info-v2 .iv-hw-inner {
    grid-template-columns: 1fr;
    gap: 56px;
    padding: 72px var(--gutter) 80px;
  }
  .info-v2 .iv-hw-stage { aspect-ratio: 16 / 10; max-width: 520px; margin: 0 auto; }
  .info-v2 .iv-hw-cards { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .info-v2 .iv-section { padding: 64px var(--gutter); }
  .info-v2 .iv-features { grid-template-columns: 1fr; }
  .info-v2 .iv-feat,
  .info-v2 .iv-feat:nth-child(2n) { border-right: 0 !important; border-bottom: 1px solid var(--border) !important; }
  .info-v2 .iv-feat:last-child { border-bottom: 0 !important; }
  .info-v2 .iv-usecases { grid-template-columns: 1fr; }
  .info-v2 .iv-uc { aspect-ratio: 1 / 1; }
  .info-v2 .iv-hero h1 { font-size: clamp(36px, 9vw, 48px); }
  .info-v2 .iv-hero-cta-row .iv-btn { width: 100%; justify-content: center; }
  .info-v2 .iv-hw-cards { grid-template-columns: 1fr; }
  .info-v2 .iv-hw-chip { font-size: 11px; padding: 7px 11px; }
}
