/* ================================================================
   home.css — Spécifique à la page d'accueil uniquement
   Le thème clair global est dans style.css
   ================================================================ */

:root {
  --serif: 'Instrument Serif', Georgia, serif;
}

/* ================================================================
   HERO
   ================================================================ */
#hero-particles {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  opacity: .68;
}

.hero-left, .hero-right {
  position: relative;
  z-index: 2;
}

.hero.hero-split {
  position: relative;
  background:
    radial-gradient(circle at 10% 18%, rgba(30,100,152,.32), transparent 30%),
    radial-gradient(circle at 82% 12%, rgba(16,185,129,.12), transparent 28%),
    linear-gradient(135deg, #0B1018 0%, #121A24 56%, #0D1117 100%);
  display: grid;
  grid-template-columns: 1fr 440px;
  gap: 40px;
  align-items: center;
  padding: 56px 80px 50px;
  overflow: hidden;
  min-height: 420px;
}

.hero-left {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  text-align: center;
}

.hero-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: stretch;
  min-width: 0;
}

.hero.hero-split h1 {
  font-family: var(--serif);
  font-size: clamp(38px, 5.4vw, 64px);
  font-weight: 400;
  color: #f1f5f9;
  line-height: 1.05;
  letter-spacing: 0;
  margin: 0;
  text-align: center;
}

h1 em { font-style: italic; color: var(--bg5); }

.hero-lead {
  max-width: 520px;
  color: #dbe5f1;
  font-size: 16px;
  line-height: 1.62;
  margin: 0;
}

.hero-note {
  color: #93c5fd;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 400;
  margin: -6px 0 0;
}

.badge {
  width: fit-content;
  background: rgba(59,130,246,0.15);
  border: 0.5px solid rgba(59,130,246,0.35);
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 12px;
  color: #93c5fd;
  font-family: var(--mono);
}

.badge-dot { background: #3b82f6; }

.btn-group {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.btn-ghost {
  padding: 11px 22px;
  border: 1px solid rgba(203,213,225,.34);
  border-radius: 8px;
  color: #e2e8f0;
  background: rgba(255,255,255,.04);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: border-color .15s, background .15s, transform .15s;
}

.btn-ghost:hover {
  border-color: rgba(203,213,225,.58);
  background: rgba(255,255,255,.08);
  transform: translateY(-1px);
}

/* ── CLI fenêtre ── */
.hero-cli {
  background: rgba(13,17,23,.92);
  border: 1px solid rgba(148,163,184,.22);
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 210px;
  width: 100%;
  box-shadow: 0 24px 60px rgba(0,0,0,.28);
}

.cli-bar {
  display: flex; align-items: center; gap: 7px;
  padding: 9px 14px;
  background: rgba(22,27,34,.95);
  border-bottom: 1px solid rgba(148,163,184,.20);
  flex-shrink: 0;
}

.cli-tab {
  margin-left: 8px;
  font-size: 10px;
  font-family: var(--mono);
  color: rgba(255,255,255,.3);
  background: rgba(255,255,255,.06);
  padding: 3px 10px;
  border-radius: 4px;
}

.cli-body {
  padding: 12px 16px;
  font-family: var(--mono);
  font-size: 11px;
  line-height: 1.8;
  overflow: hidden;
  flex: 1;
  text-align: left;
}

.cli-line   { display: flex; gap: 8px; }
.cli-prompt { color: #3b82f6; flex-shrink: 0; white-space: nowrap; }
.cli-cmd    { color: #e2e8f0; }
.cli-out    { color: #4b5563; }
.cli-out.success { color: #10b981; }

.cli-cursor {
  display: inline-block;
  width: 6px; height: 12px;
  background: #3b82f6;
  vertical-align: middle;
  animation: cur .9s step-end infinite;
}
@keyframes cur { 0%,100%{opacity:1} 50%{opacity:0} }

/* ── Stats ── */
.hero-stats-row {
  text-align: center;
  font-size: 12px;
  font-family: var(--mono);
  color: #94a3b8;
  padding: 12px;
  border: 1px solid rgba(148,163,184,.16);
  border-radius: 6px;
  background: rgba(255,255,255,.04);
}

.hero-stats-row span {
  color: #f1f5f9;
}

/* ================================================================
   UNIVERS CARDS
   ================================================================ */
.univers-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  justify-content: center;
  gap: 16px;
  margin: 0 auto;
  max-width: 720px;
}

.univers-card {
  background: var(--bg2);
  border: 1px solid rgba(26,22,18,.10);
  border-radius: 6px;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(26,22,18,.055);
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.univers-card.visible:hover           { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(26,22,18,.09); }
.univers-card.reseau.visible:hover    { border-color: var(--bg5); }
.univers-card.windows.visible:hover   { border-color: var(--bg5); }
.univers-card.cours.visible:hover     { border-color: var(--bg5); }
.univers-card.linux.visible:hover     { border-color: var(--bg5); }
.univers-card.synthese.visible:hover  { border-color: var(--orange); }

.univers-topbar        { height: 4px; width: 100%; flex-shrink: 0; }
.univers-topbar.blue   { background: var(--bg5); }
.univers-topbar.purple { background: #6B48D8; }
.univers-topbar.orange { background: var(--orange); }
.univers-topbar.green  { background: var(--green); }

.univers-body   { padding: 0 20px 0; flex: 1; display: flex; flex-direction: column; }
.univers-header {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 -20px 14px;
  padding: 18px 20px 16px;
  border-bottom: 1px solid rgba(26,22,18,.08);
}
.univers-card.reseau .univers-header,
.univers-card.windows .univers-header,
.univers-card.cours .univers-header,
.univers-card.linux .univers-header {
  background: linear-gradient(135deg, rgba(238,242,255,.78), rgba(251,249,246,.92));
}

.univers-name {
  position: relative;
  max-width: 260px;
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
  color: #18130E;
  line-height: 1.06;
  letter-spacing: 0;
  padding-bottom: 10px;
}

.univers-name::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 46px;
  height: 2px;
  border-radius: 999px;
  background: var(--accent);
  opacity: .72;
}
.univers-tool { font-size: 12px; font-weight: 600; color: #6B6258; margin-top: 3px; }
.univers-desc { font-size: 12px; color: #4A433B; line-height: 1.62; margin-bottom: 10px; min-height: 40px; }

.univers-status {
  width: fit-content;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  color: #6B6258;
  background: rgba(244,239,230,.78);
  border: 1px solid rgba(26,22,18,.08);
  border-radius: 999px;
  padding: 4px 9px;
  margin-bottom: 12px;
}

.univers-levels {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-content: flex-start;
  margin-bottom: 16px;
  flex: 1;
}

.univers-level {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 11px; color: #4A433B;
  background: rgba(244,239,230,.54); border-radius: 999px; padding: 6px 9px;
  border: 1px solid rgba(26,22,18,.06);
}
.univers-level-dot { width:7px; height:7px; border-radius:50%; flex-shrink:0; }

.univers-footer {
  display: flex; align-items: center; justify-content: space-between;
  padding: 13px 20px;
  border-top: 1px solid rgba(26,22,18,.10);
  background: rgba(244,239,230,.70);
}
.univers-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 11px;
  color: #6B6258;
}

.univers-meta strong {
  font-size: 13px;
  color: #18130E;
}

.univers-meta small {
  font-family: var(--mono);
  font-size: 10px;
  color: #8C857D;
}

.univers-btn {
  font-size: 12px; font-family: var(--mono); font-weight: 700;
  padding: 8px 16px; border-radius: 7px; border: none;
  cursor: pointer; text-decoration: none;
  transition: opacity .15s, transform .1s; white-space: nowrap;
  display: inline-block;
}
.univers-btn:hover  { opacity:.85; transform:translateY(-1px); }
.univers-btn.blue   { background: var(--bg5); color:#fff; }
.univers-btn.purple { background: #6B48D8; color:#fff; }
.univers-btn.orange { background: var(--orange); color:#000; }
.univers-btn.green  { background: var(--green); color:#fff; }

#univers {
  background: var(--bg);
  box-shadow: 0 2px 12px rgba(26,22,18,.08) inset, 0 -2px 12px rgba(26,22,18,.08) inset;
  margin: 0 -1px;
  padding-left: 40px;
  padding-right: 40px;
}

.home-section {
  padding-top: 42px;
  padding-bottom: 42px;
}

.home-section-main {
  padding-top: 38px;
  padding-bottom: 46px;
}

.section-heading {
  max-width: 620px;
  margin: 0 auto 24px;
  text-align: center;
}

.section-heading h2 {
  margin: 0 0 8px;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.2;
}

.section-heading p {
  color: var(--text2);
  font-size: 13px;
  line-height: 1.65;
  margin: 0 auto;
  max-width: 540px;
}

.univers-heading {
  max-width: 740px;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(26,22,18,.08);
}

.univers-heading h2 {
  font-family: var(--mono);
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: 0;
  line-height: 1.35;
}

.univers-heading p {
  max-width: 520px;
  font-size: 13px;
  line-height: 1.55;
  color: #5f564d;
}

.section-label {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  color: #6B6258;
}

.section-heading-compact {
  margin-bottom: 18px;
}

.home-mini-heading {
  max-width: 740px;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(26,22,18,.08);
}

.home-mini-heading h2 {
  font-family: var(--mono);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 7px;
  letter-spacing: 0;
}

.home-mini-heading p {
  max-width: 480px;
  font-size: 12px;
  line-height: 1.55;
  color: #5f564d;
}

section {
  background: rgba(251,248,244,.98);
  box-shadow: none;
  padding-top: 48px;
  padding-bottom: 48px;
}
.section-alt {
  background: var(--bg);
  box-shadow: 0 2px 12px rgba(26,22,18,.08) inset, 0 -2px 12px rgba(26,22,18,.08) inset;
}

.univers-card, .why-item, .tool-strip-item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .5s ease, transform .5s ease, box-shadow .2s, border-color .2s;
}
.univers-card.visible, .why-item.visible, .tool-strip-item.visible {
  opacity: 1;
  transform: translateY(0);
  transition: transform .15s ease, box-shadow .15s, border-color .15s;
}
.univers-card:nth-child(1) { transition-delay: 0s; }
.univers-card:nth-child(2) { transition-delay: 0.15s; }
.univers-card:nth-child(3) { transition-delay: 0.3s; }
.univers-card:nth-child(4) { transition-delay: 0.45s; }
.univers-card.visible { transition-delay: 0s; }
.why-item:nth-child(1) { transition-delay: 0s; }
.why-item:nth-child(2) { transition-delay: 0.1s; }
.why-item:nth-child(3) { transition-delay: 0.2s; }
.why-item:nth-child(4) { transition-delay: 0.3s; }
.tool-strip-item:nth-child(1) { transition-delay: 0s; }
.tool-strip-item:nth-child(2) { transition-delay: 0.08s; }
.tool-strip-item:nth-child(3) { transition-delay: 0.16s; }
.tool-strip-item:nth-child(4) { transition-delay: 0.24s; }
.tool-strip-item:nth-child(5) { transition-delay: 0.32s; }

/* ================================================================
   OUTILS STRIP
   ================================================================ */
.tools-section-home {
  background: rgba(251,249,246,.98);
  border-top: 1px solid rgba(26,22,18,.08);
  border-bottom: 1px solid rgba(26,22,18,.08);
  padding-top: 36px;
  padding-bottom: 38px;
}

.tools-panel {
  max-width: 860px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 14px;
}

.tools-group {
  min-width: 0;
}

.tools-group-title {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  color: #6B6258;
  margin-bottom: 8px;
}

.tools-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(150px,1fr));
  gap: 10px;
}
.tool-strip-item {
  background: rgba(244,239,230,.48); border: 1px solid rgba(26,22,18,.08); border-radius: 6px;
  padding: 11px; text-decoration: none; color: inherit;
  display: flex; align-items: flex-start; gap: 10px;
  box-shadow: none;
  transition: border-color .2s, background .2s, transform .15s;
  min-height: 76px;
}
.tool-strip-item:hover { border-color: rgba(30,100,152,.26); background: var(--bg2); transform: translateY(-2px); }
.tool-strip-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.tool-strip-title { font-size: 12px; font-weight: 750; color: #18130E; line-height: 1.25; }
.tool-strip-desc  { font-size: 11px; color: #5f564d; line-height: 1.45; }

/* ================================================================
   POURQUOI
   ================================================================ */
.why-section-home {
  background: var(--bg);
  box-shadow: 0 2px 12px rgba(26,22,18,.08) inset, 0 -2px 12px rgba(26,22,18,.08) inset;
  padding-top: 36px;
  padding-bottom: 38px;
}

.why-grid {
  display: grid; grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 10px;
  width: 100%;
  max-width: 860px;
}
.why-item {
  background: rgba(251,249,246,.62);
  border: 1px solid rgba(26,22,18,.08);
  border-radius: 6px;
  padding: 15px;
  box-shadow: none;
  position: relative;
  overflow: hidden;
  transition: border-color .15s, background .15s;
}
.why-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: rgba(30,100,152,.38);
  opacity: .75;
}
.why-item:first-child { border-left: 1px solid rgba(26,22,18,.08); }
.why-item:hover { border-color: rgba(30,100,152,.22); background: rgba(251,249,246,.86); }
.why-item:hover .why-title { color: var(--accent); }
.why-num   { font-family: var(--mono); font-size: 11px; font-weight: 700; color: #8C857D; margin-bottom: 8px; }
.why-title { font-size: 13px; font-weight: 800; color: #18130E; margin-bottom: 6px; }
.why-text  { font-size: 12px; color: #4A433B; line-height: 1.6; }

.pub-slot {
  margin: 0;
  border-radius: 0;
  border-left: none;
  border-right: none;
  padding: 32px 40px;
  background: var(--bg);
}

/* ================================================================
   ACTUALITES
   ================================================================ */
.news-strip-section {
  padding: 0;
  background: rgba(251,248,244,.98);
  border-bottom: 1px solid rgba(26,22,18,.08);
}

.news-strip {
  max-width: 100%;
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  align-items: stretch;
  gap: 0;
  font-size: 14px;
  line-height: 1.5;
}

.news-strip-items {
  min-width: 0;
  display: grid;
  align-items: center;
  min-height: 154px;
  padding: 0 24px;
}

.news-strip-item {
  grid-area: 1 / 1;
  text-align: left;
  min-height: 154px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(14px);
  transition: opacity .24s ease, transform .24s ease, visibility .24s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px 0;
}

.news-strip-item.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}

.news-strip-items.news-going-back .news-strip-item {
  transform: translateX(-14px);
}

.news-strip-items.news-going-back .news-strip-item.active {
  transform: translateX(0);
}

.news-strip-head {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
  min-height: 22px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 6px;
}

.news-strip-head::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70%;
  height: 2px;
  background: linear-gradient(90deg, rgba(30,100,152,.7), transparent);
}

.news-strip-label {
  font-weight: 800;
}

.news-strip-title {
  color: var(--text);
  font-weight: 700;
  font-size: 15px;
}

.news-strip-date {
  color: var(--text3);
}

.news-strip-desc {
  max-width: 760px;
  margin: 0 0 10px;
  color: var(--text2);
  line-height: 1.5;
  align-self: flex-start;
}

.news-strip-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-strip-list li {
  position: relative;
  margin: 2px 0;
  padding-left: 16px;
}

.news-strip-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
}

.news-strip-link {
  color: var(--accent);
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  margin-left: 6px;
}

.news-strip-link:hover {
  opacity: .75;
}

.news-strip-layout {
  display: flex;
  align-items: stretch;
}

.news-strip-layout .news-strip {
  flex: 1;
  min-width: 0;
}

.news-strip-layout.has-poll .news-strip {
  border-right: 1px solid rgba(26,22,18,.10);
}

.news-poll {
  flex-shrink: 0;
  width: 300px;
  height: 154px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 28px;
  font-size: 13px;
  overflow: hidden;
  background: #f0f4f8;
}

.news-poll-label {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--accent);
  margin-bottom: 6px;
}

.news-poll-question {
  font-weight: 700;
  color: var(--text);
  margin-bottom: 8px;
  text-align: center;
}

.news-poll-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.news-poll-btn {
  padding: 5px 16px;
  border: 1px solid rgba(26,22,18,.2);
  border-radius: 999px;
  background: transparent;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background .15s, border-color .15s, color .15s;
  color: var(--text2);
  font-family: inherit;
}

.news-poll-btn:hover {
  border-color: var(--accent);
  color: var(--accent);
  background: rgba(30,100,152,.06);
}

.news-poll-results {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 420px;
  max-width: 100%;
}

.news-poll-bar-wrap {
  display: flex;
  align-items: center;
  gap: 4px;
}

.news-poll-opt-label {
  width: 70px;
  font-size: 12px;
  color: var(--text2);
  flex-shrink: 0;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-poll-opt-label.chosen {
  font-weight: 700;
  color: var(--accent);
}

.news-poll-bar {
  flex: 1;
  height: 6px;
  background: rgba(26,22,18,.08);
  border-radius: 999px;
  overflow: hidden;
}

.news-poll-fill {
  height: 100%;
  background: var(--accent);
  border-radius: 999px;
  transition: width .4s ease;
}

.news-poll-pct {
  font-size: 12px;
  color: var(--text3);
  width: 32px;
  flex-shrink: 0;
}

.news-poll-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 6px;
}

.news-poll-total {
  font-size: 11px;
  color: var(--text3);
}

.news-poll-change {
  background: none;
  border: none;
  font-size: 11px;
  color: var(--text3);
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
  font-family: inherit;
  transition: color .15s;
}

.news-poll-change:hover {
  color: var(--accent);
}


.news-strip-nav {
  width: 100px;
  align-self: stretch;
  border: none;
  color: var(--text2);
  cursor: pointer;
  font-size: 30px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  transition: background .15s, color .15s;
  padding: 0;
  margin: -22px 0;
}

.news-strip-prev {
  background: linear-gradient(to right, rgba(26,22,18,.07), transparent);
}

.news-strip-next {
  background: linear-gradient(to left, rgba(26,22,18,.07), transparent);
}

.news-strip-nav[hidden] {
  display: flex;
  visibility: hidden;
  pointer-events: none;
}

.news-strip-prev:hover {
  background: linear-gradient(to right, rgba(26,22,18,.16), transparent);
  color: var(--accent);
}

.news-strip-next:hover {
  background: linear-gradient(to left, rgba(26,22,18,.16), transparent);
  color: var(--accent);
}

/* ================================================================
   SEO TEXT
   ================================================================ */
.section-seo {
  background: rgba(251,249,246,.98);
  padding-top: 30px;
  padding-bottom: 38px;
  border-top: 1px solid rgba(26,22,18,.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.32);
}

.seo-heading {
  margin-bottom: 0;
}

.seo-heading h2 {
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  color: #6B6258;
  margin-bottom: 12px;
}

.section-seo .seo-text {
  max-width: 720px;
  margin: 0 auto;
  color: var(--text2);
  line-height: 1.7;
  font-size: 11px;
  background: transparent;
  border-top: 1px solid rgba(26,22,18,.08);
  border-radius: 0;
  padding: 14px 0 0;
}

.section-seo .seo-text p {
  margin-bottom: 0.55rem;
}

.section-seo .seo-text p:last-child {
  margin-bottom: 0;
}

.section-seo .seo-text a {
  color: var(--accent);
  font-weight: 700;
  text-decoration: none;
}

.section-seo .seo-text a:hover {
  opacity: .75;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media(max-width:860px) {
  .hero.hero-split {
    grid-template-columns: 1fr;
    padding: 38px 24px;
    min-height: unset;
  }
  .hero-right { display: none; }
  .hero-lead { max-width: 620px; }
  .tools-panel { grid-template-columns: 1fr; max-width: 560px; }
  .tools-strip { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .why-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .why-item { padding: 14px; }
}

@media(max-width:700px) {
  .hero.hero-split    { padding: 32px 16px; }
  .hero.hero-split h1 { font-size: 38px; }
  .hero-lead          { font-size: 16px; }
  .univers-grid       { grid-template-columns: 1fr; }
  .tools-panel        { max-width: 100%; gap: 18px; }
  .tools-strip        { grid-template-columns: 1fr; }
  .why-grid           { grid-template-columns: 1fr; }
  .btn-group          { flex-direction: column; align-items: center; }
  .news-strip-section { padding: 0; }
  .news-strip-layout  { flex-direction: column; }
  .news-strip-layout.has-poll .news-strip { border-right: none; border-bottom: 1px solid rgba(26,22,18,.10); }
  .news-strip         { grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 8px; }
  .news-strip-nav     { width: 36px; height: 36px; margin: 0; border-radius: 4px; align-self: center; }
  .news-strip-items,
  .news-strip-item    { min-height: 100px; }
  .news-strip-item    { grid-template-rows: 40px 1fr; padding: 12px 0; }
  .news-strip-head    { min-height: 40px; }
  .news-strip-item    { text-align: left; }
  .news-strip-head    { justify-content: flex-start; }
  .news-strip-head::after { left: 0; transform: none; }
  .news-poll          { width: 100%; height: auto; padding: 14px 20px; border-top: 1px solid rgba(26,22,18,.08); }
  .news-poll-results  { width: 100%; }
  .univers-heading h2 { font-size: 14px; }
  .home-mini-heading h2 { font-size: 13px; }
  .home-section,
  .home-section-main  { padding-top: 34px; padding-bottom: 36px; }
}
