/* ============================================================
   ITmarkt — home: hero + zwevende glazen aanbiedingen
   ============================================================ */

/* Nieuws / artikel-layout (homepage + /nieuws) */
.news-wrap { max-width: 880px; margin: 0 auto; padding: 92px clamp(18px,4vw,32px) 40px; }
.news-hero { text-align: center; margin-bottom: 34px; }
.news-hero .eyebrow {
  display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600;
  color: var(--ink-dim); padding: 8px 14px; border-radius: 12px; margin-bottom: 16px;
}
.news-hero .eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--c-3); }
.news-hero h1 { font-size: clamp(30px, 5vw, 50px); font-weight: 800; letter-spacing: -0.035em; line-height: 1.04; }
.news-hero h1 .grad { background: linear-gradient(110deg, #9cc8ff, var(--c-2) 70%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.news-hero p { max-width: 580px; margin: 14px auto 0; color: var(--ink-dim); font-size: clamp(15px,2vw,18px); line-height: 1.55; }

.article { padding: clamp(24px,4vw,38px); }
.article__tag {
  display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase;
  color: #fff; padding: 5px 12px; border-radius: 10px; margin-bottom: 14px;
  background: linear-gradient(135deg, #ff8a3d, #ef4444);
}
.article h2 { font-size: clamp(22px,3.4vw,32px); font-weight: 800; letter-spacing: -0.02em; line-height: 1.12; }
.article p { color: var(--ink-dim); line-height: 1.7; margin-top: 14px; font-size: 15.5px; }
.article p b, .article strong { color: var(--ink); }
.article .lead { font-size: 17px; color: var(--ink); }

/* RAM-grafiek */
.chart-card { margin-top: 22px; padding: 22px 20px 14px; }
.chart-card h3 { font-size: 16px; font-weight: 700; margin-bottom: 4px; }
.chart-card .sub { font-size: 13px; color: var(--ink-faint); margin-bottom: 12px; }
.chart svg { width: 100%; height: auto; display: block; }
.chart .grid-line { stroke: rgba(255,255,255,0.08); stroke-width: 1; }
.chart .axis { fill: var(--ink-faint); font-size: 10px; font-family: var(--font); }
.chart .ln { fill: none; stroke: url(#cg); stroke-width: 2.5; stroke-linejoin: round; stroke-linecap: round; }
.chart .dot { fill: #fff; }
.chart .dot--hot { fill: #ff7a45; }
.chart .area { fill: url(#ca); opacity: 0.5; }
.chart .note { fill: #ffb86b; font-size: 11px; font-weight: 700; font-family: var(--font); }

.news-cta { text-align: center; margin: 30px 0 6px; }

/* ============================================================
   Professionele homepage — foto/tekst-secties
   ============================================================ */
.home-wrap { max-width: 1120px; margin: 0 auto; padding: 96px clamp(18px,4vw,32px) 40px; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 600; color: var(--ink-dim);
  padding: 8px 14px; border-radius: 12px; margin-bottom: 16px;
}
.eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--c-3); }

.hsplit { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px,5vw,60px); align-items: center; }
.hsplit + .hsplit { margin-top: clamp(46px,8vh,90px); }
.hsplit__media { position: relative; }
.hsplit__media img {
  width: 100%; height: 100%; max-height: 460px; object-fit: cover;
  border-radius: 24px; border: 1px solid var(--glass-stroke); box-shadow: var(--glass-shadow);
}
.hsplit__text h1 { font-size: clamp(30px,4.4vw,52px); font-weight: 800; letter-spacing: -0.035em; line-height: 1.05; }
.hsplit__text h1 .grad, .hsplit__text h2 .grad {
  background: linear-gradient(110deg, #9cc8ff, var(--c-2) 70%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hsplit__text h2 { font-size: clamp(25px,3.4vw,38px); font-weight: 800; letter-spacing: -0.025em; line-height: 1.1; }
.hsplit__text p { color: var(--ink-dim); font-size: clamp(15px,1.7vw,18px); line-height: 1.65; margin-top: 15px; }
.hsplit__text p b { color: var(--ink); }
.hsplit__btns { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.hsplit__list { list-style: none; margin: 18px 0 0; padding: 0; display: grid; gap: 10px; }
.hsplit__list li { display: flex; gap: 10px; align-items: flex-start; color: var(--ink-dim); font-size: 15px; line-height: 1.5; }
.hsplit__list svg { flex: 0 0 auto; width: 20px; height: 20px; color: var(--c-3); margin-top: 1px; }

@media (max-width: 800px) {
  .hsplit { grid-template-columns: 1fr; gap: 24px; }
  .hsplit--rev .hsplit__media { order: -1; }
  .hsplit__media img { max-height: 320px; }
}

.stage {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 70px 0 6px;       /* ruimte voor de menubalk; blokjes compact bovenaan */
}

/* Hero */
.hero {
  text-align: center;
  padding: clamp(16px, 5vh, 56px) 20px 8px;
  max-width: 820px;
  margin: 0 auto;
}
.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-dim);
  margin-bottom: 22px;
}
.hero__eyebrow .dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--c-3);
  box-shadow: 0 0 0 0 rgba(90, 169, 255, 0.6);
  animation: pulse 2.4s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(90, 169, 255, 0.5); }
  70% { box-shadow: 0 0 0 9px rgba(90, 169, 255, 0); }
  100% { box-shadow: 0 0 0 0 rgba(90, 169, 255, 0); }
}
.hero h1 {
  font-size: clamp(38px, 7vw, 76px);
  line-height: 1.02;
  letter-spacing: -0.035em;
  font-weight: 800;
  margin-bottom: 18px;
}
.hero h1 .grad {
  background: linear-gradient(110deg, #9cc8ff, var(--c-2) 70%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero p {
  font-size: clamp(16px, 2.2vw, 20px);
  color: var(--ink-dim);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.5;
}

/* ------------------------------------------------------------
   CONVEYOR — glazen vakjes die voorbijdrijven
   ------------------------------------------------------------ */
.conveyor {
  position: relative;
  display: flex;
  justify-content: center;
}

/* Stilstaand raster — 5 per rij */
.lane {
  display: grid;
  grid-template-columns: repeat(5, 248px);
  gap: 22px;
  padding: 24px 16px;
  justify-content: center;
}

@media (max-width: 1320px) { .lane { grid-template-columns: repeat(3, 248px); } }
@media (max-width: 820px)  { .lane { grid-template-columns: repeat(2, 248px); } }
@media (max-width: 560px)  { .lane { grid-template-columns: repeat(1, 248px); } }

/* Een glazen vakje = aanbieding */
.tile {
  position: relative;
  flex: 0 0 auto;
  width: 248px;
  height: 248px;          /* exact vierkant */
  border-radius: 30px;    /* afgeronde hoeken */
  padding: 18px;
  display: flex;
  flex-direction: column;
  color: var(--ink);
  overflow: hidden;
  isolation: isolate;
  /* Schoon, egaal doorzichtig glas; alleen de gouden rand (::after) als accent */
  background: rgba(255, 255, 255, 0.07);
  border: none;
  -webkit-backdrop-filter: blur(16px) saturate(115%);
  backdrop-filter: blur(16px) saturate(115%);
  box-shadow:
    0 24px 55px -26px rgba(2, 8, 28, 0.78),
    0 0 18px -8px rgba(240, 210, 150, 0.18);
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
}

/* Neutrale glas-sheen bovenin — geen kleur, alle tegels gelijk */
/* Dunne gouden rand — gemaskeerde ring, bloedt niet over het midden */
.tile::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.5px;
  background: linear-gradient(135deg,
    #f9e7bd 0%, #cda45f 22%,
    rgba(205, 164, 95, 0.35) 48%,
    #d6b074 76%, #f9e7bd 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

.tile:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow:
    0 46px 84px -26px rgba(2, 8, 28, 0.9),
    0 0 26px -3px rgba(244, 216, 158, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.tile__badge {
  align-self: flex-start;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 1px 2px rgba(2, 8, 28, 0.4);
  padding: 5px 11px;
  border-radius: 10px;          /* afgeronde rechthoek, à la macOS Dock */
  /* helder glossy glas: doorschijnend + diagonale glans + heldere rand */
  background:
    linear-gradient(125deg, transparent 24%, rgba(255,255,255,0.34) 42%, transparent 60%),
    linear-gradient(155deg, rgba(255,255,255,0.16), rgba(255,255,255,0.04) 60%, rgba(255,255,255,0.12));
  -webkit-backdrop-filter: blur(8px) saturate(150%);
  backdrop-filter: blur(8px) saturate(150%);
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow:
    inset 0 1.5px 0 rgba(255, 255, 255, 0.7),
    0 3px 8px -5px rgba(2, 8, 28, 0.5);
}

.tile__icon {
  margin: 13px 0 0;
  width: 46px; height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  /* helder glossy glas: doorschijnend + diagonale glans + heldere rand */
  background:
    linear-gradient(125deg, transparent 26%, rgba(255,255,255,0.42) 43%, transparent 58%),
    linear-gradient(155deg, rgba(255,255,255,0.18), rgba(255,255,255,0.04) 55%, rgba(255,255,255,0.13));
  -webkit-backdrop-filter: blur(8px) saturate(150%);
  backdrop-filter: blur(8px) saturate(150%);
  border: 1px solid rgba(255, 255, 255, 0.46);
  box-shadow:
    inset 0 1.5px 0 rgba(255, 255, 255, 0.85),
    inset 0 -6px 12px -8px rgba(255, 255, 255, 0.22),
    0 5px 14px -7px rgba(2, 8, 28, 0.5);
}
.tile__icon svg {
  width: 24px; height: 24px;
  color: #fff;
  filter: drop-shadow(0 1px 1.5px rgba(2, 8, 28, 0.4));
}

.tile__title {
  font-size: 17.5px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-top: 12px;
  color: #fff;
  text-shadow: 0 1px 3px rgba(2, 8, 28, 0.4);
}
.tile__tagline {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.38;
  margin-top: 6px;
  text-shadow: 0 1px 2px rgba(2, 8, 28, 0.35);
}
.tile__foot {
  margin-top: auto;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.tile__cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}

/* Prijs (betaalde tegel) */
.tile__price {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.tile__price s {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}
.tile__price b {
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
  text-shadow: 0 1px 3px rgba(2, 8, 28, 0.4);
}

/* Kortingslabel rechtsboven */
.tile__discount {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #3a2906;
  padding: 4px 8px;
  border-radius: 8px;
  background: linear-gradient(135deg, #f7e4b4, #e0b46a);
  box-shadow: 0 4px 12px -4px rgba(224, 180, 106, 0.7);
}
.tile__cta svg { transition: transform 0.3s var(--ease); }
.tile:hover .tile__cta svg { transform: translateX(4px); }

/* Footer hint */
.foot {
  text-align: center;
  padding: 14px 20px 26px;
  font-size: 13px;
  color: var(--ink-faint);
}

/* Scroll-hint onderaan de blokjes */
.scrollcue {
  position: absolute;
  left: 50%;
  bottom: clamp(18px, 4vh, 40px);
  transform: translateX(-50%);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--ink-dim);
  transition: color 0.25s var(--ease);
}
.scrollcue:hover { color: #fff; }
.scrollcue svg { animation: cueBounce 1.8s ease-in-out infinite; }
@keyframes cueBounce {
  0%, 100% { transform: translateY(0); opacity: 0.7; }
  50% { transform: translateY(5px); opacity: 1; }
}

/* ============================================================
   Geschiedenis-sectie (tijdlijn)
   ============================================================ */
.history {
  max-width: 1080px;
  margin: 0 auto;
  padding: clamp(18px, 3vh, 32px) clamp(20px, 5vw, 32px) 70px;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(28px, 4vw, 54px);
  align-items: start;
}
.history__left { position: sticky; top: 56px; }
.history__head { text-align: left; margin-bottom: 18px; }
.history__head h2 {
  font-size: clamp(24px, 3.2vw, 38px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.08;
}
.history__head .grad,
.history .grad {
  background: linear-gradient(110deg, #9cc8ff, var(--c-2) 70%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.history__head p {
  margin: 14px 0 0;
  max-width: none;
  font-size: clamp(14px, 1.5vw, 16px);
  color: var(--ink-dim);
  line-height: 1.55;
}

@media (max-width: 860px) {
  .history { grid-template-columns: 1fr; }
  .history__left { position: static; }
}

.timeline {
  list-style: none;
  position: relative;
  padding: 0 0 0 4px;
  margin: 0;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,0.22) 12%, rgba(255,255,255,0.22) 88%, transparent);
}
.era {
  position: relative;
  margin-left: 34px;
  margin-bottom: 18px;
  padding: 20px 22px;
}
.era::before {
  content: "";
  position: absolute;
  left: -34px;
  top: 26px;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: var(--c-3);
  box-shadow: 0 0 0 4px rgba(90,169,255,0.18), 0 0 14px -2px var(--c-3);
  transform: translateX(0.5px);
}
.era__year {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--c-3);
  margin-bottom: 6px;
}
.era h3 {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 6px;
}
.era p {
  font-size: 14px;
  color: var(--ink-dim);
  line-height: 1.55;
}
.era--now::before {
  background: var(--c-amber, #ffb86b);
  box-shadow: 0 0 0 4px rgba(255,184,107,0.2), 0 0 16px -1px #ffb86b;
}
.era--now .era__year { color: #ffc98a; }

@media (max-width: 560px) {
  .era { margin-left: 28px; padding: 16px 18px; }
  .era::before { left: -28px; }
}

/* Hardware-promo blok */
.promo {
  margin-top: 18px;
  padding: clamp(22px, 3vw, 30px);
  text-align: left;
  position: relative;
  overflow: hidden;
}
.promo::before {
  content: "";
  position: absolute;
  inset: -50% 40% auto -10%;
  height: 80%;
  background: radial-gradient(60% 80% at 30% 0%, rgba(110,182,255,0.22), transparent 70%);
  pointer-events: none;
}
.promo__tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #3a2906;
  padding: 5px 12px;
  border-radius: 10px;
  background: linear-gradient(135deg, #f7e4b4, #e0b46a);
  box-shadow: 0 4px 14px -4px rgba(224, 180, 106, 0.6);
  margin-bottom: 16px;
}
.promo h3 {
  font-size: clamp(22px, 4vw, 32px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.12;
  margin-bottom: 14px;
}
.promo p {
  max-width: 620px;
  margin: 0 auto 22px;
  font-size: clamp(14px, 2vw, 16px);
  color: var(--ink-dim);
  line-height: 1.6;
}
.promo__btn { font-size: 15px; }


