/* portefeuille-revenu.fr — design system finance premium
   Pas de build : variables CSS + media queries pures.
*/

:root {
  --c-bg: #faf7f1;
  --c-surface: #ffffff;
  --c-ink: #0e1b2c;
  --c-ink-soft: #2d3b50;
  --c-muted: #5a6678;
  --c-line: #e3dccd;
  --c-line-strong: #c8bfa9;
  --c-primary: #0b2545;
  --c-primary-ink: #ffffff;
  --c-accent: #b08246;
  --c-accent-soft: #f0e6d2;
  --c-secondary: #6b1f2a;
  --c-success: #2f6f4f;
  --c-success-soft: #e6f1ea;
  --c-warn: #8a5a14;
  --c-warn-soft: #fbf1dc;
  --c-risk: #8d2a26;
  --c-risk-soft: #f8e7e3;
  --c-info: #1f4f6f;
  --c-info-soft: #e3eef5;

  --r-sm: 4px;
  --r-md: 8px;
  --r-lg: 14px;
  --r-xl: 22px;

  --shadow-sm: 0 1px 2px rgba(14, 27, 44, 0.06);
  --shadow-md: 0 6px 18px rgba(14, 27, 44, 0.08);
  --shadow-lg: 0 18px 44px rgba(14, 27, 44, 0.14);

  --f-serif: "Source Serif 4", "Source Serif Pro", "Iowan Old Style", Georgia, "Times New Roman", serif;
  --f-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --f-mono: ui-monospace, SFMono-Regular, "JetBrains Mono", Menlo, Consolas, monospace;

  --maxw: 1180px;
  --maxw-read: 760px;

  --nav-h: 64px;
  --sticky-h: 56px;
}

* { box-sizing: border-box; }

[hidden] { display: none !important; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--c-bg);
  color: var(--c-ink);
  font-family: var(--f-sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.has-sticky { padding-top: calc(var(--sticky-h) + var(--nav-h)); }
body:not(.has-sticky) { padding-top: var(--nav-h); }

a { color: var(--c-primary); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
a:hover { color: var(--c-secondary); }

img { max-width: 100%; height: auto; }

h1, h2, h3, h4 { font-family: var(--f-serif); color: var(--c-ink); font-weight: 600; line-height: 1.2; letter-spacing: -0.01em; }
h1 { font-size: clamp(2rem, 4.2vw, 3rem); margin: 0 0 0.6rem; }
h2 { font-size: clamp(1.5rem, 2.6vw, 2rem); margin: 2.2rem 0 0.8rem; }
h3 { font-size: clamp(1.2rem, 1.9vw, 1.4rem); margin: 1.6rem 0 0.5rem; }
h4 { font-size: 1.05rem; margin: 1.2rem 0 0.4rem; }

p, ul, ol { margin: 0 0 1rem; }

ul, ol { padding-left: 1.25rem; }
li + li { margin-top: 0.25rem; }

hr { border: 0; border-top: 1px solid var(--c-line); margin: 2.5rem 0; }

code { font-family: var(--f-mono); font-size: 0.9em; background: var(--c-accent-soft); padding: 1px 5px; border-radius: var(--r-sm); }

/* ============ Sticky info bar ============ */
.sticky-bar {
  position: fixed; top: 0; left: 0; right: 0;
  background: var(--c-primary);
  color: var(--c-primary-ink);
  font-size: 0.92rem;
  z-index: 1100;
  height: var(--sticky-h);
  display: flex; align-items: center;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.sticky-bar[hidden] { display: none !important; }
.sticky-bar__inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 1rem;
  width: 100%;
  display: flex; align-items: center; gap: 0.75rem;
  justify-content: space-between;
}
.sticky-bar__msg { display: flex; align-items: center; gap: 0.5rem; }
.sticky-bar__msg strong { font-family: var(--f-serif); }
.sticky-bar__cta {
  background: var(--c-accent);
  color: #1a1208;
  padding: 6px 12px;
  border-radius: var(--r-md);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.88rem;
}
.sticky-bar__cta:hover { background: #c69a5d; color: #1a1208; }
.sticky-bar__close {
  background: transparent; border: 0; color: var(--c-primary-ink);
  width: 32px; height: 32px; cursor: pointer; font-size: 1.1rem; line-height: 1;
  border-radius: var(--r-md);
}
.sticky-bar__close:hover { background: rgba(255,255,255,0.1); }

/* ============ Navbar ============ */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: var(--nav-h);
  background: rgba(255, 253, 248, 0.95);
  backdrop-filter: saturate(160%) blur(8px);
  border-bottom: 1px solid var(--c-line);
  z-index: 1000;
}
body.has-sticky .nav { top: var(--sticky-h); }
.nav__inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 1rem;
  height: 100%;
  display: flex; align-items: center; gap: 1rem;
}
.nav__brand {
  font-family: var(--f-serif);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--c-primary);
  text-decoration: none;
  letter-spacing: -0.01em;
  display: flex; align-items: center; gap: 0.55rem;
}
.nav__brand-mark {
  width: 30px; height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--c-primary) 0%, var(--c-accent) 100%);
  display: inline-block;
  flex-shrink: 0;
}
.nav__links {
  margin-left: auto;
  display: flex; align-items: center; gap: 0.25rem;
  flex-wrap: wrap;
}
.nav__links a {
  color: var(--c-ink-soft);
  text-decoration: none;
  font-size: 0.93rem;
  padding: 6px 10px;
  border-radius: var(--r-md);
}
.nav__links a:hover { color: var(--c-primary); background: var(--c-accent-soft); }
.nav__links a[aria-current="page"] { color: var(--c-primary); background: var(--c-accent-soft); font-weight: 600; }

.nav__toggle {
  display: none;
  background: transparent; border: 1px solid var(--c-line-strong);
  border-radius: var(--r-md);
  padding: 6px 10px;
  font-size: 1rem; cursor: pointer;
  margin-left: auto;
}

@media (max-width: 860px) {
  .nav__toggle { display: block; }
  .nav__links {
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: var(--c-surface);
    border-bottom: 1px solid var(--c-line);
    flex-direction: column;
    align-items: stretch;
    padding: 0.5rem 1rem 1rem;
    gap: 0.2rem;
    margin-left: 0;
    display: none;
    box-shadow: var(--shadow-md);
  }
  .nav__links.is-open { display: flex; }
  .nav__links a { padding: 10px 12px; }
}

/* ============ Hero ============ */
.hero {
  background:
    radial-gradient(ellipse at top right, rgba(176, 130, 70, 0.16) 0%, transparent 55%),
    radial-gradient(ellipse at 10% 100%, rgba(11, 37, 69, 0.08) 0%, transparent 60%),
    var(--c-bg);
  padding: 3rem 1rem 2.5rem;
  border-bottom: 1px solid var(--c-line);
}
.hero__inner {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 900px) {
  .hero__inner { grid-template-columns: 1fr; gap: 1.5rem; }
}
.hero__eyebrow {
  display: inline-block;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--c-secondary);
  background: var(--c-accent-soft);
  padding: 5px 10px;
  border-radius: var(--r-sm);
  margin-bottom: 0.8rem;
  font-weight: 600;
}
.hero__title { margin-bottom: 1rem; }
.hero__sub { font-size: 1.1rem; color: var(--c-ink-soft); margin-bottom: 1.4rem; }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-bottom: 1rem; }
.hero__meta { display: flex; flex-wrap: wrap; gap: 1.2rem; font-size: 0.88rem; color: var(--c-muted); }
.hero__meta span::before { content: "● "; color: var(--c-accent); }
.hero__card {
  background: var(--c-surface);
  border: 1px solid var(--c-line);
  border-radius: var(--r-xl);
  padding: 1.6rem;
  box-shadow: var(--shadow-md);
}
.hero__card h3 { margin-top: 0; }
.hero__card ul { padding-left: 1.2rem; }

/* ============ Layout containers ============ */
.container {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 2.5rem 1rem 3rem;
}
.container--read { max-width: var(--maxw-read); }

.section { padding: 3rem 1rem; }
.section--alt { background: linear-gradient(180deg, transparent, rgba(176, 130, 70, 0.05) 50%, transparent); }
.section__inner { max-width: var(--maxw); margin: 0 auto; }

.eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--c-accent);
  font-weight: 700;
  margin-bottom: 0.4rem;
}

/* ============ Buttons ============ */
.btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 12px 22px;
  border-radius: var(--r-md);
  font-weight: 600;
  text-decoration: none;
  font-size: 0.97rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.06s ease, box-shadow 0.15s ease, background 0.15s ease;
  line-height: 1;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn--primary { background: var(--c-primary); color: var(--c-primary-ink); }
.btn--primary:hover { background: #103466; color: var(--c-primary-ink); }
.btn--accent { background: var(--c-accent); color: #1a1208; }
.btn--accent:hover { background: #c69a5d; color: #1a1208; }
.btn--ghost { background: transparent; color: var(--c-primary); border-color: var(--c-line-strong); }
.btn--ghost:hover { background: var(--c-accent-soft); color: var(--c-primary); }
.btn--sm { padding: 8px 14px; font-size: 0.88rem; }
.btn--block { display: flex; justify-content: center; width: 100%; }

/* ============ Summary box (TL;DR) ============ */
.summary {
  background: var(--c-info-soft);
  border-left: 4px solid var(--c-info);
  border-radius: var(--r-md);
  padding: 1.1rem 1.3rem;
  margin: 1.5rem 0 2rem;
}
.summary h2, .summary h3 { margin-top: 0; color: var(--c-info); font-size: 1rem; text-transform: uppercase; letter-spacing: 0.08em; }
.summary ul, .summary p:last-child { margin-bottom: 0; }

/* ============ Callouts ============ */
.callout {
  border-radius: var(--r-md);
  padding: 1rem 1.2rem;
  margin: 1.4rem 0;
  border-left: 4px solid var(--c-info);
  background: var(--c-info-soft);
}
.callout--risk { border-left-color: var(--c-risk); background: var(--c-risk-soft); }
.callout--warn { border-left-color: var(--c-warn); background: var(--c-warn-soft); }
.callout--success { border-left-color: var(--c-success); background: var(--c-success-soft); }
.callout__title { font-weight: 700; margin-bottom: 0.3rem; font-family: var(--f-serif); }

/* ============ Table of contents ============ */
.toc {
  background: var(--c-surface);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  padding: 1rem 1.2rem;
  margin: 1.5rem 0 2rem;
  font-size: 0.94rem;
}
.toc__title {
  font-family: var(--f-serif);
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.82rem;
  color: var(--c-muted);
}
.toc ol { padding-left: 1.2rem; margin: 0; }
.toc a { color: var(--c-ink-soft); text-decoration: none; }
.toc a:hover { color: var(--c-primary); text-decoration: underline; }

/* ============ Cards / Grids ============ */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.2rem;
  margin: 1.5rem 0;
}
.card {
  background: var(--c-surface);
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  padding: 1.4rem;
  display: flex; flex-direction: column;
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.card__tag {
  display: inline-block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--c-accent);
  font-weight: 700;
  margin-bottom: 0.4rem;
}
.card h3 { margin-top: 0; margin-bottom: 0.5rem; font-size: 1.15rem; }
.card p { color: var(--c-ink-soft); margin-bottom: 1rem; font-size: 0.95rem; flex-grow: 1; }
.card__cta { margin-top: auto; font-weight: 600; text-decoration: none; color: var(--c-primary); font-size: 0.92rem; }
.card__cta::after { content: " →"; }


/* ============ Conversion cards ============ */
.promo-card {
  background: linear-gradient(135deg, var(--c-primary), #143a68);
  color: rgba(255,255,255,0.9);
  border-radius: var(--r-lg);
  padding: 1.25rem;
  margin: 1.5rem 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  box-shadow: var(--shadow-md);
}
.promo-card h3 { color: #fff; margin-top: 0; }
.promo-card p { margin-bottom: 0; color: rgba(255,255,255,0.78); }
.promo-card .card__tag { color: var(--c-accent); }
@media (max-width: 720px) { .promo-card { flex-direction: column; align-items: flex-start; } }

/* ============ Comparison table ============ */
.table-wrap {
  overflow-x: auto;
  margin: 1.5rem 0;
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  background: var(--c-surface);
}
table.compare {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.93rem;
  min-width: 640px;
}
table.compare th, table.compare td {
  text-align: left;
  padding: 12px 14px;
  border-bottom: 1px solid var(--c-line);
  vertical-align: top;
}
table.compare thead th {
  background: var(--c-primary);
  color: var(--c-primary-ink);
  font-family: var(--f-serif);
  font-weight: 600;
  letter-spacing: 0.02em;
  border-bottom: 0;
}
table.compare tbody tr:nth-child(even) { background: rgba(176, 130, 70, 0.04); }
table.compare tbody tr:hover { background: var(--c-accent-soft); }
table.compare td strong { color: var(--c-primary); }

/* ============ Calendrier ============ */
.cal {
  display: grid;
  gap: 1rem;
}
.cal__day {
  background: var(--c-surface);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  padding: 1rem 1.2rem;
  box-shadow: var(--shadow-sm);
}
.cal__day h3 {
  margin: 0 0 0.6rem;
  font-size: 1rem;
  display: flex; align-items: baseline; gap: 0.5rem;
  color: var(--c-primary);
}
.cal__day h3 span { font-family: var(--f-sans); font-size: 0.78rem; color: var(--c-muted); font-weight: 500; }
.cal__article {
  border-top: 1px dashed var(--c-line);
  padding-top: 0.6rem;
  margin-top: 0.6rem;
}
.cal__article:first-of-type { border-top: 0; padding-top: 0; margin-top: 0; }
.cal__title { font-weight: 600; color: var(--c-ink); margin: 0 0 0.2rem; }
.cal__meta { display: flex; flex-wrap: wrap; gap: 0.6rem; font-size: 0.82rem; color: var(--c-muted); margin: 0.2rem 0 0.4rem; }
.cal__meta .tag {
  background: var(--c-accent-soft);
  color: var(--c-secondary);
  padding: 2px 8px;
  border-radius: var(--r-sm);
  font-weight: 600;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.cal__desc { font-size: 0.92rem; color: var(--c-ink-soft); margin: 0; }

/* ============ Affiliate disclosure (footer only) ============ */
.footer {
  background: var(--c-primary);
  color: rgba(255,255,255,0.85);
  padding: 3rem 1rem 1.6rem;
  margin-top: 4rem;
  font-size: 0.92rem;
}
.footer a { color: var(--c-accent); }
.footer a:hover { color: #d8b27c; }
.footer__inner {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 800px) {
  .footer__inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .footer__inner { grid-template-columns: 1fr; }
}
.footer__brand h4 {
  font-family: var(--f-serif);
  color: #fff;
  font-size: 1.15rem;
  margin: 0 0 0.5rem;
}
.footer__brand p { color: rgba(255,255,255,0.7); font-size: 0.9rem; }
.footer__col h5 {
  font-family: var(--f-sans);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.78rem;
  color: var(--c-accent);
  margin: 0 0 0.7rem;
}
.footer__col ul { list-style: none; padding: 0; margin: 0; }
.footer__col li { margin-bottom: 0.35rem; }
.footer__col a { text-decoration: none; }
.footer__col a:hover { text-decoration: underline; }

.footer__bottom {
  max-width: var(--maxw);
  margin: 2.5rem auto 0;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(255,255,255,0.15);
  font-size: 0.82rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.6;
}
.footer__bottom strong { color: rgba(255,255,255,0.92); }
.footer__bottom p { margin-bottom: 0.5rem; }

/* ============ Exit popup ============ */
.popup {
  position: fixed;
  inset: 0;
  background: rgba(14, 27, 44, 0.55);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  z-index: 2000;
  animation: fadeIn 0.2s ease;
}
.popup[hidden] { display: none !important; }
.popup.is-open { display: flex; }
.popup__panel {
  background: var(--c-surface);
  border-radius: var(--r-xl);
  padding: 2rem 1.8rem;
  max-width: 480px;
  width: 100%;
  position: relative;
  box-shadow: var(--shadow-lg);
  border-top: 6px solid var(--c-accent);
}
.popup__close {
  position: absolute; top: 12px; right: 12px;
  background: transparent; border: 0; cursor: pointer;
  font-size: 1.4rem; line-height: 1; color: var(--c-muted);
  width: 36px; height: 36px;
  border-radius: 50%;
}
.popup__close:hover { background: var(--c-bg); color: var(--c-ink); }
.popup__eyebrow { color: var(--c-accent); font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.78rem; margin-bottom: 0.4rem; }
.popup__panel h2 { margin: 0 0 0.6rem; font-size: 1.5rem; }
.popup__panel p { color: var(--c-ink-soft); font-size: 0.95rem; }
.popup__actions { display: flex; gap: 0.6rem; flex-wrap: wrap; margin-top: 1rem; }

@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

/* ============ Trust toasts ============ */
.toasts {
  position: fixed;
  bottom: 1.2rem; left: 1.2rem;
  display: flex; flex-direction: column; gap: 0.6rem;
  z-index: 1200;
  max-width: min(360px, calc(100vw - 2rem));
  pointer-events: none;
}
.toast {
  background: var(--c-surface);
  border: 1px solid var(--c-line);
  border-left: 4px solid var(--c-success);
  border-radius: var(--r-md);
  padding: 0.7rem 0.9rem;
  font-size: 0.88rem;
  box-shadow: var(--shadow-md);
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  pointer-events: auto;
  animation: slideUp 0.3s ease;
}
.toast--info { border-left-color: var(--c-info); }
.toast--warn { border-left-color: var(--c-warn); }
.toast__icon { font-size: 1rem; flex-shrink: 0; }
.toast__body { flex-grow: 1; color: var(--c-ink-soft); line-height: 1.4; }
.toast__body strong { color: var(--c-ink); display: block; font-size: 0.92rem; }
.toast__body small { color: var(--c-muted); display: block; margin-top: 2px; font-size: 0.78rem; }
.toast__close {
  background: transparent; border: 0; cursor: pointer;
  font-size: 1rem; line-height: 1; color: var(--c-muted);
  padding: 2px 6px; border-radius: var(--r-sm);
  flex-shrink: 0;
}
.toast__close:hover { background: var(--c-bg); color: var(--c-ink); }

@keyframes slideUp { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

/* ============ Article body helpers ============ */
.article {
  max-width: var(--maxw-read);
  margin: 0 auto;
  padding: 2.5rem 1rem 3rem;
}
.article__meta { color: var(--c-muted); font-size: 0.88rem; margin: 0 0 1.2rem; }
.article p, .article ul, .article ol { font-size: 1.02rem; }

.kv-list { list-style: none; padding: 0; margin: 1rem 0; }
.kv-list li {
  padding: 0.6rem 0;
  border-bottom: 1px solid var(--c-line);
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 1rem;
  font-size: 0.95rem;
}
.kv-list li:last-child { border-bottom: 0; }
.kv-list strong { color: var(--c-primary); }
@media (max-width: 600px) {
  .kv-list li { grid-template-columns: 1fr; gap: 0.2rem; }
}

/* ============ Hero stats ============ */
.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1rem;
  margin: 1.5rem 0;
}
.stat {
  background: var(--c-surface);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  padding: 1rem;
}
.stat__num { font-family: var(--f-serif); font-size: 1.6rem; font-weight: 700; color: var(--c-primary); line-height: 1.1; }
.stat__lbl { color: var(--c-muted); font-size: 0.85rem; margin-top: 0.3rem; }

/* ============ Misc ============ */
.muted { color: var(--c-muted); }
.small { font-size: 0.88rem; }
.center { text-align: center; }
.mt-1 { margin-top: 1rem; }
.mt-2 { margin-top: 2rem; }
.mb-0 { margin-bottom: 0; }
.tag-row { display: flex; flex-wrap: wrap; gap: 0.4rem; margin: 0.5rem 0 1rem; }
.tag {
  background: var(--c-accent-soft);
  color: var(--c-secondary);
  padding: 3px 9px;
  border-radius: var(--r-sm);
  font-weight: 600;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.divider-mark {
  text-align: center; color: var(--c-accent);
  font-family: var(--f-serif); font-size: 1.4rem;
  margin: 2.5rem 0; letter-spacing: 0.5em;
}

/* Focus ring */
:focus-visible {
  outline: 2px solid var(--c-accent);
  outline-offset: 3px;
  border-radius: var(--r-sm);
}

/* Skip link */
.skip {
  position: absolute; left: -9999px; top: 0;
  background: var(--c-primary); color: #fff; padding: 8px 12px;
  z-index: 9999;
}
.skip:focus { left: 8px; top: 8px; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001s !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001s !important;
  }
}
