/* =========================================================
   Home11 — "GrabPro Hub" (home9-inspired + expanded)
   Same DNA: forest/lime, Syne/Manrope, board, mosaic
   New: chips, hot rail, dual spotlight, ending soon,
   spar-pfad, compare, quotes, mag layout, sticky bar
   ========================================================= */

:root {
  --ink: #071a14;
  --ink-2: #0d2b22;
  --mist: #eef3f0;
  --soft: #e3ebe6;
  --white: #ffffff;
  --mute: #5a6b63;
  --lime: #b7ff50;
  --lime-deep: #8fd420;
  --lime-rgb: 183, 255, 80;
  --line: rgba(7, 26, 20, 0.1);
  --line-strong: rgba(7, 26, 20, 0.18);
  --display: "Syne", system-ui, sans-serif;
  --sans: "Manrope", system-ui, sans-serif;
  --shadow: 0 20px 50px rgba(7, 26, 20, 0.12);
  --radius: 18px;
  --radius-sm: 12px;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}

.h11-body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
  background: var(--mist);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px; /* keep rem scale correct even if global Bootstrap overrides body */
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

.h11-wrap {
  width: min(1320px, calc(100% - 2.5rem));
  margin-inline: auto;
}

.h11-body.h11-lock { overflow: hidden; }
.h11-body a { color: inherit; text-decoration: none; }
.h11-body img { max-width: 100%; display: block; }
.h11-body button, .h11-body input { font: inherit; }
.h11-body h1, .h11-body h2, .h11-body h3 {
  font-family: var(--display);
  letter-spacing: -0.035em;
  margin: 0;
  line-height: 1.08;
}

/* Shared store-logo frame — landscape, fills box cleanly */
.h11-store-logo,
.h11-hero-card__logo,
.h11-coupon__logo,
.h11-rail__top img,
.h11-board__deal img,
.h11-ending__row img,
.h11-dual__media img,
.h11-dir img,
.gg-deal-card__logo,
.gg-store-hero__logo,
.gg-store-grid img {
  background: #fff !important;
  border: 1px solid var(--line-strong);
  box-sizing: border-box;
}

.h11-store-logo img,
.h11-hero-card__logo img,
.h11-coupon__logo img,
.h11-rail__top img,
.h11-board__deal img,
.h11-ending__row img,
.h11-dual__media img,
.h11-dir img,
.gg-deal-card__logo,
.gg-store-hero__logo img,
.gg-store-grid img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: center;
  padding: 0;
}

/* Buttons — lime CTAs always use dark text (not inherited white from dark sections) */
.h11-btn,
.h11-body a.h11-btn,
.h11-body button.h11-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.85rem 1.35rem;
  border: 0;
  border-radius: 999px;
  background: var(--lime);
  color: var(--ink);
  font-weight: 800;
  font-size: 0.92rem;
  cursor: pointer;
  transition: transform 0.2s, background 0.2s, box-shadow 0.2s;
  box-shadow: 0 8px 20px rgba(183, 255, 80, 0.25);
}

.h11-btn:hover,
.h11-body a.h11-btn:hover,
.h11-body button.h11-btn:hover {
  background: #c8ff6e;
  color: var(--ink);
  transform: translateY(-1px);
}

.h11-btn--sm {
  padding: 0.55rem 0.95rem;
  font-size: 0.8rem;
  box-shadow: none;
}

.h11-btn--block { width: 100%; }

.h11-btn--ghost,
.h11-body a.h11-btn--ghost {
  background: transparent;
  border: 1.5px solid rgba(255,255,255,0.28);
  color: var(--white);
  box-shadow: none;
}

.h11-btn--ghost:hover,
.h11-body a.h11-btn--ghost:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.5);
  color: var(--white);
}

.h11-btn--ghost-light,
.h11-body a.h11-btn--ghost-light {
  background: transparent;
  border: 1.5px solid rgba(255,255,255,0.35);
  color: var(--white);
  box-shadow: none;
}

.h11-body a.h11-btn--ghost-light:hover {
  color: var(--white);
}

.h11-ghost {
  display: none;
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--mute);
}

.h11-ghost:hover { color: var(--ink); }

.h11-link {
  font-weight: 800;
  font-size: 0.9rem;
  color: var(--ink-2);
  white-space: nowrap;
  border-bottom: 2px solid var(--lime);
  padding-bottom: 0.1rem;
}

.h11-link:hover { color: var(--lime-deep); }

/* Header */
.h11-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: #ffffff;
  backdrop-filter: none;
  border-bottom: 1px solid var(--line);
}

.h11-header__announce {
  background: var(--ink);
  color: rgba(255,255,255,0.78);
  font-size: 0.78rem;
  font-weight: 600;
}

.h11-header__announce .h11-wrap {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.h11-header__announce a {
  color: var(--lime);
  font-weight: 800;
  white-space: nowrap;
}

.h11-header__row {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.h11-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.2rem;
  letter-spacing: -0.04em;
  flex-shrink: 0;
}

.h11-logo img {
  display: block;
  height: 64px;
  width: auto;
  max-width: 280px;
  object-fit: contain;
}

.h11-logo span:last-child { color: var(--lime-deep); }

.h11-logo--light { color: var(--white); }
.h11-logo--light span:last-child { color: var(--lime); }

.h11-logo--footer img {
  height: 64px;
  max-width: 280px;
}

.h11-logo__mark {
  width: 14px;
  height: 14px;
  border-radius: 4px;
  background: var(--lime);
  box-shadow: 0 0 0 4px rgba(183, 255, 80, 0.25);
}

.h11-nav {
  display: none;
  gap: 1.35rem;
  font-size: 0.92rem;
  font-weight: 700;
}

.h11-nav a:hover { color: var(--lime-deep); }

.h11-header__end {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.h11-header__cta {
  display: none !important;
}

.h11-burger {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  background: var(--white);
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.h11-burger span {
  width: 16px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
}

.h11-drawer__overlay {
  position: fixed;
  inset: 0;
  background: rgba(7, 26, 20, 0.45);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
  z-index: 90;
}

.h11-drawer__overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.h11-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(320px, 88vw);
  height: 100%;
  background: var(--white);
  z-index: 100;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  transform: translateX(105%);
  transition: transform 0.3s ease;
  box-shadow: var(--shadow);
}

.h11-drawer.is-open { transform: translateX(0); }

.h11-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--line);
}

.h11-drawer__close {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  background: var(--white);
  color: var(--ink);
  font-size: 1.45rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.h11-drawer__close:hover {
  background: var(--soft);
}

.h11-drawer a {
  font-weight: 700;
  font-size: 1rem;
}

@media (min-width: 960px) {
  .h11-nav, .h11-ghost { display: flex; }
  .h11-header__cta { display: inline-flex !important; }
  .h11-burger { display: none; }
}

/* Hero */
.h11-hero {
  position: relative;
  z-index: 5;
  background: radial-gradient(1200px 600px at 10% -10%, #134536 0%, transparent 55%),
              radial-gradient(900px 500px at 90% 10%, #1a5c48 0%, transparent 50%),
              var(--ink);
  color: var(--white);
  padding: 3.5rem 0 4rem;
  overflow: visible;
}

.h11-hero__glow {
  position: absolute;
  width: min(420px, 55vw);
  height: min(420px, 55vw);
  right: 0;
  bottom: -80px;
  background: radial-gradient(circle, rgba(183, 255, 80,0.22), transparent 65%);
  pointer-events: none;
  animation: h11-glow 8s ease-in-out infinite;
}

@keyframes h11-glow {
  0%, 100% { transform: scale(1); opacity: 0.8; }
  50% { transform: scale(1.15); opacity: 1; }
}

.h11-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 980px) {
  .h11-hero__grid {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 3.5rem;
  }
}

.h11-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1rem;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgba(255,255,255,0.85);
}

.h11-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 0 rgba(183, 255, 80, 0.6);
  animation: h11-pulse 1.8s infinite;
}

@keyframes h11-pulse {
  0% { box-shadow: 0 0 0 0 rgba(183, 255, 80, 0.55); }
  70% { box-shadow: 0 0 0 10px rgba(183, 255, 80, 0); }
  100% { box-shadow: 0 0 0 0 rgba(183, 255, 80, 0); }
}

.h11-hero h1 {
  font-size: clamp(2.6rem, 6.5vw, 4.4rem);
  max-width: 12ch;
}

.h11-hero h1 em {
  font-style: normal;
  color: var(--lime);
}

.h11-lead {
  margin: 1.15rem 0 1.5rem;
  max-width: 34rem;
  color: rgba(255,255,255,0.72);
  font-size: 1.08rem;
}

.h11-search {
  position: relative;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  max-width: 520px;
  background: var(--white);
  border-radius: 999px;
  padding: 0.35rem 0.35rem 0.35rem 1.1rem;
  box-shadow: 0 16px 40px rgba(0,0,0,0.25);
}

.h11-search i { color: var(--mute); }

.h11-search input {
  flex: 1;
  border: 0;
  outline: none;
  min-width: 0;
  padding: 0.7rem 0.25rem;
  color: var(--ink);
  font-size: 0.95rem;
}

.h11-search button {
  border: 0;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  font-weight: 800;
  padding: 0.75rem 1.2rem;
  cursor: pointer;
}

.h11-search__drop {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  background: var(--white);
  color: var(--ink);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow);
  max-height: 280px;
  overflow: auto;
  z-index: 40;
}

.h11-search__drop.is-open { display: block; }

.h11-search__drop a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--line);
  font-weight: 600;
}

.h11-search__drop a:hover { background: var(--mist); }
.h11-search__drop img {
  width: 56px;
  height: 32px;
  object-fit: contain;
  background: #fff;
  border-radius: 8px;
  padding: 0.15rem 0.3rem;
  border: 1px solid var(--line);
}
.h11-empty { padding: 1rem; color: var(--mute); font-size: 0.9rem; }

.h11-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.h11-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 2rem;
  max-width: 420px;
}

.h11-stats div {
  padding: 0.85rem 0.75rem;
  border-radius: var(--radius-sm);
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
}

.h11-stats strong {
  display: block;
  font-family: var(--display);
  font-size: 1.35rem;
  letter-spacing: -0.03em;
  color: var(--lime);
}

.h11-stats span {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.65);
  font-weight: 600;
}

/* Hero card */
.h11-hero-card {
  position: relative;
  background: linear-gradient(180deg, #12362c 0%, #0a241c 100%);
  border: 1px solid rgba(183, 255, 80, 0.22);
  border-radius: 24px;
  padding: 1.5rem;
  box-shadow: 0 30px 60px rgba(0,0,0,0.35);
  animation: h11-rise 0.8s ease both;
}

@keyframes h11-rise {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

.h11-hero-card__ribbon {
  display: inline-flex;
  margin-bottom: 1rem;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: var(--lime);
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.h11-hero-card__logo {
  width: 148px;
  height: 72px;
  border-radius: 14px;
  background: var(--white);
  display: grid;
  place-items: center;
  margin-bottom: 0.85rem;
  padding: 0.45rem 0.65rem;
  overflow: hidden;
}

.h11-hero-card__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.h11-hero-card__store {
  margin: 0 0 0.35rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}

.h11-hero-card__discount {
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 2.6rem);
  color: var(--lime);
  margin-bottom: 0.4rem;
}

.h11-hero-card h2 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.h11-hero-card__meta {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.h11-hero-card__meta li {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255,255,255,0.75);
}

/* Marquee — up to 30 unique logos; clone group for seamless scroll */
.h11-marquee {
  --mq-gap: 1rem;
  background: #ffffff;
  color: var(--ink);
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  border-bottom: 1px solid rgba(7, 26, 20, 0.06);
  box-shadow:
    0 8px 24px rgba(7, 26, 20, 0.06),
    0 2px 6px rgba(7, 26, 20, 0.04);
  position: relative;
  z-index: 1;
  contain: paint;
}

.h11-marquee__track {
  display: flex;
  flex-wrap: nowrap;
  gap: var(--mq-gap);
  width: max-content;
  max-width: none;
  padding: 1rem 0;
  animation: h11-scroll 55s linear infinite;
  will-change: transform;
}

.h11-marquee:hover .h11-marquee__track {
  animation-play-state: paused;
}

.h11-marquee__group {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: var(--mq-gap);
  flex: 0 0 auto;
  width: max-content;
}

.h11-marquee__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.h11-marquee__item img {
  display: block;
  width: 64px;
  height: 64px;
  object-fit: contain;
  padding: 0.4rem;
  background: #ffffff;
  border: 1px solid rgba(7, 26, 20, 0.1);
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(7, 26, 20, 0.08);
  transition: transform 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}

.h11-marquee__item:hover img {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 6px 16px rgba(7, 26, 20, 0.14);
}

@keyframes h11-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - (var(--mq-gap) / 2))); }
}

@media (max-width: 700px) {
  .h11-marquee {
    --mq-gap: 0.75rem;
  }

  .h11-marquee__item img {
    width: 52px;
    height: 52px;
  }
}

/* Sections */
.h11-section { padding: 4rem 0; }

.h11-section--soft { background: var(--soft); }

.h11-section--ink {
  background: var(--ink-2);
  color: var(--white);
}

.h11-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.75rem;
  flex-wrap: wrap;
}

.h11-section__head h2 {
  font-size: clamp(1.7rem, 3.5vw, 2.4rem);
}

.h11-section__head--light .h11-kicker { color: var(--lime); }

.h11-section__sub {
  margin: 0.45rem 0 0;
  color: var(--mute);
  max-width: 36rem;
}

.h11-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lime-deep);
}

/* Trust */
.h11-trust { padding-top: 3rem; padding-bottom: 2rem; }

.h11-trust__grid {
  display: grid;
  gap: 0.85rem;
}

@media (min-width: 700px) {
  .h11-trust__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1000px) {
  .h11-trust__grid { grid-template-columns: repeat(4, 1fr); }
}

.h11-trust article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.25rem;
  transition: transform 0.25s, box-shadow 0.25s;
}

.h11-trust article:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.h11-trust i {
  color: var(--lime-deep);
  font-size: 1.15rem;
  margin-bottom: 0.75rem;
}

.h11-trust h3 {
  font-size: 1.05rem;
  margin-bottom: 0.4rem;
}

.h11-trust p {
  margin: 0;
  color: var(--mute);
  font-size: 0.9rem;
}

/* Category grid — equal cards */
.h11-cats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
}

@media (min-width: 640px) {
  .h11-cats { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 980px) {
  .h11-cats { grid-template-columns: repeat(4, 1fr); }
}

.h11-cats__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform 0.22s, box-shadow 0.22s, border-color 0.22s;
}

.h11-cats__card:hover {
  transform: translateY(-3px);
  border-color: var(--line-strong);
  box-shadow: var(--shadow);
}

.h11-cats__media {
  position: relative;
  aspect-ratio: 16 / 10;
  background: var(--soft);
  overflow: hidden;
}

.h11-cats__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.h11-cats__card:hover .h11-cats__media img {
  transform: scale(1.05);
}

.h11-cats__body {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 0.95rem 1rem 1.1rem;
  flex: 1;
}

.h11-cats__body span {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--lime-deep);
}

.h11-cats__body strong {
  font-family: var(--display);
  font-size: 1.05rem;
  letter-spacing: -0.025em;
  line-height: 1.25;
  color: var(--ink);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.h11-cats__body em {
  margin-top: auto;
  padding-top: 0.35rem;
  font-style: normal;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--mute);
}

/* Keep old mosaic selectors inert if leftover markup appears */
.h11-mosaic { display: none; }

/* Spotlight */
.h11-spotlight {
  display: grid;
  gap: 1rem;
}

@media (min-width: 800px) {
  .h11-spotlight {
    grid-template-columns: 1.3fr 1fr 1fr;
    align-items: stretch;
  }
  .h11-spot--1 { min-height: 100%; }
}

.h11-spot {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s, box-shadow 0.25s;
}

.h11-spot:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.h11-spot__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.h11-spot__top img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  background: var(--mist);
  border-radius: 12px;
  padding: 0.35rem;
}

.h11-spot__badge {
  background: var(--ink);
  color: var(--lime);
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.35rem 0.55rem;
  border-radius: 8px;
}

.h11-spot__store {
  margin: 0 0 0.25rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--mute);
}

.h11-spot h3 {
  font-size: 1.15rem;
  margin-bottom: auto;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.h11-spot--1 h3 { font-size: 1.45rem; }

.h11-spot__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.h11-spot__foot small {
  color: var(--mute);
  font-weight: 600;
}

/* Deal board */
.h11-board {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.h11-board__head,
.h11-board__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  padding: 1rem 1.15rem;
  align-items: center;
}

@media (min-width: 860px) {
  .h11-board__head,
  .h11-board__row {
    grid-template-columns: minmax(0, 1.6fr) 0.55fr 0.55fr 0.7fr;
    gap: 1rem;
  }
}

.h11-board__head {
  background: var(--ink);
  color: rgba(255,255,255,0.7);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.h11-board__head span:nth-child(n+2) {
  display: none;
}

@media (min-width: 860px) {
  .h11-board__head span:nth-child(n+2) { display: block; }
}

.h11-board__row {
  border-top: 1px solid var(--line);
  transition: background 0.2s;
}

.h11-board__row:hover { background: #f7faf8; }

.h11-board__deal {
  display: flex;
  gap: 0.85rem;
  align-items: center;
  min-width: 0;
}

.h11-board__deal img {
  width: 104px;
  height: 56px;
  object-fit: contain;
  background: #fff;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  padding: 0.3rem 0.45rem;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(7, 26, 20, 0.08);
}

.h11-board__deal strong {
  display: block;
  font-size: 0.82rem;
  font-weight: 800;
}

.h11-board__deal p {
  margin: 0.15rem 0 0;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.h11-board__deal em {
  display: inline-block;
  margin-top: 0.25rem;
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--mute);
}

.h11-board__disc {
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--lime-deep);
}

.h11-board__date {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--mute);
}

.h11-board__cta { justify-self: start; }

@media (min-width: 860px) {
  .h11-board__cta { justify-self: end; }
}

@media (max-width: 859px) {
  .h11-board__disc::before {
    content: "Rabatt · ";
    font-family: var(--sans);
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--mute);
  }
  .h11-board__date::before {
    content: "Gültig · ";
    font-size: 0.72rem;
    font-weight: 700;
  }
}

/* Flow */
.h11-flow {
  display: grid;
  gap: 1rem;
}

@media (min-width: 800px) {
  .h11-flow { grid-template-columns: repeat(4, 1fr); }
}

.h11-flow__step {
  padding: 1.35rem;
  border-radius: var(--radius);
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
}

.h11-flow__step span {
  display: block;
  font-family: var(--display);
  font-size: 1.6rem;
  color: var(--lime);
  margin-bottom: 0.75rem;
}

.h11-flow__step h3 {
  font-size: 1.1rem;
  margin-bottom: 0.45rem;
}

.h11-flow__step p {
  margin: 0;
  color: rgba(255,255,255,0.65);
  font-size: 0.9rem;
}

/* Directory */
.h11-directory {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

@media (min-width: 600px) {
  .h11-directory { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 900px) {
  .h11-directory { grid-template-columns: repeat(6, 1fr); }
}

.h11-dir {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  text-align: center;
  padding: 1rem 0.6rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.h11-dir:hover {
  transform: translateY(-3px);
  border-color: var(--lime-deep);
  box-shadow: var(--shadow);
}

.h11-dir img {
  width: 96px;
  height: 48px;
  object-fit: contain;
  padding: 0.25rem;
  border-radius: 10px;
}

.h11-dir span {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Posts */
.h11-posts {
  display: grid;
  gap: 1rem;
}

@media (min-width: 800px) {
  .h11-posts { grid-template-columns: repeat(3, 1fr); }
}

.h11-post {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform 0.25s, box-shadow 0.25s;
}

.h11-post:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.h11-post__media {
  aspect-ratio: 16/10;
  background: var(--ink);
  overflow: hidden;
}

.h11-post__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s;
}

.h11-post:hover .h11-post__media img { transform: scale(1.05); }

.h11-post__ph {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #134536, #071a14);
}

.h11-post__body { padding: 1.15rem; }

.h11-post__body small {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--mute);
  font-weight: 700;
  font-size: 0.75rem;
}

.h11-post__body h3 {
  font-size: 1.1rem;
  margin-bottom: 0.45rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.h11-post__body p {
  margin: 0;
  color: var(--mute);
  font-size: 0.9rem;
}

/* Split FAQ + mail */
.h11-split {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 860px) {
  .h11-split { grid-template-columns: 1.1fr 0.9fr; }
}

.h11-faq,
.h11-mail {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.5rem;
}

.h11-faq h2,
.h11-mail h2 {
  font-size: 1.7rem;
  margin-bottom: 1rem;
}

.h11-faq details {
  border-top: 1px solid var(--line);
  padding: 0.85rem 0;
}

.h11-faq summary {
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.h11-faq summary::-webkit-details-marker { display: none; }

.h11-faq summary::after {
  content: "+";
  float: right;
  color: var(--lime-deep);
  font-weight: 800;
}

.h11-faq details[open] summary::after { content: "–"; }

.h11-faq p {
  margin: 0.55rem 0 0;
  color: var(--mute);
  font-size: 0.92rem;
}

.h11-mail p {
  margin: 0 0 1.1rem;
  color: var(--mute);
}

.h11-mail form {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.h11-mail input {
  border: 1.5px solid var(--line-strong);
  border-radius: 999px;
  padding: 0.85rem 1.1rem;
  outline: none;
}

.h11-mail input:focus { border-color: var(--lime-deep); }

#subscriptionMessage {
  margin-top: 0.75rem;
  font-weight: 700;
  color: var(--lime-deep);
  font-size: 0.9rem;
}

/* Final CTA */
.h11-final {
  background:
    radial-gradient(700px 300px at 20% 0%, rgba(183, 255, 80,0.18), transparent 60%),
    var(--ink);
  color: var(--white);
  padding: 4rem 0;
}

.h11-final__inner {
  text-align: center;
  max-width: 640px;
}

.h11-final h2 {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  margin-bottom: 0.65rem;
}

.h11-final p {
  margin: 0 0 1.35rem;
  color: rgba(255,255,255,0.7);
}

.h11-final .h11-hero__actions {
  justify-content: center;
  margin-top: 0;
}

/* Footer */
.h11-footer {
  background: #04110d;
  color: rgba(255,255,255,0.72);
  padding-top: 3.5rem;
}

.h11-footer__top {
  display: grid;
  gap: 2rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 800px) {
  .h11-footer__top {
    grid-template-columns: 1.5fr repeat(3, 0.8fr);
  }
}

.h11-footer__brand p {
  margin: 1rem 0;
  max-width: 28rem;
  font-size: 0.95rem;
}

.h11-footer__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.h11-footer__badges span {
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
  border: 1px solid rgba(183, 255, 80,0.3);
  color: var(--lime);
  font-size: 0.72rem;
  font-weight: 800;
}

.h11-footer h4 {
  margin: 0 0 0.85rem;
  font-family: var(--sans);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--lime);
}

.h11-footer a {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.92rem;
}

.h11-footer a:hover { color: var(--white); }

.h11-footer__base {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 1.1rem 0;
  font-size: 0.8rem;
}

.h11-footer__base .h11-wrap {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

/* Cookie + top */
.h11-cookie {
  display: none;
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 110;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.1rem 1.25rem;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  box-shadow: var(--shadow);
}

.h11-cookie.is-show { display: flex; }

.h11-cookie strong {
  display: block;
  font-family: var(--display);
  margin-bottom: 0.2rem;
}

.h11-cookie p {
  margin: 0;
  color: var(--mute);
  font-size: 0.88rem;
  max-width: 36rem;
}

.h11-cookie__actions {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.h11-cookie__actions a { font-weight: 700; font-size: 0.88rem; }

.h11-cookie__ok {
  background: var(--ink);
  color: var(--white) !important;
  padding: 0.55rem 1rem;
  border-radius: 999px;
}

.h11-top {
  position: fixed;
  right: 1.1rem;
  bottom: 1.1rem;
  z-index: 70;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: var(--ink);
  color: var(--lime);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s, transform 0.25s;
  box-shadow: var(--shadow);
}

@media (max-width: 700px) {
  .h11-top {
    right: 0.85rem;
    bottom: calc(1.1rem + env(safe-area-inset-bottom, 0px));
  }

  .gg-page {
    padding-bottom: 4.5rem;
  }

  .gg-page:has(> .gg-cta:last-child) {
    padding-bottom: 0;
  }
}

.h11-top.is-show {
  opacity: 1;
  pointer-events: auto;
}

.h11-top:hover { transform: translateY(-2px); }

@media (prefers-reduced-motion: reduce) {
  .h11-marquee__track,
  .h11-pulse,
  .h11-hero__glow,
  .h11-hero-card { animation: none; }
  .h11-spot, .h11-dir, .h11-post, .h11-trust article { transition: none; }
}

/* =========================================================
   Home11 extras — new sections beyond home9
   ========================================================= */

:root {
  --cyan: #5eead4;
}

/* Quick chips */
.h11-chips-sec {
  display: none; /* hidden for now — keep markup in home11 */
  padding: 1rem 0 0;
  margin-top: -0.5rem;
  position: relative;
  z-index: 2;
}

.h11-chips {
  display: flex;
  gap: 0.55rem;
  overflow-x: auto;
  padding-bottom: 0.35rem;
  -webkit-overflow-scrolling: touch;
}

.h11-chip {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  background: var(--white);
  border: 1px solid var(--line);
  font-size: 0.82rem;
  font-weight: 800;
  white-space: nowrap;
  transition: border-color 0.2s, background 0.2s, transform 0.2s;
}

.h11-chip i { color: var(--lime-deep); font-size: 0.78rem; }

.h11-chip:hover,
.h11-chip.is-active {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
  transform: translateY(-1px);
}

.h11-chip:hover i,
.h11-chip.is-active i { color: var(--lime); }

/* Hot Rail */
.h11-rail {
  display: flex;
  gap: 0.85rem;
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 100%;
  padding: 0.25rem max(1rem, calc((100% - 1320px) / 2 + 1rem)) 0.75rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}

.h11-rail::-webkit-scrollbar { height: 6px; }
.h11-rail::-webkit-scrollbar-thumb { background: rgba(7,26,20,0.2); border-radius: 99px; }

.h11-rail__card {
  flex: 0 0 min(260px, 80vw);
  scroll-snap-align: start;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  transition: transform 0.25s, box-shadow 0.25s;
}

.h11-rail__card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.h11-rail__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
  gap: 0.65rem;
}

.h11-rail__top img {
  width: 110px;
  height: 56px;
  object-fit: contain;
  background: #fff;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  padding: 0.35rem 0.5rem;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(7, 26, 20, 0.08);
}

.h11-rail__top span {
  background: var(--ink);
  color: var(--lime);
  font-size: 0.75rem;
  font-weight: 800;
  padding: 0.35rem 0.55rem;
  border-radius: 8px;
  flex-shrink: 0;
}

.h11-rail__card > p {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--mute);
}

.h11-rail__card h3 {
  font-size: 1rem;
  margin-bottom: auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.2em;
}

.h11-rail__card .h11-btn { margin-top: 0.75rem; width: 100%; }

/* Dual Spotlight */
.h11-dual {
  display: grid;
  gap: 1rem;
}

@media (min-width: 860px) {
  .h11-dual { grid-template-columns: 1fr 1fr; }
}

.h11-dual__card {
  display: grid;
  gap: 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform 0.25s, box-shadow 0.25s;
}

.h11-dual__card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

@media (min-width: 600px) {
  .h11-dual__card {
    grid-template-columns: 0.85fr 1.15fr;
  }
}

.h11-dual__media {
  position: relative;
  background: linear-gradient(160deg, #12362c, #071a14);
  min-height: 180px;
  display: grid;
  place-items: center;
  padding: 1.5rem;
}

.h11-dual__media img {
  width: 140px;
  height: 72px;
  object-fit: contain;
  background: var(--white);
  border-radius: 14px;
  padding: 0.45rem 0.65rem;
}

.h11-dual__badge {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  background: var(--lime);
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.3rem 0.55rem;
  border-radius: 8px;
}

.h11-dual__body {
  padding: 1.35rem;
  display: flex;
  flex-direction: column;
}

.h11-dual__store {
  margin: 0 0 0.3rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--mute);
}

.h11-dual__body h3 {
  font-size: 1.25rem;
  margin-bottom: 0.85rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.h11-dual__body ul {
  list-style: none;
  margin: 0 0 1.15rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.h11-dual__body li {
  padding: 0.3rem 0.55rem;
  border-radius: 999px;
  background: var(--mist);
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--mute);
}

.h11-dual__body .h11-btn {
  margin-top: auto;
  align-self: flex-start;
}

/* Ending Soon */
.h11-ending {
  background:
    radial-gradient(700px 280px at 80% 0%, rgba(183, 255, 80,0.12), transparent 55%),
    var(--ink-2);
  color: var(--white);
}

.h11-ending__grid {
  display: grid;
  gap: 0.85rem;
}

@media (min-width: 800px) {
  .h11-ending__grid { grid-template-columns: repeat(2, 1fr); }
}

.h11-ending__card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  padding: 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.h11-ending__timer {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  align-self: flex-start;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: rgba(183, 255, 80,0.12);
  color: var(--lime);
  font-size: 0.75rem;
  font-weight: 800;
}

.h11-ending__row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.75rem;
  align-items: center;
}

.h11-ending__row img {
  width: 88px;
  height: 48px;
  object-fit: contain;
  background: var(--white);
  border-radius: 10px;
  padding: 0.25rem 0.4rem;
}

.h11-ending__row strong {
  display: block;
  font-size: 0.8rem;
}

.h11-ending__row p {
  margin: 0.15rem 0 0;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.h11-ending__row > span {
  font-family: var(--display);
  font-weight: 800;
  color: var(--lime);
  font-size: 0.95rem;
  white-space: nowrap;
}

.h11-ending__card .h11-btn {
  align-self: flex-start;
}

/* Spar-Pfad */
.h11-path { position: relative; }

.h11-path__bar {
  display: none;
  height: 3px;
  background: rgba(255,255,255,0.1);
  border-radius: 99px;
  margin: 0 8% 1.75rem;
  overflow: hidden;
}

.h11-path__bar span {
  display: block;
  width: 70%;
  height: 100%;
  background: linear-gradient(90deg, var(--lime), var(--cyan));
  border-radius: 99px;
  animation: h11-progress 2.8s ease-in-out infinite alternate;
}

@keyframes h11-progress {
  from { width: 35%; }
  to { width: 92%; }
}

@media (min-width: 800px) {
  .h11-path__bar { display: block; }
}

.h11-path__steps {
  display: grid;
  gap: 0.85rem;
}

@media (min-width: 800px) {
  .h11-path__steps { grid-template-columns: repeat(4, 1fr); }
}

.h11-path__steps > div {
  padding: 1.25rem;
  border-radius: var(--radius);
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
}

.h11-path__steps b {
  display: block;
  font-family: var(--display);
  font-size: 1.5rem;
  color: var(--lime);
  margin-bottom: 0.55rem;
}

.h11-path__steps h3 {
  font-size: 1.05rem;
  margin-bottom: 0.35rem;
}

.h11-path__steps p {
  margin: 0;
  color: rgba(255,255,255,0.65);
  font-size: 0.9rem;
}

/* Compare */
.h11-compare {
  display: grid;
  gap: 0.85rem;
}

@media (min-width: 800px) {
  .h11-compare { grid-template-columns: 1fr 1fr; }
}

.h11-compare__col {
  border-radius: var(--radius);
  padding: 1.5rem;
  border: 1px solid var(--line);
}

.h11-compare__col h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.h11-compare__col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.h11-compare__col li {
  padding: 0.65rem 0;
  border-top: 1px solid var(--line);
  font-weight: 600;
  color: var(--mute);
}

.h11-compare__col--mute {
  background: var(--soft);
}

.h11-compare__col--pro {
  background: var(--ink);
  color: var(--white);
  border-color: transparent;
  box-shadow: var(--shadow);
}

.h11-compare__col--pro h3 { color: var(--lime); }

.h11-compare__col--pro li {
  border-color: rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.8);
}

.h11-compare__col--pro li::before {
  content: "✓ ";
  color: var(--lime);
  font-weight: 800;
}

/* Quotes */
.h11-quotes {
  display: grid;
  gap: 0.85rem;
}

@media (min-width: 800px) {
  .h11-quotes { grid-template-columns: repeat(3, 1fr); }
}

.h11-quotes blockquote {
  margin: 0;
  padding: 1.35rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  border-top: 3px solid var(--lime);
}

.h11-quotes p {
  margin: 0 0 1rem;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.45;
}

.h11-quotes cite {
  font-style: normal;
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--mute);
}

/* Magazin featured */
.h11-mag {
  display: grid;
  gap: 1rem;
}

@media (min-width: 900px) {
  .h11-mag {
    grid-template-columns: 1.35fr 1fr;
    align-items: stretch;
  }
}

.h11-mag__main {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s, box-shadow 0.25s;
}

.h11-mag__main:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.h11-mag__media {
  aspect-ratio: 16/10;
  background: var(--ink);
  overflow: hidden;
}

.h11-mag__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s;
}

.h11-mag__main:hover .h11-mag__media img { transform: scale(1.04); }

.h11-mag__body { padding: 1.25rem; }

.h11-mag__body small,
.h11-mag__item small {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--mute);
  font-weight: 700;
  font-size: 0.75rem;
}

.h11-mag__body h3 {
  font-size: 1.45rem;
  margin-bottom: 0.45rem;
}

.h11-mag__body p {
  margin: 0;
  color: var(--mute);
}

.h11-mag__side {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.h11-mag__item {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 0.85rem;
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0.65rem;
  transition: border-color 0.2s, transform 0.2s;
}

.h11-mag__item:hover {
  border-color: var(--lime-deep);
  transform: translateX(2px);
}

.h11-mag__thumb {
  aspect-ratio: 1;
  border-radius: 10px;
  overflow: hidden;
  background: var(--ink);
}

.h11-mag__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.h11-mag__item h3 {
  font-size: 0.98rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Mobile sticky deal bar */
.h11-sticky {
  position: fixed;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  z-index: 75;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.75rem 0.85rem;
  background: var(--ink);
  color: var(--white);
  border-radius: 16px;
  border: 1px solid rgba(183, 255, 80,0.25);
  box-shadow: 0 16px 40px rgba(0,0,0,0.3);
}

.h11-sticky strong {
  display: block;
  color: var(--lime);
  font-family: var(--display);
  font-size: 1rem;
}

.h11-sticky span {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.65);
  font-weight: 600;
}

@media (min-width: 900px) {
  .h11-sticky { display: none; }
}

body.h11-body { padding-bottom: 5rem; }
@media (min-width: 900px) {
  body.h11-body { padding-bottom: 0; }
}

/* =========================================================
   Home11 — Welcome coupons popup + guide image polish
   ========================================================= */

.h11-mag__media img,
.h11-mag__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.h11-body.h11-welcome-open { overflow: hidden; }

.h11-welcome {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 1rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
}

.h11-welcome.is-open {
  opacity: 1;
  pointer-events: auto;
}

.h11-welcome__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 26, 20, 0.72);
  backdrop-filter: blur(4px);
}

.h11-welcome__box {
  position: relative;
  z-index: 1;
  width: min(520px, 100%);
  max-height: min(88vh, 720px);
  overflow: auto;
  background: var(--white);
  border-radius: 22px;
  padding: 1.35rem 1.25rem 1.25rem;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
  transform: translateY(18px) scale(0.97);
  transition: transform 0.28s ease;
}

.h11-welcome.is-open .h11-welcome__box {
  transform: translateY(0) scale(1);
}

.h11-welcome__close {
  position: absolute;
  top: 0.65rem;
  right: 0.75rem;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: var(--mist);
  color: var(--ink);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

.h11-welcome__close:hover { background: var(--soft); }

.h11-welcome__head {
  padding-right: 2rem;
  margin-bottom: 1rem;
}

.h11-welcome__badge {
  display: inline-flex;
  margin-bottom: 0.55rem;
  padding: 0.28rem 0.6rem;
  border-radius: 999px;
  background: var(--lime);
  color: var(--ink);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.h11-welcome__head h2 {
  font-size: 1.55rem;
  margin-bottom: 0.35rem;
}

.h11-welcome__head p {
  margin: 0;
  color: var(--mute);
  font-size: 0.92rem;
}

.h11-welcome__list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-bottom: 1rem;
}

.h11-welcome__item {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  grid-template-areas:
    "logo info disc"
    "logo info cta";
  gap: 0.35rem 0.75rem;
  align-items: center;
  padding: 0.75rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--mist);
}

.h11-welcome__item img {
  grid-area: logo;
  width: 44px;
  height: 44px;
  object-fit: contain;
  background: var(--white);
  border-radius: 10px;
  padding: 0.2rem;
}

.h11-welcome__info { grid-area: info; min-width: 0; }

.h11-welcome__info strong {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
}

.h11-welcome__info p {
  margin: 0.15rem 0 0;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.h11-welcome__disc {
  grid-area: disc;
  justify-self: end;
  font-family: var(--display);
  font-weight: 800;
  font-size: 0.95rem;
  color: var(--lime-deep);
  white-space: nowrap;
}

.h11-welcome__item .h11-btn {
  grid-area: cta;
  justify-self: end;
}

@media (min-width: 520px) {
  .h11-welcome__item {
    grid-template-columns: 48px 1fr auto auto;
    grid-template-areas: "logo info disc cta";
  }
}

@media (prefers-reduced-motion: reduce) {
  .h11-welcome,
  .h11-welcome__box { transition: none; }
}

/* Single coupon welcome popup */
.h11-welcome__box--single {
  width: min(540px, 100%);
  padding: 1.5rem 1.5rem 1.4rem;
}

.h11-coupon {
  text-align: center;
}

.h11-coupon__logo {
  width: 168px;
  height: 84px;
  margin: 0.25rem auto 0.85rem;
  border-radius: 16px;
  background: #fff;
  display: grid;
  place-items: center;
  padding: 0.5rem 0.75rem;
  border: 1px solid var(--line-strong);
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(7, 26, 20, 0.08);
}

.h11-coupon__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.h11-coupon__store {
  margin: 0 0 0.45rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mute);
}

.h11-coupon__badge {
  display: inline-flex;
  margin-bottom: 0.55rem;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: var(--ink);
  color: var(--lime);
  font-size: 0.78rem;
  font-weight: 800;
}

.h11-coupon__name {
  font-size: 1.35rem;
  margin: 0 0 0.45rem;
  line-height: 1.2;
}

.h11-coupon__expiry {
  margin: 0 0 1.15rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--mute);
}

.h11-coupon__code-wrap {
  text-align: left;
  margin-bottom: 1rem;
}

.h11-coupon__code-wrap label {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mute);
}

.h11-coupon__code-row {
  display: flex;
  gap: 0.45rem;
  align-items: stretch;
}

.h11-coupon__code {
  flex: 1;
  min-width: 0;
  border: 2px dashed var(--line-strong);
  border-radius: 12px;
  background: var(--mist);
  padding: 0.85rem 0.9rem;
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-align: center;
  color: var(--ink);
  outline: none;
}

.h11-coupon__code-row .h11-btn {
  flex-shrink: 0;
  border-radius: 12px;
  padding-inline: 1rem;
}

.h11-coupon #h11-c-shop {
  margin-bottom: 1rem;
  border-radius: 14px;
}

.h11-coupon__terms {
  text-align: left;
  border-top: 1px solid var(--line);
  padding-top: 0.75rem;
}

.h11-coupon__terms summary {
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--ink);
  list-style: none;
}

.h11-coupon__terms summary::-webkit-details-marker { display: none; }

.h11-coupon__terms summary::after {
  content: "+";
  float: right;
  color: var(--lime-deep);
}

.h11-coupon__terms[open] summary::after { content: "–"; }

.h11-coupon__terms-body {
  margin-top: 0.65rem;
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--mute);
  max-height: 140px;
  overflow: auto;
}
