/* HostDealHero v2 — clean editorial UI
 * Base font: Inter 400–800
 * Palette:  neutral grays with a single blue accent
 * Radii:    18/12/8
 * Layout:   1120px container, pill buttons, generous whitespace
 */

:root {
  --bg:        #ffffff;
  --bg-alt:    #f5f5f7;   /* light neutral surface */
  --bg-deep:   #fafafa;
  --ink:       #1d1d1f;   /* text primary */
  --ink-2:     #424245;
  --ink-3:     #6e6e73;   /* text secondary */
  --ink-4:     #86868b;   /* text tertiary */
  --line:      #d2d2d7;
  --line-soft: #e8e8ed;
  --blue:      #0071e3;   /* brand accent */
  --blue-hover:#0077ed;
  --blue-soft: #e6f1fc;
  --green:     #1e8e3e;   /* success */
  --red:       #d93025;   /* discount/alert */
  --radius:    18px;
  --radius-sm: 12px;
  --radius-xs: 8px;
}

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, system-ui, 'Segoe UI', Roboto, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.47;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "cv11", "ss01";
}
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
img { max-width: 100%; display: block; }

.num { font-variant-numeric: tabular-nums; font-feature-settings: "tnum"; }
.wrap { max-width: 1120px; margin: 0 auto; padding: 0 22px; }

.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: var(--ink); color: #fff; padding: 10px 16px; z-index: 9999;
  border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; top: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }

/* ── NAV (sticky, schlank, dezenter Blur-Effekt) ── */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid var(--line-soft);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 52px; }
.logo { font-weight: 600; font-size: 19px; letter-spacing: -0.02em; color: var(--ink); display: flex; align-items: center; gap: 2px; }
.logo b { font-weight: 700; }
.logo em { color: var(--blue); font-style: normal; font-weight: 600; }

.nav-links { display: flex; gap: 28px; font-size: 14px; font-weight: 400; color: var(--ink-2); }
.nav-links a { padding: 8px 0; transition: color 0.15s; }
.nav-links a:hover, .nav-links a.active { color: var(--ink); }

.nav-right { display: flex; align-items: center; gap: 12px; }
.nav-cta {
  display: inline-flex; align-items: center;
  padding: 8px 16px;
  background: var(--ink); color: #fff;
  border-radius: 100px;
  font-size: 13px; font-weight: 500; letter-spacing: -0.01em;
  transition: background 0.15s;
}
.nav-cta:hover { background: var(--ink-2); }

.nav-toggle {
  display: none;
  background: transparent; border: none;
  width: 32px; height: 32px; padding: 6px;
}
.nav-toggle span { display: block; height: 2px; background: var(--ink); margin: 4px 0; border-radius: 1px; transition: transform 0.2s; }

/* ── Buttons ── */
.btn {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 12px 22px;
  border-radius: 100px;
  font-weight: 500; font-size: 17px; letter-spacing: -0.01em;
  border: none; transition: background 0.12s, color 0.12s;
}
.btn-primary { background: var(--blue); color: #fff; }
.btn-primary:hover { background: var(--blue-hover); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: var(--ink-2); }
.btn-link { color: var(--blue); padding: 12px 0; background: transparent; }
.btn-link::after { content: ' ›'; font-size: 17px; margin-left: 2px; transition: margin 0.15s; }
.btn-link:hover { text-decoration: underline; text-underline-offset: 3px; }
.btn-link:hover::after { margin-left: 5px; }

/* ── HERO ── */
.hero { padding: 96px 0 80px; text-align: center; position: relative; }
.hero-eyebrow { font-size: 14px; color: var(--blue); font-weight: 500; margin-bottom: 16px; letter-spacing: -0.01em; }
.hero h1 { font-size: clamp(34px, 6.5vw, 80px); line-height: 1.05; letter-spacing: -0.035em; font-weight: 700; margin: 0 0 20px; color: var(--ink); }
.hero h1 .grad {
  background: linear-gradient(180deg, #1d1d1f 0%, #1d1d1f 50%, #6e6e73 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero h1 .accent { color: var(--blue); }
.hero p.lede {
  font-size: 24px; line-height: 1.35; color: var(--ink-2);
  max-width: 720px; margin: 0 auto 36px;
  font-weight: 400; letter-spacing: -0.01em;
}
.hero-cta { display: inline-flex; gap: 18px; align-items: center; flex-wrap: wrap; justify-content: center; }

/* Hero browser-mockup */
.hero-mock { max-width: 900px; margin: 64px auto 0; padding: 0 20px; position: relative; }
.mock-window {
  background: #fff; border-radius: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 30px 60px -20px rgba(0,0,0,0.18), 0 0 0 1px var(--line-soft);
  overflow: hidden; text-align: left;
}
.mock-titlebar { height: 36px; background: var(--bg-alt); border-bottom: 1px solid var(--line-soft); display: flex; align-items: center; padding: 0 14px; gap: 8px; }
.mock-titlebar .dots { display: flex; gap: 6px; }
.mock-titlebar .dots i { width: 11px; height: 11px; border-radius: 50%; display: block; }
.mock-titlebar .dots i:nth-child(1) { background: #ff5f57; }
.mock-titlebar .dots i:nth-child(2) { background: #febc2e; }
.mock-titlebar .dots i:nth-child(3) { background: #28c840; }
.mock-titlebar .url { flex: 1; text-align: center; font-size: 12px; color: var(--ink-3); }
.mock-content {
  padding: 40px 48px 44px;
  display: grid; grid-template-columns: 1fr 300px; gap: 40px; align-items: center;
  background: linear-gradient(180deg, #fff 0%, #fafafa 100%);
}
.mock-left .prov { font-size: 13px; color: var(--ink-3); margin-bottom: 16px; }
.mock-left h3 { font-size: 26px; font-weight: 600; letter-spacing: -0.02em; margin: 0 0 8px; color: var(--ink); }
.mock-left .price { display: flex; align-items: baseline; gap: 10px; margin-bottom: 14px; }
.mock-left .price .big { font-size: 44px; font-weight: 700; letter-spacing: -0.035em; color: var(--ink); line-height: 1; white-space: nowrap; }
.mock-left .price .per { color: var(--ink-3); font-size: 14px; white-space: nowrap; }
.mock-left .price .off { background: var(--red); color: #fff; font-size: 12px; font-weight: 600; padding: 3px 9px; border-radius: 100px; margin-left: auto; white-space: nowrap; }
.mock-left .specs { display: flex; gap: 20px; padding: 12px 0; border-top: 1px solid var(--line-soft); font-size: 13px; color: var(--ink-2); }
.mock-left .specs span b { color: var(--ink); font-weight: 600; display: block; font-size: 15px; }
.mock-right { display: flex; flex-direction: column; gap: 10px; }
.mock-right .code-row { display: flex; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.mock-right .code-row code { flex: 1; padding: 12px 14px; font-family: inherit; font-size: 14px; font-weight: 600; letter-spacing: 0.02em; color: var(--ink); background: #fafafa; }
.mock-right .code-row button { background: var(--ink); color: #fff; border: none; padding: 0 16px; font-size: 13px; font-weight: 500; }
.mock-right .go { background: var(--blue); color: #fff; padding: 12px; border-radius: 10px; text-align: center; font-size: 14px; font-weight: 500; }
.mock-right .meta { font-size: 12px; color: var(--ink-3); text-align: center; padding-top: 4px; }

/* ── Sections ── */
.sec { padding: 120px 0; }
.sec-sm { padding: 80px 0; }
.sec-head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.sec-head .kicker { color: var(--blue); font-size: 17px; font-weight: 500; letter-spacing: -0.01em; margin-bottom: 6px; }
.sec-head h2 { font-size: 56px; line-height: 1.07; letter-spacing: -0.03em; font-weight: 700; color: var(--ink); margin: 0 0 14px; }
.sec-head h2 .dim { color: var(--ink-3); }
.sec-head p { font-size: 21px; line-height: 1.38; color: var(--ink-3); margin: 0; font-weight: 400; letter-spacing: -0.01em; }

/* ── Feature grid ── */
.feat-grid { display: grid; grid-template-columns: 2fr 1fr; grid-template-rows: auto auto; gap: 16px; }
.tile { background: var(--bg-alt); border-radius: var(--radius); padding: 48px; position: relative; overflow: hidden; min-height: 380px; display: flex; flex-direction: column; }
.tile.dark { background: var(--ink); color: #fff; }
.tile.dark .tile-kicker { color: #8ef0b8; }
.tile-kicker { font-size: 14px; font-weight: 500; color: var(--blue); margin-bottom: 10px; letter-spacing: -0.01em; }
.tile h3 { font-size: 40px; line-height: 1.1; letter-spacing: -0.025em; font-weight: 700; margin: 0 0 14px; max-width: 460px; }
.tile p { font-size: 18px; line-height: 1.45; color: var(--ink-2); margin: 0 0 20px; max-width: 460px; }
.tile.dark p { color: #c6c6cb; }
.tile-link { color: var(--blue); font-size: 17px; font-weight: 500; display: inline-flex; align-items: center; gap: 2px; margin-top: auto; }
.tile-link::after { content: ' ›'; transition: margin 0.15s; }
.tile-link:hover::after { margin-left: 4px; }
.tile.dark .tile-link { color: #6ec2ff; }

.tile-feat { grid-row: span 2; }
.tile-feat .big-price { margin-top: 32px; padding-top: 32px; border-top: 1px solid rgba(0,0,0,0.08); display: flex; align-items: baseline; gap: 12px; }
.tile-feat .big-price .n { font-size: 96px; line-height: 1; letter-spacing: -0.04em; font-weight: 700; color: var(--ink); }
.tile-feat .big-price .was { color: var(--ink-3); text-decoration: line-through; font-size: 20px; font-weight: 400; }
.tile-feat .big-price .per { color: var(--ink-3); font-size: 18px; }
.tile-feat .feat-specs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 32px; }
.tile-feat .feat-specs div { border-top: 1px solid var(--line); padding-top: 10px; }
.tile-feat .feat-specs .k { font-size: 13px; color: var(--ink-3); letter-spacing: -0.01em; }
.tile-feat .feat-specs .v { font-size: 22px; font-weight: 600; color: var(--ink); letter-spacing: -0.02em; margin-top: 3px; }

/* ── Stats ── */
.stats-strip { background: var(--bg-alt); padding: 72px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 48px; text-align: center; }
.stats-grid .n { font-size: 72px; font-weight: 700; letter-spacing: -0.04em; color: var(--ink); line-height: 1; white-space: nowrap; }
.stats-grid .n .suf { color: var(--blue); }
.stats-grid .k { font-size: 15px; color: var(--ink-3); margin-top: 10px; max-width: 220px; margin-left: auto; margin-right: auto; line-height: 1.4; }

/* ── Deals table ── */
.deals-table { background: #fff; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line-soft); }
.deal-row { display: grid; grid-template-columns: 36px 1.6fr 120px 1fr 170px 130px; gap: 22px; align-items: center; padding: 20px 26px; border-bottom: 1px solid var(--line-soft); transition: background 0.12s; }
.deal-row:last-child { border-bottom: none; }
.deal-row:hover { background: var(--bg-deep); }
.deal-row .idx { font-size: 13px; color: var(--ink-4); font-weight: 500; }
.deal-main .prov { font-size: 12px; color: var(--ink-3); font-weight: 500; text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 3px; }
.deal-main .t { font-size: 17px; font-weight: 600; color: var(--ink); letter-spacing: -0.01em; line-height: 1.25; }
.deal-main .sub { font-size: 13px; color: var(--ink-3); margin-top: 2px; }
.deal-cat { font-size: 13px; color: var(--ink-2); font-weight: 500; }
.deal-price .p { font-size: 21px; font-weight: 600; letter-spacing: -0.02em; color: var(--ink); line-height: 1; white-space: nowrap; }
.deal-price .w { font-size: 12px; color: var(--ink-4); text-decoration: line-through; margin-top: 2px; }
.deal-price .per { font-size: 13px; color: var(--ink-3); font-weight: 400; }
.deal-code { display: flex; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; align-items: stretch; }
.deal-code code { flex: 1; padding: 8px 12px; font-family: inherit; font-size: 13px; font-weight: 600; color: var(--ink); background: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; letter-spacing: 0.01em; }
.deal-code button { background: var(--ink); color: #fff; border: none; padding: 0 14px; font-size: 12px; font-weight: 500; }
.deal-code button:hover { background: var(--ink-2); }
.deal-go { background: var(--blue); color: #fff; padding: 10px 0; border-radius: 100px; font-size: 14px; font-weight: 500; text-align: center; transition: background 0.12s; }
.deal-go:hover { background: var(--blue-hover); }

.deals-foot { text-align: center; margin-top: 36px; }

/* ── Categories ── */
.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.cat { background: var(--bg-alt); border-radius: var(--radius-sm); padding: 32px 24px; text-align: center; transition: background 0.15s; display: block; }
.cat:hover { background: var(--line-soft); }
.cat-vis { width: 100%; height: 120px; display: grid; place-items: center; margin-bottom: 20px; }
.cat-vis svg { width: 100%; height: 100%; }
.cat h3 { font-size: 20px; font-weight: 600; letter-spacing: -0.02em; margin: 0 0 6px; color: var(--ink); }
.cat p { font-size: 14px; color: var(--ink-3); margin: 0 0 14px; line-height: 1.45; }
.cat .link { font-size: 14px; color: var(--blue); font-weight: 500; }
.cat .link::after { content: ' ›'; margin-left: 2px; }

/* ── Steps ── */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.step { text-align: left; }
.step-num { font-size: 13px; color: var(--blue); font-weight: 500; letter-spacing: -0.01em; margin-bottom: 12px; padding-bottom: 12px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; }
.step-num b { color: var(--ink); font-weight: 500; }
.step h3 { font-size: 24px; font-weight: 600; letter-spacing: -0.02em; margin: 0 0 10px; }
.step p { font-size: 16px; color: var(--ink-2); line-height: 1.5; margin: 0; }

/* ── Magazin ── */
.mag-list { display: grid; gap: 0; }
.mag-list a { display: grid; grid-template-columns: 240px 1fr; gap: 32px; padding: 28px 0; border-top: 1px solid var(--line-soft); align-items: start; transition: background 0.12s; color: inherit; }
.mag-list a:first-child { border-top: 1px solid var(--line); }
.mag-list a:last-child { border-bottom: 1px solid var(--line); }
.mag-thumb { aspect-ratio: 4/3; border-radius: var(--radius-sm); overflow: hidden; position: relative; background: var(--bg-alt); }
.mag-thumb svg { width: 100%; height: 100%; display: block; }
.mag-body .cat-tag { font-size: 13px; color: var(--ink-3); margin-bottom: 6px; letter-spacing: -0.01em; }
.mag-body h3 { font-size: 24px; font-weight: 600; letter-spacing: -0.02em; line-height: 1.2; margin: 0 0 8px; color: var(--ink); max-width: 580px; }
.mag-body a:hover h3 { color: var(--blue); }
.mag-body p { font-size: 16px; line-height: 1.5; color: var(--ink-2); margin: 0 0 12px; max-width: 620px; }
.mag-body .meta { font-size: 13px; color: var(--ink-3); }

/* ── Newsletter / CTA block ── */
.news { padding: 96px 0; }
.news-card { background: var(--ink); color: #fff; border-radius: 24px; padding: 72px 56px; text-align: center; }
.news-card .kicker { font-size: 14px; color: #8ef0b8; font-weight: 500; margin-bottom: 14px; }
.news-card h3 { font-size: 48px; line-height: 1.1; letter-spacing: -0.03em; font-weight: 700; margin: 0 0 16px; max-width: 640px; margin-left: auto; margin-right: auto; }
.news-card p { font-size: 18px; color: #a8a8ad; margin: 0 auto 36px; max-width: 540px; line-height: 1.45; }

/* ── Footer ── */
footer.foot { background: var(--bg-alt); padding: 40px 0 28px; font-size: 12px; color: var(--ink-3); border-top: 1px solid var(--line-soft); }
.foot-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.foot-col h5 { font-size: 12px; color: var(--ink); font-weight: 600; margin: 0 0 10px; letter-spacing: -0.01em; }
.foot-col a { display: block; padding: 4px 0; font-size: 12px; color: var(--ink-3); transition: color 0.12s; }
.foot-col a:hover { color: var(--ink); }
.foot-bottom { padding-top: 18px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.foot-bottom a { margin-left: 18px; color: var(--ink-3); }
.foot-bottom a:hover { text-decoration: underline; }
.foot-bottom .legal-links a:first-child { margin-left: 0; }

/* ── Responsive ── */
@media (max-width: 900px) {
  .hero { padding: 60px 0 40px; }
  .hero p.lede { font-size: 18px; }

  .sec { padding: 64px 0; }
  .sec-sm { padding: 48px 0; }
  .sec-head { margin-bottom: 40px; }
  .sec-head h2 { font-size: 34px; }
  .sec-head p { font-size: 17px; }

  .feat-grid, .cat-grid, .stats-grid, .steps { grid-template-columns: 1fr; }
  .stats-grid { gap: 32px; }
  .tile-feat { grid-row: auto; }
  .tile { padding: 32px; min-height: auto; }
  .tile h3 { font-size: 28px; }
  .tile-feat .big-price .n { font-size: 64px; }
  .tile-feat .feat-specs { grid-template-columns: repeat(2, 1fr); }

  .deal-row { grid-template-columns: 1fr; gap: 8px; padding: 18px 20px; }
  .deal-row .idx { display: none; }
  .deal-cat { font-size: 12px; text-transform: uppercase; letter-spacing: 0.04em; color: var(--ink-3); }

  .mag-list a { grid-template-columns: 1fr; gap: 16px; }
  .mag-body h3 { font-size: 20px; }

  .news { padding: 48px 0; }
  .news-card { padding: 40px 24px; border-radius: 18px; }
  .news-card h3 { font-size: 28px; }
  .news-card p { font-size: 16px; }

  .mock-content { grid-template-columns: 1fr; padding: 28px; gap: 24px; }
  .hero-mock { padding: 0; }

  .foot-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .foot-bottom { flex-direction: column; align-items: flex-start; font-size: 11px; }
  .foot-bottom .legal-links a { margin-left: 12px; }

  /* Mobile nav */
  .nav-links { display: none; }
  .nav-toggle { display: block; }
  .nav.is-open .nav-links {
    display: flex; flex-direction: column; gap: 4px;
    position: absolute; top: 52px; left: 0; right: 0;
    background: rgba(255,255,255,0.96);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    padding: 12px 22px 16px;
    border-bottom: 1px solid var(--line-soft);
  }
  .nav.is-open .nav-links a { padding: 10px 0; font-size: 15px; }
}

/* Prefers reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}

a:focus-visible, button:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; border-radius: 4px; }

/* ============================================================
 * Compatibility layer — maps legacy class names to v2 visuals
 * Allows existing blog posts, category pages, legal pages and
 * the 404 page to inherit the v2 look without rewriting
 * inner markup. Covers all classes found in the old HTML.
 * ============================================================ */

/* ── Layout containers ────────────────────────────────────── */
.container { max-width: 1120px; margin: 0 auto; padding: 0 22px; }
.container.content-container { max-width: 760px; }
.content-grid { margin: 0; }

.section { padding: 64px 0; }
.section + .section { padding-top: 0; }
.section.highlight, .section.faq, .section.error-page { background: var(--bg-alt); }

.section__head { text-align: center; max-width: 720px; margin: 0 auto 40px; }
.section__head h1,
.section__head h2 { font-weight: 700; letter-spacing: -0.025em; color: var(--ink); margin: 0 0 12px; line-height: 1.1; }
.section__head h1 { font-size: clamp(32px, 5vw, 48px); }
.section__head h2 { font-size: clamp(28px, 4vw, 40px); }
.section__head p { font-size: 18px; line-height: 1.5; color: var(--ink-3); margin: 0; max-width: 620px; margin-left: auto; margin-right: auto; }

/* ── Prose typography (blog posts & legal) ─────────────────── */
.content-container h1 { font-size: clamp(34px, 5vw, 48px); font-weight: 700; letter-spacing: -0.03em; line-height: 1.1; margin: 0 0 16px; color: var(--ink); }
.content-container h2 { font-size: clamp(26px, 3.5vw, 34px); font-weight: 700; letter-spacing: -0.025em; line-height: 1.15; margin: 48px 0 16px; color: var(--ink); }
.content-container h3 { font-size: clamp(20px, 2.5vw, 24px); font-weight: 600; letter-spacing: -0.02em; line-height: 1.25; margin: 32px 0 10px; color: var(--ink); }
.content-container h4 { font-size: 18px; font-weight: 600; letter-spacing: -0.015em; margin: 24px 0 8px; color: var(--ink); }
.content-container p { font-size: 17px; line-height: 1.6; margin: 0 0 18px; color: var(--ink-2); }
.content-container ul, .content-container ol { padding-left: 24px; margin: 0 0 18px; line-height: 1.6; color: var(--ink-2); font-size: 17px; }
.content-container li { margin-bottom: 6px; }
.content-container li strong { color: var(--ink); }
.content-container a { color: var(--blue); }
.content-container a:hover { text-decoration: underline; text-underline-offset: 3px; }
.content-container code { background: var(--bg-alt); padding: 1px 6px; border-radius: 4px; font-size: 15px; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.content-container pre { background: var(--ink); color: #fff; padding: 18px 22px; border-radius: var(--radius-sm); overflow-x: auto; margin: 0 0 20px; font-size: 14px; line-height: 1.6; }
.content-container pre code { background: transparent; padding: 0; color: inherit; }
.content-container blockquote { border-left: 3px solid var(--blue); padding: 8px 18px; margin: 20px 0; color: var(--ink-2); background: var(--bg-deep); border-radius: 0 8px 8px 0; }
.content-container img { border-radius: var(--radius-sm); margin: 20px 0; }
.content-container hr { border: none; border-top: 1px solid var(--line); margin: 40px 0; }
.content-container table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 15px; }
.content-container th, .content-container td { padding: 10px 14px; border-bottom: 1px solid var(--line-soft); text-align: left; }
.content-container th { font-weight: 600; color: var(--ink); background: var(--bg-alt); }

/* ── Hero (legacy) ─────────────────────────────────────────── */
.hero__content { }
.hero__lead {
  font-size: 19px; line-height: 1.5; color: var(--ink-3);
  max-width: 620px; margin: 0 auto 20px;
}
.hero__overline { color: var(--blue); font-size: 14px; font-weight: 500; letter-spacing: -0.01em; margin: 0 0 12px; }
.hero__bullet { padding-left: 22px; margin: 16px 0 24px; color: var(--ink-2); font-size: 16px; line-height: 1.6; }
.hero__bullet li { margin-bottom: 6px; }
.hero__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 28px; }
.hero__stats > div { padding: 16px 20px; background: var(--bg-alt); border-radius: var(--radius-sm); }
.hero__stats dt { font-size: 13px; color: var(--ink-3); margin-bottom: 4px; font-weight: 400; }
.hero__stats dd { font-size: 28px; font-weight: 700; color: var(--ink); margin: 0; letter-spacing: -0.02em; }
.hero__actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 20px 0; }
.hero__card {
  background: #fff; border: 1px solid var(--line-soft);
  border-radius: var(--radius); padding: 32px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 20px 40px -20px rgba(0,0,0,0.12);
}
.hero__card-label { font-size: 13px; color: var(--blue); font-weight: 500; margin: 0 0 8px; }
.hero__card h2 { font-size: 24px; font-weight: 700; letter-spacing: -0.02em; margin: 0 0 10px; line-height: 1.2; }
.hero__card-copy { font-size: 15px; color: var(--ink-2); line-height: 1.5; margin: 0 0 18px; }
.hero__card-list { padding-left: 20px; margin: 12px 0 18px; color: var(--ink-2); font-size: 14px; line-height: 1.55; }
.hero__card-list li { margin-bottom: 4px; }
.hero__grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: center; }

/* ── Deal grid ─────────────────────────────────────────────── */
.deal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.deal-card {
  background: #fff; border: 1px solid var(--line-soft);
  border-radius: var(--radius-sm); padding: 24px;
  display: flex; flex-direction: column;
  min-width: 0;            /* allow card to shrink below content size */
  position: relative;      /* badge anchors here */
  transition: box-shadow 0.12s;
}
.deal-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.06); }
/* Long-string-friendly: wrap only inside features list, not on whole card */
.deal-card__features li { overflow-wrap: anywhere; }
.deal-card__header { margin-bottom: 14px; padding-right: 70px; /* leaves room for absolute-positioned badge */ }
.deal-card__provider h3 { font-size: 14px; font-weight: 500; color: var(--ink-3); margin: 0; text-transform: uppercase; letter-spacing: 0.04em; }
.deal-card__provider h4 { font-size: 18px; font-weight: 600; color: var(--ink); margin: 4px 0 0; letter-spacing: -0.015em; line-height: 1.25; }
.deal-card__provider p { font-size: 18px; font-weight: 600; color: var(--ink); margin: 2px 0 0; letter-spacing: -0.015em; }
.deal-card__badge,
.deal-card__badge--new,
.deal-card__badge--top,
.deal-card__badge--sale {
  position: absolute; top: 22px; right: 22px;
  background: var(--red); color: #fff; font-size: 11px; font-weight: 600;
  padding: 3px 10px; border-radius: 100px; white-space: nowrap; letter-spacing: 0.01em;
  z-index: 1;
}
.deal-card__badge--top { background: var(--blue); }
.deal-card__badge--new { background: var(--green); }
.deal-card__desc { font-size: 14px; color: var(--ink-2); line-height: 1.5; margin: 0 0 12px; }
.deal-card__features { padding-left: 20px; margin: 0 0 16px; font-size: 14px; color: var(--ink-2); line-height: 1.5; }
.deal-card__features li { margin-bottom: 4px; }
.deal-card__footer { margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line-soft); }
.deal-card__price { margin-bottom: 12px; }
.deal-card__price-original { display: block; font-size: 12px; color: var(--ink-4); text-decoration: line-through; }
.deal-card__price-main { font-size: 26px; font-weight: 700; color: var(--ink); letter-spacing: -0.02em; white-space: nowrap; }
.deal-card__price-unit { font-size: 13px; color: var(--ink-3); margin-left: 4px; white-space: nowrap; }

/* Dynamic-card primary CTA (renders below the price) */
.deal-card__cta {
  width: 100%;
  justify-content: center;
  margin-top: 12px;
  font-size: 15px;
  padding: 10px 18px;
}
.deal-card__price { margin-bottom: 0; }
.deal-card__price strong {
  display: inline-block;
  font-size: 26px; font-weight: 700; color: var(--ink); letter-spacing: -0.02em;
}
.deal-card__price-period {
  font-size: 13px; color: var(--ink-3); margin-left: 6px;
}
.deal-card__price-original {
  display: block; font-size: 12px;
  color: var(--ink-4); text-decoration: line-through; margin-bottom: 2px;
}

/* Share-buttons row at the card footer — subtle pill links */
.share-buttons {
  display: flex; gap: 6px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--line-soft);
}
.share-buttons > a {
  flex: 1;
  display: inline-flex;
  align-items: center; justify-content: center;
  gap: 4px;
  padding: 8px 6px;
  font-size: 11px; font-weight: 500;
  color: var(--ink-3);
  background: var(--bg-alt);
  border-radius: 8px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.12s, color 0.12s;
}
.share-buttons > a:hover { color: var(--ink); }
.share-btn--x:hover        { background: #000;     color: #fff !important; }
.share-btn--whatsapp:hover { background: #25d366;  color: #fff !important; }
.share-btn--reddit:hover   { background: #ff4500;  color: #fff !important; }

/* ── Card-offer grid ───────────────────────────────────────── */
.cards { display: grid; gap: 16px; }
.cards--offers { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.card-offer {
  background: var(--bg-alt); border-radius: var(--radius-sm); padding: 28px 24px;
  display: flex; flex-direction: column; transition: background 0.15s;
}
.card-offer:hover { background: var(--line-soft); }
.card-offer h3 { font-size: 20px; font-weight: 600; letter-spacing: -0.02em; margin: 0 0 8px; color: var(--ink); }
.card-offer h4 { font-size: 17px; font-weight: 600; margin: 0 0 6px; color: var(--ink); }
.card-offer p { font-size: 14px; color: var(--ink-2); line-height: 1.5; margin: 0 0 14px; }
.card-offer ul { padding-left: 20px; margin: 0 0 14px; font-size: 14px; color: var(--ink-2); line-height: 1.55; }
.card-offer__link { margin-top: auto; color: var(--blue); font-size: 14px; font-weight: 500; }
.card-offer__link::after { content: ' ›'; transition: margin 0.15s; }
.card-offer__link:hover::after { margin-left: 3px; }

/* ── Highlight section (dark product spotlight) ───────────── */
.section.highlight { padding: 72px 0; }
.highlight__grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: center; }
.highlight__content h2 { font-size: clamp(28px, 4vw, 40px); margin: 0 0 14px; font-weight: 700; letter-spacing: -0.025em; }
.highlight__content p { font-size: 17px; color: var(--ink-2); line-height: 1.5; margin: 0 0 20px; }
.highlight__list { padding-left: 22px; margin: 0 0 24px; color: var(--ink-2); font-size: 15px; line-height: 1.6; }
.highlight__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.highlight__card {
  background: #fff; border: 1px solid var(--line-soft);
  border-radius: var(--radius); padding: 28px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 16px 32px -20px rgba(0,0,0,0.08);
}
.highlight__card h3, .highlight__card h4 { margin: 0 0 10px; font-size: 18px; font-weight: 600; letter-spacing: -0.015em; color: var(--ink); }
.highlight__card ul { padding-left: 20px; margin: 10px 0 16px; font-size: 14px; color: var(--ink-2); line-height: 1.55; }
.highlight__card li { margin-bottom: 4px; }
.highlight__download { display: inline-block; background: var(--blue); color: #fff; padding: 10px 20px; border-radius: 100px; font-size: 14px; font-weight: 500; margin-top: 8px; }
.highlight__download:hover { background: var(--blue-hover); }

/* ── Insights / Blog previews ──────────────────────────────── */
.insights__grid { display: grid; grid-template-columns: 280px 1fr; gap: 48px; align-items: flex-start; }
.insights__intro h2 { font-size: clamp(26px, 3.5vw, 34px); font-weight: 700; letter-spacing: -0.025em; margin: 0 0 14px; line-height: 1.2; }
.insights__intro p { font-size: 16px; color: var(--ink-3); line-height: 1.55; margin: 0 0 18px; }
.insights__list { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; }
.insight {
  background: var(--bg-alt); border-radius: var(--radius-sm); padding: 24px;
  display: flex; flex-direction: column; transition: background 0.15s;
}
.insight:hover { background: var(--line-soft); }
.insight__tag { font-size: 12px; color: var(--blue); font-weight: 500; letter-spacing: 0.02em; text-transform: uppercase; margin-bottom: 8px; }
.insight h3 { font-size: 18px; font-weight: 600; letter-spacing: -0.015em; margin: 0 0 8px; color: var(--ink); line-height: 1.25; }
.insight p { font-size: 14px; color: var(--ink-2); line-height: 1.5; margin: 0 0 14px; }
.insight a { margin-top: auto; color: var(--blue); font-size: 14px; font-weight: 500; }
.insight a::after { content: ' ›'; }

/* ── Article meta (blog posts) ─────────────────────────────── */
.article__meta {
  display: flex; gap: 16px; flex-wrap: wrap; align-items: center;
  font-size: 13px; color: var(--ink-3); margin: 8px 0 28px;
  padding: 10px 0; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft);
}
.article__reading-time::before { content: '· '; margin-right: 2px; }

/* ── Tip box / Content callouts ────────────────────────────── */
.tip-box, .content-callout {
  background: var(--bg-alt); border-left: 3px solid var(--blue);
  padding: 16px 20px; margin: 24px 0; border-radius: 0 8px 8px 0;
  font-size: 15px; line-height: 1.55; color: var(--ink-2);
}
.tip-box p, .content-callout p { margin: 0; font-size: inherit; }
.tip-box p + p, .content-callout p + p { margin-top: 10px; }
.content-callout h3 { font-size: 16px; font-weight: 600; margin: 0 0 8px; color: var(--ink); }
.content-callout--primary { border-left-color: var(--green); background: #eaf7ee; }

/* ── Breadcrumbs ──────────────────────────────────────────── */
.breadcrumb, .breadcrumbs { padding: 16px 0; font-size: 13px; }
.breadcrumb__list, .breadcrumbs ol {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-wrap: wrap; gap: 6px; align-items: center;
  color: var(--ink-3);
}
.breadcrumb__item, .breadcrumbs li { display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.breadcrumb__item + .breadcrumb__item::before,
.breadcrumbs li + li::before { content: '›'; color: var(--ink-4); margin: 0 2px; }
.breadcrumb__link, .breadcrumbs a { color: var(--ink-3); }
.breadcrumb__link:hover, .breadcrumbs a:hover { color: var(--ink); }
.breadcrumb__current, .breadcrumbs li[aria-current] { color: var(--ink); }
.breadcrumb__separator { display: none; }

/* ── Buttons (legacy .btn) ─────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  padding: 10px 22px;
  border-radius: 100px;
  font-weight: 500; font-size: 15px; letter-spacing: -0.01em;
  border: 1px solid transparent; cursor: pointer;
  transition: background 0.12s, border-color 0.12s, color 0.12s;
  text-decoration: none;
}
.btn--primary { background: var(--blue); color: #fff; border-color: var(--blue); }
.btn--primary:hover { background: var(--blue-hover); border-color: var(--blue-hover); }
.btn--secondary { background: var(--ink); color: #fff; border-color: var(--ink); }
.btn--secondary:hover { background: var(--ink-2); border-color: var(--ink-2); }
.btn--outline { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--outline:hover { background: var(--bg-alt); border-color: var(--line); }
.btn--ghost { background: var(--bg-alt); color: var(--ink); border-color: transparent; }
.btn--ghost:hover { background: var(--line-soft); }
.btn--full { width: 100%; }

/* ── Trust row ─────────────────────────────────────────────── */
.trust { padding: 32px 0; background: var(--bg-alt); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.trust__inner { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; justify-content: center; }
.trust p { font-size: 13px; color: var(--ink-3); margin: 0; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 500; }
.trust ul { display: flex; gap: 28px; list-style: none; padding: 0; margin: 0; flex-wrap: wrap; }
.trust li { font-size: 16px; font-weight: 600; color: var(--ink); letter-spacing: -0.01em; }

/* ── Category filter (netcup page) ─────────────────────────── */
.category-filter {
  display: flex; gap: 8px; flex-wrap: wrap;
  margin: 16px 0 24px; justify-content: center;
}
.filter-btn {
  padding: 8px 18px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font-size: 14px; font-weight: 500;
  border-radius: 100px;
  cursor: pointer;
  letter-spacing: -0.01em;
  transition: background 0.12s, border-color 0.12s, color 0.12s;
}
.filter-btn:hover { background: var(--bg-alt); border-color: var(--ink-4); }
.filter-btn.active, .filter-btn.is-active {
  background: var(--ink); border-color: var(--ink); color: #fff;
}

/* ── Coupon (code box) ─────────────────────────────────────── */
.coupon {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas:
    "label  label"
    "code   action";
  gap: 6px 10px;
  align-items: center;
  background: var(--bg-alt);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  margin: 14px 0;
  min-width: 0;
}
.coupon__label  { grid-area: label; font-size: 11px; color: var(--ink-3); text-transform: uppercase; letter-spacing: 0.06em; font-weight: 600; }
.coupon__code   {
  grid-area: code;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 14px; font-weight: 700; color: var(--ink); letter-spacing: 0.04em;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.coupon > .btn { grid-area: action; padding: 6px 14px; font-size: 13px; }
.coupon-status { font-size: 12px; color: var(--green); font-weight: 500; display: inline-flex; align-items: center; gap: 4px; }

/* ── Accordion / FAQ ───────────────────────────────────────── */
.accordion__item, .faq__item { border-bottom: 1px solid var(--line-soft); }
.accordion__item:first-child, .faq__item:first-child { border-top: 1px solid var(--line-soft); }
.accordion__trigger, .faq__question {
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
  width: 100%; padding: 18px 0;
  background: transparent; border: none; cursor: pointer;
  font-size: 17px; font-weight: 500; color: var(--ink); text-align: left;
  letter-spacing: -0.01em;
}
/* Hide inline marker spans from legacy markup — the ::after pseudo below provides the rotating plus/x */
.accordion__trigger > span, .faq__question > span { display: none; }
.accordion__trigger::after, .faq__question::after {
  content: '+'; color: var(--ink-3); font-size: 22px; font-weight: 400;
  transition: transform 0.2s; flex-shrink: 0; line-height: 1;
}
.accordion__item.is-open .accordion__trigger::after,
.faq__item.is-open .faq__question::after { transform: rotate(45deg); }
.accordion__panel, .faq__answer {
  padding: 0 0 18px; font-size: 16px; line-height: 1.55; color: var(--ink-2);
  max-height: 0; overflow: hidden; padding-top: 0; padding-bottom: 0;
  transition: max-height 0.25s, padding 0.25s;
}
.accordion__item.is-open .accordion__panel,
.faq__item.is-open .faq__answer { max-height: 600px; padding-bottom: 18px; }

/* ── Comparison table ──────────────────────────────────────── */
.comparison-table-wrapper { overflow-x: auto; margin: 20px 0; border-radius: var(--radius-sm); border: 1px solid var(--line-soft); }
.comparison-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.comparison-table th, .comparison-table td { padding: 12px 16px; border-bottom: 1px solid var(--line-soft); text-align: left; }
.comparison-table th { background: var(--bg-alt); font-weight: 600; color: var(--ink); position: sticky; top: 0; }
.comparison-table tr:last-child td { border-bottom: none; }
.comparison-table__usecase { font-weight: 500; color: var(--ink-2); white-space: nowrap; }

/* ── Timeline ──────────────────────────────────────────────── */
.timeline { position: relative; padding-left: 28px; margin: 20px 0; }
.timeline::before { content: ''; position: absolute; left: 8px; top: 8px; bottom: 8px; width: 2px; background: var(--line); }
.timeline-item { position: relative; padding-bottom: 22px; }
.timeline-item::before { content: ''; position: absolute; left: -24px; top: 6px; width: 10px; height: 10px; background: var(--blue); border-radius: 50%; }
.timeline-time { display: block; font-size: 12px; color: var(--ink-3); margin-bottom: 4px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.04em; }

/* ── Carousel ──────────────────────────────────────────────── */
.carousel { position: relative; overflow: hidden; border-radius: var(--radius); background: var(--bg-alt); padding: 8px; }
.carousel__track { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 4px; }
.carousel__track > * { scroll-snap-align: start; flex-shrink: 0; }
.carousel__btn { position: absolute; top: 50%; transform: translateY(-50%); width: 36px; height: 36px; border-radius: 50%; background: #fff; border: 1px solid var(--line); cursor: pointer; z-index: 2; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
.carousel__btn--prev { left: 10px; }
.carousel__btn--next { right: 10px; }

/* ── Pros/Cons grid ────────────────────────────────────────── */
.pros-cons-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 20px 0; }
.pros-cons-grid > div {
  background: var(--bg-alt); border-radius: var(--radius-sm); padding: 20px 24px;
  border-left: 3px solid var(--green);
}
.pros-cons-grid > div:last-child { border-left-color: var(--red); }
.pros-cons-grid h4 { font-size: 15px; font-weight: 600; margin: 0 0 10px; color: var(--ink); }
.pros-cons-grid ul { padding-left: 20px; margin: 0; font-size: 14px; color: var(--ink-2); line-height: 1.5; }

/* ── Blog post CTA ─────────────────────────────────────────── */
.post-cta {
  margin: 48px 0 24px;
  padding: 28px 32px;
  background: var(--bg-alt);
  border: 1px solid var(--line-soft);
  border-left: 4px solid var(--blue);
  border-radius: var(--radius);
}
.post-cta__title {
  font-size: 22px; font-weight: 700; margin: 0 0 8px;
  color: var(--ink); letter-spacing: -0.01em;
}
.post-cta__lead {
  font-size: 16px; color: var(--ink-2); margin: 0 0 18px; line-height: 1.5;
}
.post-cta__actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ── Error page (404) ──────────────────────────────────────── */
.section.error-page { padding: 120px 0; text-align: center; }
.error-page__code { font-size: clamp(72px, 12vw, 128px); font-weight: 700; color: var(--blue); letter-spacing: -0.04em; margin: 0; line-height: 1; }
.error-page__title { font-size: clamp(24px, 4vw, 36px); font-weight: 700; margin: 12px 0; letter-spacing: -0.025em; color: var(--ink); }
.error-page__text { font-size: 18px; color: var(--ink-3); max-width: 520px; margin: 0 auto 32px; line-height: 1.5; }
.error-page__cards { margin-top: 40px; }

/* ── Responsive compat ────────────────────────────────────── */
@media (max-width: 900px) {
  .section { padding: 48px 0; }
  .section.highlight { padding: 48px 0; }
  .hero__grid, .highlight__grid { grid-template-columns: 1fr; gap: 32px; }
  .hero__stats { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .hero__stats > div { padding: 12px 14px; }
  .hero__stats dd { font-size: 22px; }
  .deal-grid { grid-template-columns: 1fr; }
  .insights__grid { grid-template-columns: 1fr; gap: 24px; }
  .pros-cons-grid { grid-template-columns: 1fr; }
  .comparison-table { font-size: 13px; }
  .comparison-table th, .comparison-table td { padding: 10px 12px; }
  .post-cta { padding: 22px 22px; margin: 36px 0 20px; }
  .post-cta__title { font-size: 19px; }
  .post-cta__actions .btn { width: 100%; text-align: center; justify-content: center; }
}
