:root {
  --navy: #0a3761;
  --navy-2: #082036;
  --orange: #ff6600;
  --blue: #0771d0;
  --blue-h: #0665bb;
  --ink: #2d2d2d;
  --muted: #767676;
  --line: #d2d2d2;
  --bg: #f5f5f5;
  --card: #fff;
  --hover: rgba(160, 189, 218, 0.3);
  --sans: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
* { box-sizing: border-box; }
html, body { margin: 0; }
body { font-family: var(--sans); color: var(--ink); background: #fff; line-height: 1.45; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.ico { display: inline-block; vertical-align: -3px; }
.wrap { width: min(1280px, calc(100% - 32px)); margin: 0 auto; }
.muted { color: var(--muted); font-size: 13px; }

/* Header — navy chrome */
.i-hd { background: var(--navy); color: #f5f5f5; position: relative; z-index: 40; }
.i-hd-grid {
  display: grid;
  grid-template-areas: "brand svc" "search search";
  grid-template-columns: 1fr auto;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 8px 16px 16px;
  gap: 8px 16px;
}
@media (min-width: 840px) {
  .i-hd-grid {
    grid-template-areas: "brand search svc";
    grid-template-columns: min-content minmax(160px, 420px) min-content;
    justify-content: space-between;
    padding: 8px 24px 8px;
  }
}
.i-hd-brand { grid-area: brand; display: flex; align-items: center; gap: 4px; }
.i-nav-btn {
  display: flex; align-items: center; gap: 0;
  background: none; border: 0; color: #fff; cursor: pointer;
  border-radius: 4px; padding: 8px; font: inherit;
}
.i-nav-btn:hover, .i-nav-btn[aria-expanded="true"] { background: var(--hover); }
.i-nav-btn[aria-expanded="true"] { background: #fff; color: var(--ink); border-radius: 4px 4px 0 0; }
.i-nav-ico { display: flex; }
.i-nav-ico svg { fill: currentColor; width: 24px; height: 24px; }
.i-nav-txt { display: none; font-size: 14px; padding-right: 8px; }
@media (min-width: 960px) { .i-nav-txt { display: inline; } }
.i-logo {
  color: #fff; font-weight: 700; font-size: 22px; letter-spacing: -0.04em;
  position: relative; padding-bottom: 6px; line-height: 1;
}
.i-logo span { font-weight: 400; }
.i-logo i {
  position: absolute; left: 0; right: 0; bottom: 0; height: 3px;
  background: var(--orange); display: block;
}
@media (min-width: 600px) { .i-logo { font-size: 26px; } }
@media (min-width: 960px) { .i-logo { font-size: 32px; } }

.i-search {
  grid-area: search; display: flex; background: #fff; border-radius: 4px;
  overflow: hidden; height: 48px; max-width: 100%;
}
.i-search input {
  flex: 1; border: 0; outline: 0; font: 18px/1.2 var(--sans);
  padding: 0 16px; color: var(--ink); min-width: 0;
}
.i-search input::placeholder { color: var(--muted); }
.i-search button {
  width: 48px; border: 0; background: #fff; color: #d2d2d2; cursor: pointer; padding: 0;
}
.i-search button svg { width: 24px; height: 24px; fill: currentColor; }
.i-search input:focus ~ button, .i-search button:hover { color: var(--orange); }

.i-hd-svc { grid-area: svc; display: flex; align-items: center; gap: 4px; }
.i-svc, .i-mode {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  color: #fff; padding: 8px; border-radius: 4px; font-size: 12px; min-width: 44px;
}
.i-svc svg, .i-mode svg { fill: currentColor; width: 24px; height: 24px; }
.i-svc span, .i-mode span { display: none; white-space: nowrap; }
.i-svc:hover, .i-mode:hover { background: var(--hover); color: #fff; }
.i-mode.on { background: #fff; color: var(--navy); }
.i-mode.on:hover { color: var(--navy); background: #fff; }
.i-svc-split { position: relative; }
.i-svc-split::after {
  content: ""; position: absolute; right: -4px; top: 8px; bottom: 8px; width: 1px; background: #fff;
  display: none;
}
@media (min-width: 600px) {
  .i-svc span, .i-mode span { display: block; margin-top: 2px; }
  .i-svc-split::after { display: block; }
}
@media (min-width: 1280px) {
  .i-svc, .i-mode { flex-direction: row; gap: 4px; padding: 14px 12px; font-size: 14px; }
  .i-svc span, .i-mode span { margin: 0; }
}

.i-fly {
  position: absolute; left: 0; right: 0; top: 100%;
  background: transparent; z-index: 50;
}
.i-fly-in {
  max-width: 1280px; margin: 0 auto; background: #fff; color: var(--ink);
  padding: 24px 32px; box-shadow: 0 8px 24px rgba(0,0,0,.18);
}
.i-fly-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px 32px;
}
.i-fly-col h3 { font-size: 15px; font-weight: 700; margin: 0 0 8px; }
.i-fly-col h3 a { color: inherit; }
.i-fly-col h3.on a, .i-fly-col a.on { font-weight: 700; color: var(--blue); }
.i-fly-col a { display: block; padding: 4px 0; font-size: 14px; color: #333; }
.i-fly-col a:hover { color: var(--blue); }
@media (max-width: 980px) { .i-fly-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .i-fly-grid { grid-template-columns: 1fr; } }
.i-fly-main { list-style: none; margin: 0; padding: 0; columns: 3; gap: 24px; }
.i-fly-main a { display: block; padding: 6px 0; font-size: 16px; }
.i-fly-main a:hover, .i-fly-main li.on a { font-weight: 700; }
.i-hd.fly-open::after {
  content: ""; position: fixed; left: 0; right: 0; top: 100%; height: 100vh;
  background: rgba(0,0,0,.45); z-index: 30;
}

/* Breadcrumb */
.crumb {
  display: flex; align-items: center; flex-wrap: wrap; gap: 4px;
  font-size: 13px; color: var(--muted); padding: 16px 0 8px;
  width: min(1280px, calc(100% - 32px)); margin: 0 auto;
}
.crumb a:hover { color: var(--blue); }
.crumb-home svg { width: 16px; height: 16px; fill: currentColor; display: block; }
.crumb-sep svg { width: 10px; height: 10px; stroke: currentColor; fill: none; stroke-width: 2; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--blue); color: #fff; padding: 0 16px; height: 40px;
  border-radius: 4px; font-size: 14px; font-weight: 500; border: 0; cursor: pointer;
}
.btn:hover { background: var(--blue-h); color: #fff; }
.btn.ghost { background: #fff; color: var(--blue); border: 1px solid var(--blue); }
.btn.ghost:hover { background: rgba(7,113,208,.08); }
.btn.wide { width: 100%; }
.btn.orange { background: var(--orange); }
.btn.orange:hover { background: #e65c00; }

/* Home */
.intro { width: min(1280px, calc(100% - 32px)); margin: 20px auto 8px; }
.intro h1 { margin: 0 0 6px; font-size: 28px; font-weight: 400; }
.intro p { margin: 0; color: var(--muted); }
.teasers {
  width: min(1280px, calc(100% - 32px)); margin: 16px auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
@media (max-width: 700px) { .teasers { grid-template-columns: 1fr; } }
.teaser {
  min-height: 120px; border-radius: 4px; padding: 24px; color: #fff;
  display: flex; flex-direction: column; justify-content: center;
}
.teaser h2 { margin: 0 0 6px; font-size: 22px; font-weight: 500; }
.teaser p { margin: 0; opacity: .9; font-size: 14px; }
.teaser.navy { background: var(--navy); }
.teaser.orange { background: var(--orange); }

.sec { width: min(1280px, calc(100% - 32px)); margin: 0 auto; padding: 24px 0 8px; }
.sec h2 { margin: 0 0 14px; font-size: 22px; font-weight: 400; }
.sec .lead { margin: -8px 0 14px; color: var(--muted); font-size: 13px; }

.tiles { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
@media (max-width: 1100px) { .tiles { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .tiles { grid-template-columns: repeat(2, 1fr); } }
.tile {
  background: #fff; border: 1px solid #e6e6e6; border-radius: 4px; padding: 12px;
  position: relative; display: flex; flex-direction: column; min-height: 230px;
}
.tile-link { display: flex; flex-direction: column; flex: 1; color: inherit; }
.tile:hover { border-color: var(--blue); }
.tile-img {
  height: 110px; display: grid; place-items: center; background: #f7f7f7;
  border-radius: 2px; margin-bottom: 8px; color: var(--muted); position: relative;
}
.tile-img img { max-height: 100px; object-fit: contain; }
.tile-heart {
  position: absolute; top: 6px; right: 6px; z-index: 2; color: var(--blue);
}
.tile-heart svg { width: 22px; height: 22px; }
.tile-name { font-size: 13px; font-weight: 500; line-height: 1.3; margin: 4px 0 8px; }
.tile-from { margin-top: auto; font-size: 12px; color: var(--muted); }
.tile-from strong { color: var(--orange); font-size: 16px; font-weight: 500; }
.tile-off { font-size: 12px; color: var(--muted); }
.badge-off {
  position: absolute; top: 8px; left: 8px; background: var(--orange); color: #fff;
  font-size: 11px; font-weight: 700; padding: 2px 6px; border-radius: 2px; z-index: 2;
}
.badge-best {
  position: absolute; top: 8px; left: 8px; background: var(--blue); color: #fff;
  font-size: 10px; font-weight: 700; padding: 2px 6px; border-radius: 2px;
}

.hub { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
@media (max-width: 800px) { .hub { grid-template-columns: 1fr; } }
.hub-card {
  display: grid; grid-template-columns: 96px 1fr; gap: 16px;
  border: 1px solid #e6e6e6; border-radius: 4px; padding: 16px; background: #fff;
}
.hub-card:hover { border-color: var(--blue); }
.hub-ico {
  display: grid; place-items: center; background: #f3f6f9; border-radius: 4px; color: var(--navy);
}
.hub-card h3 a { color: inherit; }
.hub-card h3 a:hover { color: var(--blue); }
.hub-card ul { margin: 0; padding: 0; list-style: none; font-size: 13px; }
.hub-card li { margin: 3px 0; color: var(--blue); }
.hub-card li:hover { color: var(--orange); }

/* Category listing */
.catpage {
  display: grid; grid-template-columns: 230px 1fr; gap: 28px;
  width: min(1280px, calc(100% - 32px)); margin: 0 auto; padding: 8px 0 48px;
  align-items: start;
}
@media (max-width: 860px) { .catpage { grid-template-columns: 1fr; } }
.cat-h { width: min(1280px, calc(100% - 32px)); margin: 0 auto; display: flex; align-items: baseline; gap: 10px; }
.cat-h h1 { margin: 0; font-size: 28px; font-weight: 400; }
.filters { background: #fff; border: 1px solid #e6e6e6; border-radius: 4px; padding: 16px; }
.filters h3, .filters h3.f-h {
  margin: 16px 0 8px; font-size: 12px; text-transform: uppercase;
  letter-spacing: 0.06em; color: var(--muted);
  display: flex; align-items: center; gap: 7px;
}
.filters h3 .ico { color: var(--blue); flex-shrink: 0; }
.filters h3:first-child { margin-top: 0; }
.filters label { display: flex; align-items: center; gap: 8px; font-size: 13px; margin: 5px 0; cursor: pointer; }
.filters .n { margin-left: auto; color: var(--muted); font-size: 12px; }
.filters input[type=number] {
  width: 100%; padding: 7px 8px; border: 1px solid var(--line); border-radius: 4px; font: inherit; margin: 4px 0 8px;
}
.filters .btn { width: 100%; margin-top: 8px; }
.filters .reset { display: block; text-align: center; margin-top: 10px; font-size: 12px; color: var(--blue); }
.toolbar {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 12px; font-size: 13px; color: var(--muted);
}
.toolbar select {
  margin-left: 8px; padding: 6px 8px; border: 1px solid var(--line);
  border-radius: 4px; font: inherit; background: #fff;
}

.sr-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
@media (max-width: 1000px) { .sr-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .sr-grid { grid-template-columns: 1fr; } }
.sr-tile {
  display: flex; flex-direction: column;
  background: #fff; border: 1px solid #e6e6e6; border-radius: 4px; padding: 12px;
  position: relative;
}
.sr-tile:hover { border-color: var(--blue); }
.sr-img {
  height: 140px; display: grid; place-items: center; background: #f7f7f7;
  border-radius: 2px; color: var(--muted); margin-bottom: 10px; position: relative;
}
.sr-img img { max-height: 132px; object-fit: contain; }
.sr-body h2 { margin: 0 0 8px; font-size: 15px; font-weight: 500; }
.sr-body h2:hover { color: var(--blue); }
.sr-spec { margin: 0; padding: 0; list-style: none; font-size: 12px; color: #4a5160; }
.sr-spec li { padding: 1px 0 1px 10px; position: relative; }
.sr-spec li::before { content: "·"; position: absolute; left: 0; color: var(--muted); }
.sr-buy { margin-top: auto; padding-top: 10px; }
.sr-buy .from { font-size: 12px; color: var(--muted); }
.sr-buy .from strong { display: block; color: var(--orange); font-size: 20px; font-weight: 500; }
.sr-buy .off-line { color: #c62828; font-size: 12px; font-weight: 600; }
.sr-buy .btn { margin-top: 8px; }

.pp-title-row { display: flex; align-items: flex-start; gap: 12px; }
.pp-title-row h1 { flex: 1; }
.heart-btn {
  background: none; border: 0; cursor: pointer; color: var(--blue); padding: 4px; line-height: 0;
}
.heart-btn svg { width: 28px; height: 28px; fill: transparent; stroke: currentColor; stroke-width: 1.4; }
.heart-btn.on svg { fill: var(--blue); }
.sort-seg { display: flex; align-items: center; gap: 8px; font-size: 13px; }
.sort-seg a {
  display: inline-flex; align-items: center; height: 30px; padding: 0 12px;
  border: 1px solid var(--line); border-radius: 4px; background: #fff;
}
.sort-seg a.on { border-width: 2px; border-color: var(--ink); font-weight: 500; }
.sheet-wrap { display: grid; grid-template-columns: 220px 1fr; gap: 24px; align-items: start; }
@media (max-width: 700px) { .sheet-wrap { grid-template-columns: 1fr; } }
.sheet-img {
  background: #f7f7f7; border-radius: 4px; min-height: 160px;
  display: grid; place-items: center; color: var(--muted);
}
.offer-cta { white-space: nowrap; }
.toast {
  position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%);
  background: var(--navy); color: #fff; padding: 12px 18px; border-radius: 4px;
  font-size: 14px; z-index: 80; box-shadow: 0 8px 24px rgba(0,0,0,.2);
}

/* Product stage */
.pp { width: min(1280px, calc(100% - 32px)); margin: 0 auto; padding: 0 0 48px; }
.pp-stage {
  display: grid; grid-template-columns: 440px 1fr 260px; gap: 24px;
  padding: 8px 0 16px; border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 1100px) { .pp-stage { grid-template-columns: 360px 1fr 220px; } }
@media (max-width: 960px) { .pp-stage { grid-template-columns: 1fr 1fr; } .pp-hist { grid-column: 1 / -1; } }
@media (max-width: 640px) { .pp-stage { grid-template-columns: 1fr; } }
.pp-gal {
  min-height: 360px; background: #f7f7f7; border-radius: 4px;
  display: grid; place-items: center; color: var(--muted); position: relative;
}
.pp-gal-open {
  display: grid; place-items: center; width: 100%; min-height: 360px;
  margin: 0; padding: 12px; border: 0; background: transparent; cursor: zoom-in;
}
.pp-gal-open img, .pp-gal > img {
  max-height: 400px; max-width: 100%; width: auto; height: auto; object-fit: contain;
}
.pp-gal-hint {
  position: absolute; right: 8px; bottom: 8px;
  font-size: 12px; color: #fff; background: rgba(10, 55, 97, .72);
  padding: 4px 8px; border-radius: 3px; pointer-events: none;
}
.pp-lb {
  position: fixed; inset: 0; z-index: 120;
  background: rgba(10, 40, 70, .55);
  display: grid; place-items: center; padding: 24px 16px;
}
.pp-lb[hidden] { display: none; }
.pp-lb-box {
  position: relative; background: #fff; border-radius: 4px;
  width: min(1120px, 100%); max-height: calc(100vh - 48px);
  box-shadow: 0 16px 48px rgba(0,0,0,.28); overflow: hidden;
}
.pp-lb-close {
  position: absolute; top: 8px; right: 10px; z-index: 3;
  border: 0; background: transparent; color: #333;
  width: 40px; height: 40px; font-size: 32px; line-height: 1; cursor: pointer;
}
.pp-lb-close:hover { color: #000; }
.pp-lb-grid {
  display: grid; grid-template-columns: 72px 1fr 280px; gap: 8px;
  min-height: 420px; max-height: calc(100vh - 48px); padding: 20px 48px 20px 16px;
}
.pp-lb-rail {
  display: flex; flex-direction: column; align-items: center; gap: 6px; min-height: 0;
}
.pp-lb-rail-btn {
  border: 0; background: #f3f3f3; width: 56px; height: 22px; cursor: pointer; color: #555;
}
.pp-lb-thumbs {
  display: flex; flex-direction: column; gap: 6px; overflow: auto; max-height: min(62vh, 480px);
  scrollbar-width: thin;
}
.pp-lb-thumbs button, .pp-lb-thumb {
  width: 56px; height: 56px; padding: 2px; border: 2px solid #e4e4e4;
  background: #fff; border-radius: 2px; cursor: pointer; flex: 0 0 auto;
}
.pp-lb-thumbs button.on, .pp-lb-thumb.on { border-color: #111; }
.pp-lb-thumbs img { width: 100%; height: 100%; object-fit: contain; }
.pp-lb-stage {
  position: relative; display: grid; place-items: center; min-width: 0; background: #fff;
}
.pp-lb-stage img {
  max-width: 100%; max-height: min(70vh, 560px); object-fit: contain; user-select: none;
}
.pp-lb-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  border: 0; background: #fff; box-shadow: 0 1px 6px rgba(0,0,0,.18);
  width: 40px; height: 40px; border-radius: 50%; font-size: 26px; line-height: 1; cursor: pointer; color: #333;
}
.pp-lb-prev { left: 8px; }
.pp-lb-next { right: 8px; }
.pp-lb-nav:hover { background: #f5f5f5; }
.pp-lb-info { padding: 8px 8px 8px 16px; min-width: 0; }
.pp-lb-info h2 { margin: 0 0 12px; font-size: 20px; font-weight: 400; line-height: 1.25; }
.pp-lb-kicker { margin: 0; font-size: 13px; color: var(--muted); }
.pp-lb-price { margin: 4px 0 8px; font-size: 28px; font-weight: 600; color: var(--ink); }
.pp-lb-info .btn.wide, .pp-lb-info .btn { display: block; text-align: center; margin: 12px 0 8px; }
@media (max-width: 900px) {
  .pp-lb { padding: 8px; }
  .pp-lb-grid { grid-template-columns: 1fr; padding: 40px 12px 16px; max-height: none; }
  .pp-lb-rail { flex-direction: row; }
  .pp-lb-thumbs { flex-direction: row; max-height: none; max-width: 100%; }
  .pp-lb-stage img { max-height: 42vh; }
}
.pp h1 { margin: 0 0 10px; font-size: 28px; font-weight: 400; line-height: 1.2; }
.pp .brand { font-size: 13px; color: var(--muted); margin: 0 0 4px; }
.pp-range { font-size: 15px; margin: 8px 0 12px; }
.pp-range strong { color: var(--orange); font-size: 22px; font-weight: 500; }
.specs { display: flex; flex-wrap: wrap; gap: 6px 10px; margin: 8px 0; font-size: 13px; }
.specs b { margin-right: 4px; }
.specs span { color: var(--ink); }
.cross { font-size: 13px; margin: 12px 0 0; }
.cross b { display: block; margin-bottom: 4px; }
.cross a { color: var(--blue); margin-right: 10px; }
.cross a:hover { color: var(--orange); }
.pp-hist { background: #fbfcfe; border: 1px solid #e6e6e6; border-radius: 4px; padding: 12px; }
.pp-hist h4 { margin: 0 0 8px; font-size: 14px; font-weight: 500; }
.range-btns { display: flex; gap: 6px; margin-bottom: 8px; }
.range-btns a {
  font-size: 12px; padding: 4px 10px; border: 1px solid var(--line); border-radius: 4px;
}
.range-btns a.on { background: var(--navy); color: #fff; border-color: var(--navy); }

.offers-head {
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px;
  background: #eee; border: 1px solid #c8c8c8; border-bottom: 0; border-radius: 4px 4px 0 0;
  padding: 10px 16px; margin-top: 24px;
}
.offers-head h2 { margin: 0; font-size: 20px; font-weight: 400; }
.offers {
  width: 100%; border-collapse: collapse;
  border: 1px solid #c8c8c8; border-radius: 0 0 4px 4px;
}
.offers th, .offers td {
  text-align: left; padding: 14px 12px; border-bottom: 1px solid #e6e6e6;
  font-size: 14px; vertical-align: middle;
}
.offers th { font-size: 12px; color: var(--muted); font-weight: 500; background: #f7f7f7; }
.offers tr:last-child td { border-bottom: 0; }
.offers tr.is-best { background: #f3f8ff; }
.offers .price { color: var(--orange); font-weight: 500; font-size: 18px; }
.pill-best {
  display: inline-block; background: var(--blue); color: #fff;
  font-size: 11px; font-weight: 700; padding: 2px 6px; border-radius: 2px; margin-left: 6px;
}
.note { font-size: 13px; color: var(--muted); }
.desc { font-size: 15px; max-width: 70ch; }
.sheet { width: 100%; border-collapse: collapse; margin-top: 8px; }
.sheet td { padding: 8px 10px; font-size: 14px; border-bottom: 1px solid #eee; }
.sheet td:first-child { color: var(--muted); width: 36%; }
.sheet tr:nth-child(odd) { background: #f7f7f7; }
.block { margin-top: 28px; }
.block h2 { margin: 0 0 12px; font-size: 22px; font-weight: 400; padding-bottom: 8px; border-bottom: 1px solid #e6e6e6; }
.hist { display: block; background: #fff; }
.hist-axis { stroke: #e6e6e6; }
.hist-line { stroke: var(--blue); stroke-width: 2; }
.hist-now { fill: var(--orange); }
.hist-lab { font-size: 11px; fill: var(--muted); font-family: var(--sans); }

/* Footer */
.i-ft {
  background: var(--navy); color: #a0bdda; font-size: 12px;
  padding: 28px 16px 36px; text-align: center; margin-top: 40px;
}
.i-ft-links { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; margin-bottom: 10px; }
.i-ft-links a { color: #c5d8ec; }
.i-ft-links a:not(:last-child)::after { content: "·"; margin-left: 8px; color: #a0bdda; }
.i-ft-links a:hover { text-decoration: underline; color: #fff; }
.i-ft-cookie {
  border: 0; padding: 0; background: none; color: #c5d8ec; font: inherit; cursor: pointer;
}
.i-ft-cookie:hover { color: #fff; text-decoration: underline; }
.i-ft p { max-width: 860px; margin: 8px auto 0; }
.cookie-consent {
  position: fixed; z-index: 1200; left: 16px; right: 16px; bottom: 16px;
  max-width: 920px; margin: 0 auto; padding: 18px 20px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  background: #fff; color: var(--text); border: 1px solid #d8e0e8; border-radius: 6px;
}
.cookie-consent[hidden] { display: none; }
.cookie-consent strong { color: var(--navy); font-size: 17px; }
.cookie-consent p { margin: 6px 0 0; max-width: 70ch; line-height: 1.45; }
.cookie-consent p a { color: var(--blue); text-decoration: underline; }
.cookie-actions { display: flex; flex: 0 0 auto; gap: 8px; }
@media (max-width: 720px) {
  .cookie-consent { align-items: stretch; flex-direction: column; gap: 14px; }
  .cookie-actions { justify-content: flex-end; }
}

.i-logo-img { display: flex; align-items: center; }
.i-logo-img img { display: block; }
.i-catbar { background: #082c4d; }
.i-catbar-in {
  width: min(1280px, calc(100% - 16px)); margin: 0 auto;
  display: flex; gap: 4px; overflow-x: auto; padding: 8px 8px 10px;
}
.i-catbar-item {
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  color: #fff; font-size: 11px; min-width: 72px; padding: 6px 8px; border-radius: 4px; white-space: nowrap;
}
.i-catbar-item:hover, .i-catbar-item.on { background: rgba(160,189,218,.25); }
.i-catbar-ico { color: #fff; }
.circles { display: flex; gap: 18px; overflow-x: auto; padding: 4px 0 8px; }
.circle { display: flex; flex-direction: column; align-items: center; gap: 8px; font-size: 13px; min-width: 96px; text-align: center; }
.circle-img {
  width: 88px; height: 88px; border-radius: 50%; border: 2px solid var(--orange);
  display: grid; place-items: center; overflow: hidden; background: #fff;
}
.circle-img img { width: 100%; height: 100%; object-fit: cover; }
.teaser.has-img {
  background-size: cover; background-position: center; min-height: 180px;
  text-shadow: 0 1px 2px rgba(0,0,0,.45);
}
.teaser-btn {
  display: inline-block; margin-top: 12px; padding: 8px 14px;
  border: 1px solid #fff; border-radius: 4px; font-size: 14px;
}
.tile-cat { font-size: 12px; color: var(--muted); margin-bottom: 2px; }
.news-strip {
  width: min(1280px, calc(100% - 32px)); margin: 16px auto;
  background: #e8eef4; border-radius: 4px; padding: 22px;
  display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; text-align: center;
}
.match-cats { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px; }
.match-cat {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  background: #f3f3f3; border-radius: 6px; padding: 10px 12px; font-size: 14px;
}
.match-cat:hover { background: #e8eef4; }
.match-cat-img { width: 64px; height: 48px; display: grid; place-items: center; }
.match-cat-img img { max-height: 48px; object-fit: contain; }
.trust { width: min(1280px, calc(100% - 32px)); margin: 32px auto 8px; }
.trust h2 { text-align: center; font-weight: 400; font-size: 22px; color: #555; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.trust-grid h3 { font-size: 15px; margin: 0 0 8px; }
.trust-grid p { font-size: 13px; color: #555; margin: 0; }
@media (max-width: 900px) { .trust-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .trust-grid { grid-template-columns: 1fr; } }
.i-ft-cols {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
  width: min(1280px, calc(100% - 32px)); margin: 0 auto 24px; text-align: left;
}
.i-ft-cols h3 { color: #fff; font-size: 14px; margin: 0 0 8px; }
.i-ft-cols ul { list-style: none; margin: 0; padding: 0; }
.i-ft-cols a { color: #c5d8ec; font-size: 13px; }
.i-ft-cols a:hover { color: #fff; text-decoration: underline; }
.i-ft-app { color: #fff; font-size: 15px; font-weight: 500; }
@media (max-width: 800px) { .i-ft-cols { grid-template-columns: 1fr 1fr; } }
.btn.go { background: #3d9b35; }
.btn.go:hover { background: #31822c; }
.pp-with-side { display: grid; grid-template-columns: 1fr 250px; gap: 24px; width: min(1280px, calc(100% - 32px)); margin: 0 auto 48px; }
.pp-with-side > .pp-main { min-width: 0; }
.pp.pp-with-side { width: min(1280px, calc(100% - 32px)); }
@media (max-width: 960px) { .pp-with-side { grid-template-columns: 1fr; } }
.pp-thumbs { display: flex; gap: 6px; margin-top: 8px; flex-wrap: wrap; }
.pp-thumb { width: 56px; height: 56px; border: 1px solid var(--line); background: #fff; padding: 2px; cursor: pointer; border-radius: 4px; }
.pp-thumb.on, .pp-thumb:hover { border-color: var(--blue); }
.pp-thumb img { width: 100%; height: 100%; object-fit: contain; }
.pp-side { border: 1px solid #c5d8ec; border-radius: 4px; padding: 12px; background: #f7fbff; }
.pp-side h3 { margin: 0 0 8px; font-size: 15px; font-weight: 500; }
.top10 { list-style: none; margin: 0; padding: 0; }
.top10 li { margin: 0; }
.top10 a { display: grid; grid-template-columns: 18px 40px 1fr; gap: 8px; align-items: center; padding: 8px 0; border-bottom: 1px solid #e6eef6; font-size: 12px; }
.top10 .n { color: var(--muted); font-weight: 700; }
.top10 strong { display: block; color: var(--orange); font-weight: 500; }
.sheet-g th { text-align: left; padding: 10px 10px 4px; font-size: 13px; background: #fff; }
.procon { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media (max-width: 700px) { .procon { grid-template-columns: 1fr; } }
.procon h3 { margin: 0 0 8px; font-size: 16px; }
.procon ul { margin: 0; padding: 0; list-style: none; }
.procon li { padding: 8px 0 8px 28px; position: relative; font-size: 14px; }
.pro-card, .con-card { border-radius: 8px; padding: 16px 18px; }
.pro-card { border: 1px solid #c8e6c9; background: #f7fff7; }
.con-card { border: 1px solid #ffcdd2; background: #fff7f7; }
.pro li::before, .con li::before {
  position: absolute; left: 0; top: 8px; width: 18px; height: 18px;
  border-radius: 50%; color: #fff; font-size: 13px; font-weight: 700;
  display: grid; place-items: center; line-height: 18px; text-align: center;
}
.pro li::before { content: "+"; background: #2e7d32; }
.con li::before { content: "–"; background: #c62828; }
.cat-content { margin-top: 32px; font-size: 14px; color: #444; max-width: 70ch; }
.cat-h-img { width: 72px; height: 56px; object-fit: contain; background: #f7f7f7; border-radius: 4px; }
.cat-overview {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
  width: min(1280px, calc(100% - 32px));
  margin: 8px auto 48px;
}
.cat-ov-item {
  display: flex; flex-direction: column;
  background: #f4f6f8; border-radius: 8px; overflow: hidden; color: inherit;
}
.cat-ov-item:hover { background: #e8eef4; }
.cat-ov-head {
  display: flex; align-items: center; gap: 12px;
  padding: 16px 16px 8px; font-size: 16px; font-weight: 500;
}
.cat-ov-ico {
  width: 56px; height: 48px; display: grid; place-items: center;
  color: var(--blue); flex-shrink: 0;
}
.cat-ov-ico img { max-width: 56px; max-height: 48px; object-fit: contain; }
.cat-ov-item .muted { padding: 0 16px 16px; font-size: 13px; margin: 0; }

.hub-page { width: min(1280px, calc(100% - 32px)); margin: 0 auto 56px; }
.hub-intro { margin: 8px 0 4px; }
.hub-intro h1 { font-size: 28px; font-weight: 400; margin: 0 0 10px; }
.hub-intro .lead { margin: 0; color: var(--muted); font-size: 15px; max-width: 78ch; line-height: 1.5; }
.hub-sec { padding: 22px 0 8px; border-top: 1px solid #e6e6e6; }
.hub-page > .hub-sec:first-of-type { border-top: 0; padding-top: 16px; }
.hub-sec > h2 { margin: 0 0 14px; font-size: 24px; font-weight: 400; color: var(--navy); }
.hub-sec > h2 a { color: inherit; }
.hub-sec > h2 a:hover { color: var(--blue); }
.l2-row {
  display: flex; gap: 12px; overflow-x: auto; padding: 2px 0 14px;
  scrollbar-width: thin;
}
.l2-tile {
  flex: 0 0 132px; width: 132px; min-height: 132px;
  background: #f3f5f7; border-radius: 4px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 10px; text-align: center; padding: 12px 8px; font-size: 13px; color: inherit;
}
.l2-tile:hover { background: #e8eef5; color: var(--blue); }
.l2-ico { width: 48px; height: 40px; display: grid; place-items: center; color: var(--navy); }
.l2-ico img, .l2-ico svg { max-width: 48px; max-height: 40px; }
.l2-lab {
  line-height: 1.25;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.l2-links { font-size: 13px; margin: 0 0 16px; line-height: 1.7; }
.l2-links a { color: var(--blue); }
.l2-links a:hover { color: var(--orange); }
.l2-links span { color: #c5c5c5; margin: 0 8px; }
.hub-pop-h { font-size: 15px; font-weight: 500; margin: 4px 0 12px; color: var(--ink); }
.pop-row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.pop-card {
  display: grid; grid-template-columns: 72px 1fr; gap: 10px; align-items: center;
  padding: 8px; border: 1px solid #ececec; border-radius: 4px; min-height: 80px;
}
.pop-card:hover { border-color: var(--blue); }
.pop-img {
  height: 64px; display: grid; place-items: center; background: #f7f7f7; border-radius: 2px;
}
.pop-img img { max-height: 56px; object-fit: contain; }
.pop-meta { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.pop-name {
  font-size: 13px; font-weight: 500; line-height: 1.3;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.pop-price { font-size: 12px; color: var(--muted); }
.pop-price strong { color: var(--orange); font-size: 14px; font-weight: 500; }
.news-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.news-stub { border: 1px solid #ececec; border-radius: 4px; overflow: hidden; background: #fff; }
.news-stub.soon { border-style: dashed; }
.news-stub-img { height: 132px; background: repeating-linear-gradient(-45deg, #eef2f6, #eef2f6 12px, #e8edf2 12px, #e8edf2 24px); }
.news-stub-body { padding: 12px 14px 16px; }
.news-stub-meta { font-size: 12px; color: #c0392b; font-weight: 500; }
.news-stub-title { font-size: 15px; margin: 6px 0 0; color: var(--muted); font-weight: 400; line-height: 1.35; }
.hub-content { margin-top: 28px; }
@media (max-width: 900px) {
  .pop-row { grid-template-columns: repeat(2, 1fr); }
  .news-row { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .pop-row { grid-template-columns: 1fr; }
}
.hero-row {
  width: min(1280px, calc(100% - 32px)); margin: 8px auto 0;
  display: grid; grid-template-columns: 1fr 340px; gap: 20px; align-items: start;
}
.hero-row .sec { width: auto; margin: 0; padding-top: 16px; }
.hero-row .teasers { width: auto; margin: 16px 0; grid-template-columns: 1fr; }
.hero-row .teaser { min-height: 160px; }
@media (max-width: 860px) { .hero-row { grid-template-columns: 1fr; } .hero-row .teasers { grid-template-columns: 1fr 1fr; } }
@media (max-width: 700px) { .hero-row .teasers { grid-template-columns: 1fr; } }
.sec-more { text-align: center; margin: 16px 0 8px; }
.e-lab {
  position: absolute; left: 6px; bottom: 6px;
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 22px; height: 18px; padding: 0 5px;
  font-size: 11px; font-weight: 700; color: #fff; border-radius: 2px;
}
.e-lab.e-A { background: #00a651; }
.e-lab.e-B { background: #4caf50; }
.e-lab.e-C { background: #cddc39; color: #222; }
.e-lab.e-D { background: #ffc107; color: #222; }
.e-lab.e-E { background: #ff9800; }
.e-lab.e-F { background: #f44336; }
.e-lab.e-G { background: #b71c1c; }
.shop-logo { max-height: 28px; max-width: 88px; object-fit: contain; display: block; margin-bottom: 4px; }
.pay-icons { display: inline-flex; gap: 4px; align-items: center; flex-wrap: wrap; vertical-align: middle; }
.pay-icons img { height: 16px; width: auto; }
.trust-ico { display: block; margin-bottom: 8px; }
.teasers-hero { }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.alert-form label { display: block; font-size: 13px; margin: 10px 0 4px; }
.alert-form input[type=email], .alert-form input[type=text] {
  width: 100%; padding: 8px 10px; border: 1px solid var(--line); border-radius: 4px; font: inherit; margin-bottom: 8px;
}
.alert-form.inline { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.alert-form.inline input { width: auto; flex: 1; min-width: 140px; margin: 0; }
.news-form { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; justify-content: center; }
.news-form input[type=email] {
  height: 40px; padding: 0 12px; border: 1px solid var(--blue); border-radius: 4px; font: inherit; min-width: 220px;
}
.variant-row { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 8px; }
.variant-card {
  display: flex; gap: 10px; align-items: center; min-width: 220px;
  border: 1px solid #e6e6e6; border-radius: 4px; padding: 8px 10px; background: #fff;
}
.variant-card:hover { border-color: var(--blue); }
.variant-card strong { display: block; color: var(--orange); font-weight: 500; }
.v-img { width: 48px; height: 48px; display: grid; place-items: center; background: #f7f7f7; }
.reviews { display: flex; flex-direction: column; gap: 12px; }
.review { border: 1px solid #e6e6e6; border-radius: 4px; padding: 12px 14px; }
.review header { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; margin-bottom: 6px; }
.stars { color: #f5a623; letter-spacing: 1px; }
.page-body h1 { font-weight: 400; }

.mag-page { width: min(1280px, calc(100% - 32px)); margin: 0 auto 56px; }
.mag-layout { display: grid; grid-template-columns: minmax(0, 1fr) var(--mag-side, 300px); gap: 32px; align-items: start; }
.mag-layout.no-side { grid-template-columns: minmax(0, 1fr); }
.mag-main { min-width: 0; }
.mag-intro h1 { font-size: 28px; font-weight: 400; margin: 8px 0 10px; }
.mag-intro .lead { margin: 0 0 20px; color: var(--muted); max-width: 78ch; }
.mag-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.mag-sec { padding: 22px 0 8px; border-top: 1px solid #e6e6e6; }
.mag-sec-h { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin-bottom: 14px; }
.mag-sec-h h2 { margin: 0; font-size: 22px; font-weight: 400; color: var(--navy); }
.mag-sec-h a { color: var(--blue); font-size: 14px; }
.mag-card { display: flex; flex-direction: column; gap: 8px; }
.mag-card-img { display: block; background: #eef2f6; aspect-ratio: 16/9; overflow: hidden; border-radius: 4px; }
.mag-card-img img { width: 100%; height: 100%; object-fit: cover; }
.mag-card-meta { font-size: 12px; display: flex; gap: 8px; align-items: center; }
.mag-kicker { color: #c0392b; font-weight: 500; }
.mag-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 16px; }
.mag-tags a {
  display: inline-block; padding: 4px 10px; border-radius: 999px; background: #eef2f6;
  font-size: 13px; color: var(--navy); font-weight: 500;
}
.mag-tags a:hover { background: #dce6f0; }
.mag-tags-home { margin: -4px 0 20px; }
.mag-date { color: var(--muted); }
.mag-card h3 { margin: 0; font-size: 16px; font-weight: 500; line-height: 1.35; }
.mag-card h3 a:hover { color: var(--blue); }
.mag-card p { margin: 0; color: var(--muted); font-size: 14px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.mag-side { display: flex; flex-direction: column; gap: 18px; min-width: 0; width: 100%; }
.mag-side h3 { margin: 0 0 8px; font-size: 15px; font-weight: 500; }
.mag-wid { min-width: 0; }
.mag-side-list { display: flex; flex-direction: column; gap: 8px; }
.mag-side-list a { font-size: 14px; line-height: 1.35; color: var(--navy); }
.mag-side-list a:hover { color: var(--blue); }
.mag-side-search input { width: 100%; padding: 8px 10px; border: 1px solid #e6e6e6; border-radius: 4px; font: inherit; }
.mag-side-tags { margin: 0; }
.mag-kids { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 16px; }
.mag-kids a { background: #f3f5f7; padding: 6px 10px; border-radius: 4px; font-size: 13px; }
.mag-kids a:hover { background: #e8eef5; color: var(--blue); }
.mag-article { max-width: none; }
.mag-article h1 { font-size: 32px; font-weight: 500; line-height: 1.25; margin: 8px 0 12px; color: var(--navy); }
.mag-dek { font-size: 18px; color: #555; font-style: italic; margin: 0 0 12px; }
.mag-byline { font-size: 13px; color: var(--muted); margin: 0 0 16px; display: flex; gap: 12px; flex-wrap: wrap; }
.mag-cover { margin: 0 0 20px; width: 100%; }
.mag-cover img { width: 100%; height: auto; border-radius: 4px; display: block; }
.mag-credit { font-size: 12px; color: var(--muted); margin: 6px 0 0; }
.mag-body { font-size: 17px; line-height: 1.65; }
.mag-body h2 { font-size: 22px; font-weight: 500; margin: 28px 0 10px; }
.mag-body h3 { font-size: 18px; font-weight: 500; margin: 20px 0 8px; }
.mag-body ul, .mag-body ol { margin: 0 0 16px; padding-left: 1.3em; }
.mag-body li { margin: 0 0 6px; }
.mag-body table { width: 100%; border-collapse: collapse; margin: 12px 0 20px; font-size: 15px; }
.mag-body th, .mag-body td { border: 1px solid #e6e6e6; padding: 8px 10px; text-align: left; vertical-align: top; }
.mag-body th { background: #f3f5f7; font-weight: 500; color: var(--navy); }
.mag-body img { max-width: 100%; height: auto; }
.voto-finale {
  margin: 20px 0;
  padding: 12px 16px;
  background: #eef2f6;
  border-left: 3px solid var(--orange, #ff6600);
  font-weight: 700;
  color: var(--navy);
}
.voto-finale .voto { font-size: 1.35rem; }
.ad-slot { background: #f7f7f7; border: 1px dashed #ddd; padding: 8px; text-align: center; }
.ad-slot img { max-width: 100%; height: auto; display: block; margin: 0 auto; }
.mag-wid-ad .ad-slot { margin: 0; }
@media (max-width: 900px) {
  .mag-layout { grid-template-columns: 1fr; }
  .mag-grid { grid-template-columns: 1fr; }
}

body.soon { min-height: 100vh; display: grid; place-items: center; background: var(--bg); }
.soon-box { text-align: center; max-width: 28rem; }
.soon-box h1 { font-size: 28px; }
