:root {
  --color-primary: #081a2b;
  --color-primary-soft: #102d47;
  --color-accent: #2f6bff;
  --color-accent-dark: #1f4fd0;
  --color-secondary: #16b8a6;
  --color-background: #f5f7fb;
  --color-white: #ffffff;
  --color-text: #172033;
  --color-muted: #667085;
  --color-border: #e3e8ef;
  --color-border-strong: #d2dae5;
  --shadow-xs: 0 4px 14px rgba(8, 26, 43, 0.06);
  --shadow-sm: 0 12px 32px rgba(8, 26, 43, 0.08);
  --shadow-md: 0 24px 70px rgba(8, 26, 43, 0.14);
  --shadow-lg: 0 34px 100px rgba(5, 18, 31, 0.2);
  --radius-xs: 10px;
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 32px;
  --container: 1380px;
  --article: 790px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body {
  margin: 0;
  background: var(--color-white);
  color: var(--color-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.is-layer-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
svg { display: block; }
a { color: var(--color-accent); text-decoration: none; }
a:hover { color: var(--color-accent-dark); }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 64px), var(--container)); margin-inline: auto; }
.container--article { max-width: 1120px; }
.site-main { min-height: 62vh; }
.section { padding: 96px 0; }
.section--white { background: #fff; }
.section--soft { background: var(--color-background); }
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  left: 18px;
  top: -100px;
  z-index: 9999;
  padding: 12px 18px;
  border-radius: 10px;
  background: var(--color-primary);
  color: #fff;
  font-weight: 800;
}
.skip-link:focus { top: 18px; color: #fff; }
.ga-icon { width: 1.12em; height: 1.12em; flex: 0 0 auto; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.68em;
  color: var(--color-primary);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.035em;
}
h1 { font-size: clamp(2.65rem, 5.4vw, 5.7rem); }
h2 { font-size: clamp(2rem, 3.6vw, 3.65rem); }
h3 { font-size: clamp(1.15rem, 1.55vw, 1.42rem); }
p { margin: 0 0 1.25em; color: var(--color-muted); }

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 15px;
  color: var(--color-accent);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.eyebrow > span { width: 28px; height: 2px; border-radius: 999px; background: var(--color-secondary); }
.eyebrow--light { color: #9ebcff; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
  padding: 13px 22px;
  border: 1px solid var(--color-accent);
  border-radius: 12px;
  background: var(--color-accent);
  color: #fff;
  font-size: 0.93rem;
  font-weight: 850;
  line-height: 1.15;
  box-shadow: 0 10px 25px rgba(47, 107, 255, 0.22);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}
.button:hover {
  transform: translateY(-2px);
  background: var(--color-accent-dark);
  border-color: var(--color-accent-dark);
  color: #fff;
  box-shadow: 0 15px 34px rgba(47, 107, 255, 0.28);
}
.button--small { min-height: 44px; padding: 10px 17px; font-size: 0.85rem; }
.button--full { width: 100%; }
.button--ghost { background: transparent; border-color: var(--color-border); color: var(--color-primary); box-shadow: none; }
.button--ghost:hover { background: var(--color-background); border-color: var(--color-border-strong); color: var(--color-primary); }
.button--bright { background: #fff; border-color: #fff; color: var(--color-primary); box-shadow: 0 14px 35px rgba(0, 0, 0, 0.2); }
.button--bright:hover { background: #eef3ff; border-color: #eef3ff; color: var(--color-primary); }
.button--outline-light { background: transparent; border-color: rgba(255,255,255,.28); color: #fff; box-shadow: none; }
.button--outline-light:hover { background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.48); color: #fff; }
.button--light { background: #fff; border-color: #fff; color: var(--color-primary); box-shadow: none; }
.button--light:hover { background: #edf3ff; border-color: #edf3ff; color: var(--color-primary); }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--color-primary);
  font-size: 0.87rem;
  font-weight: 850;
}
.text-link:hover { color: var(--color-accent); }
.text-link .ga-icon { transition: transform 0.18s ease; }
.text-link:hover .ga-icon { transform: translateX(4px); }

/* Header */
.reading-progress { position: fixed; top: 0; left: 0; right: 0; z-index: 1500; height: 3px; pointer-events: none; }
.reading-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--color-accent), var(--color-secondary)); }
.site-header { position: relative; z-index: 800; }
.has-sticky-header .site-header { position: sticky; top: 0; }
.site-topbar { background: var(--color-primary); color: #c9d5e1; }
.site-topbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 35px; }
.site-topbar p { margin: 0; color: #c9d5e1; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.02em; }
.site-topbar__links { display: flex; gap: 22px; }
.site-topbar__links a { color: #c9d5e1; font-size: 0.72rem; font-weight: 700; }
.site-topbar__links a:hover { color: #fff; }
.site-header__main { background: rgba(255,255,255,.98); border-bottom: 1px solid rgba(227,232,239,.9); transition: box-shadow .2s ease; }
.site-header.is-scrolled .site-header__main { box-shadow: 0 12px 32px rgba(8,26,43,.08); backdrop-filter: blur(14px); }
.header-inner { display: flex; align-items: center; gap: 30px; min-height: 78px; }
.site-branding { flex: 0 0 auto; }
.custom-logo-link { display: flex; align-items: center; }
.custom-logo { width: auto; max-width: 230px; max-height: 52px; }
.site-brand-text { display: inline-flex; align-items: baseline; color: var(--color-primary); font-size: 1.55rem; font-weight: 900; letter-spacing: -0.055em; }
.site-brand-text span { color: var(--color-primary); }
.site-brand-text strong { color: var(--color-accent); font-weight: 900; }
.desktop-nav { display: flex; flex: 1; justify-content: center; min-width: 0; }
.desktop-nav ul, .mobile-drawer ul, .site-footer ul { list-style: none; margin: 0; padding: 0; }
.desktop-nav > .menu { display: flex; align-items: center; justify-content: center; gap: 2px; }
.desktop-nav .menu-item { position: relative; }
.desktop-nav .menu-item > a {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 10px 9px;
  border-radius: 9px;
  color: var(--color-primary);
  font-size: 0.79rem;
  font-weight: 800;
  white-space: nowrap;
}
.desktop-nav .menu-item-has-children > a::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}
.desktop-nav .current-menu-item > a, .desktop-nav .current-menu-ancestor > a, .desktop-nav .menu-item > a:hover { background: #f0f4ff; color: var(--color-accent); }
.desktop-nav .sub-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 280px;
  padding: 10px;
  border: 1px solid var(--color-border);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow-md);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
}
.desktop-nav .menu-item:nth-last-child(-n+2) .sub-menu { left: auto; right: 0; }
.desktop-nav .sub-menu a { min-height: 0; padding: 10px 12px; border-radius: 9px; color: var(--color-text); font-size: 0.82rem; font-weight: 700; white-space: normal; }
.desktop-nav .sub-menu a:hover { background: var(--color-background); color: var(--color-accent); }
.desktop-nav .menu-item:hover > .sub-menu, .desktop-nav .menu-item:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.header-actions { display: flex; align-items: center; gap: 9px; margin-left: auto; }
.icon-button { display: inline-grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 1px solid var(--color-border); border-radius: 11px; background: #fff; color: var(--color-primary); }
.icon-button:hover { border-color: #b8c8ee; background: #f3f6ff; color: var(--color-accent); }
.menu-toggle { display: none; }

.mobile-drawer, .search-overlay { position: fixed; inset: 0; z-index: 1200; visibility: hidden; pointer-events: none; }
.mobile-drawer[aria-hidden="false"], .search-overlay[aria-hidden="false"] { visibility: visible; pointer-events: auto; }
.mobile-drawer__backdrop, .search-overlay__backdrop { position: absolute; inset: 0; background: rgba(4,16,28,.74); opacity: 0; transition: opacity .22s ease; }
.mobile-drawer[aria-hidden="false"] .mobile-drawer__backdrop, .search-overlay[aria-hidden="false"] .search-overlay__backdrop { opacity: 1; }
.mobile-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(92vw, 460px);
  height: 100%;
  padding: 24px;
  background: #fff;
  overflow: auto;
  transform: translateX(100%);
  transition: transform .25s ease;
}
.mobile-drawer[aria-hidden="false"] .mobile-drawer__panel { transform: none; }
.mobile-drawer__head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 20px; border-bottom: 1px solid var(--color-border); }
.mobile-drawer__label { margin: 26px 0 10px; color: var(--color-muted); font-size: 0.72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.mobile-drawer nav > .menu > .menu-item { position: relative; border-bottom: 1px solid var(--color-border); }
.mobile-drawer .menu-item > a { display: flex; align-items: center; justify-content: space-between; padding: 15px 44px 15px 2px; color: var(--color-primary); font-size: .95rem; font-weight: 800; }
.mobile-drawer .submenu-toggle { position: absolute; top: 7px; right: 0; display: grid; place-items: center; width: 38px; height: 38px; border: 0; border-radius: 10px; background: var(--color-background); color: var(--color-primary); font-weight: 900; }
.mobile-drawer .sub-menu { display: none; padding: 0 0 12px 14px; }
.mobile-drawer .submenu-is-open > .sub-menu { display: block; }
.mobile-drawer .sub-menu a { padding: 8px 0; color: var(--color-muted); font-size: .84rem; font-weight: 650; }
.mobile-drawer__footer { margin-top: 26px; padding-top: 24px; border-top: 1px solid var(--color-border); }
.mobile-drawer__footer > div { display: flex; justify-content: center; gap: 22px; margin-top: 18px; }
.mobile-drawer__footer > div a { color: var(--color-muted); font-size: .8rem; font-weight: 700; }
.search-overlay { display: grid; place-items: center; padding: 24px; }
.search-overlay__panel { position: relative; width: min(100%, 760px); padding: 54px; border-radius: 28px; background: #fff; box-shadow: var(--shadow-lg); opacity: 0; transform: translateY(20px); transition: opacity .22s ease, transform .22s ease; }
.search-overlay[aria-hidden="false"] .search-overlay__panel { opacity: 1; transform: none; }
.search-overlay__close { position: absolute; top: 18px; right: 18px; }
.search-overlay__panel h2 { margin-bottom: 10px; }
.search-form { display: flex; gap: 10px; margin-top: 26px; }
.search-form label { flex: 1; }
.search-form input { width: 100%; height: 54px; padding: 0 16px; border: 1px solid var(--color-border-strong); border-radius: 12px; outline: 0; }
.search-form input:focus { border-color: var(--color-accent); box-shadow: 0 0 0 4px rgba(47,107,255,.1); }
.search-form button { min-width: 132px; border: 0; border-radius: 12px; background: var(--color-primary); color: #fff; font-weight: 850; }

/* Homepage */
.home-hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 106px;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(135deg, #071827 0%, #0b2540 64%, #0c3545 100%);
  background-size: 42px 42px, 42px 42px, auto;
}
.home-hero__glow { position: absolute; border-radius: 50%; filter: blur(6px); pointer-events: none; }
.home-hero__glow--one { width: 620px; height: 620px; right: -180px; top: -250px; background: radial-gradient(circle, rgba(47,107,255,.36), transparent 68%); }
.home-hero__glow--two { width: 430px; height: 430px; left: 40%; bottom: -310px; background: radial-gradient(circle, rgba(22,184,166,.28), transparent 70%); }
.home-hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, .9fr) minmax(470px, 1.1fr); align-items: center; gap: 88px; }
.home-hero__copy h1 { max-width: 720px; margin-bottom: 24px; color: #fff; font-size: clamp(3.05rem, 5.35vw, 5.7rem); }
.home-hero__copy h1::after { content: "."; color: #64e0cf; }
.home-hero__lead { max-width: 650px; color: #c3d1de; font-size: clamp(1.05rem, 1.45vw, 1.25rem); line-height: 1.7; }
.home-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.home-hero__proof { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 28px; }
.home-hero__proof span { display: flex; align-items: center; gap: 7px; color: #aebfce; font-size: .8rem; font-weight: 700; }
.home-hero__proof .ga-icon { color: #64e0cf; }
.hero-editorial-card { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 28px; background: rgba(255,255,255,.98); box-shadow: 0 35px 100px rgba(0,0,0,.32); transform: rotate(1deg); }
.hero-editorial-card::after { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255,255,255,.4); pointer-events: none; }
.hero-editorial-card__media { display: block; height: 315px; overflow: hidden; background: #dce6f2; }
.hero-editorial-card__media img { width: 100%; height: 100%; object-fit: cover; }
.hero-editorial-card__content { padding: 30px 32px 28px; }
.hero-editorial-card__labels { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-bottom: 15px; }
.hero-editorial-card__type { color: var(--color-muted); font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.hero-editorial-card h2 { margin-bottom: 12px; font-size: clamp(1.65rem, 2.3vw, 2.5rem); }
.hero-editorial-card h2 a { color: var(--color-primary); }
.hero-editorial-card p { margin-bottom: 20px; font-size: .95rem; }
.hero-editorial-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-top: 18px; border-top: 1px solid var(--color-border); color: var(--color-muted); font-size: .78rem; font-weight: 700; }
.hero-editorial-card__footer span { display: flex; align-items: center; gap: 6px; }
.hero-editorial-card__footer a { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--color-primary); color: #fff; }
.hero-editorial-card__footer a:hover { background: var(--color-accent); }
.hero-editorial-card__empty-visual { position: relative; display: grid; place-items: center; height: 315px; overflow: hidden; background: linear-gradient(135deg, #e5ecff 0%, #edf9f7 100%); }
.hero-editorial-card__empty-icon { display: grid; place-items: center; width: 92px; height: 92px; border-radius: 26px; background: #fff; color: var(--color-accent); box-shadow: var(--shadow-md); }
.hero-editorial-card__empty-icon .ga-icon { width: 44px; height: 44px; }
.insight-bars { position: absolute; inset: auto 10% 18% 10%; display: grid; gap: 10px; }
.insight-bars i { display: block; height: 10px; border-radius: 999px; background: rgba(255,255,255,.9); }
.insight-bars i:nth-child(1) { width: 82%; }
.insight-bars i:nth-child(2) { width: 64%; }
.insight-bars i:nth-child(3) { width: 91%; }
.insight-bars i:nth-child(4) { width: 48%; }
.badge--inverse { background: var(--color-primary); color: #fff; }

.topic-dock { position: relative; z-index: 5; margin-top: -35px; }
.topic-dock__inner { display: grid; grid-template-columns: repeat(6, 1fr); overflow: hidden; border: 1px solid var(--color-border); border-radius: 18px; background: #fff; box-shadow: var(--shadow-md); }
.topic-dock a { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 70px; padding: 13px 14px; border-right: 1px solid var(--color-border); color: var(--color-primary); font-size: .78rem; font-weight: 820; text-align: center; }
.topic-dock a:last-child { border-right: 0; }
.topic-dock a:hover { background: #f3f6ff; color: var(--color-accent); }
.topic-dock a > span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 9px; background: #edf2ff; color: var(--color-accent); }

.section-kicker-row { display: flex; align-items: end; justify-content: space-between; gap: 46px; margin-bottom: 38px; }
.section-kicker-row > div { max-width: 850px; }
.section-kicker-row h2 { margin: 0; font-size: clamp(2rem, 3.3vw, 3.2rem); }
.section-kicker-row > p { max-width: 460px; margin: 0; }
.section-kicker-row--centered { align-items: end; }
.editorial-lead-section { padding-top: 118px; }
.editorial-lead-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(360px, .75fr); gap: 28px; }
.lead-story-card { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr); overflow: hidden; min-height: 480px; border: 1px solid var(--color-border); border-radius: 26px; background: #fff; box-shadow: var(--shadow-xs); }
.lead-story-card__media { display: block; min-height: 100%; overflow: hidden; background: #eef2f8; }
.lead-story-card__media img { width: 100%; height: 100%; object-fit: cover; }
.lead-story-card__content { display: flex; flex-direction: column; justify-content: center; padding: 42px; }
.lead-story-card__content h3 { margin: 14px 0 16px; font-size: clamp(1.7rem, 2.6vw, 2.55rem); }
.lead-story-card__content h3 a { color: var(--color-primary); }
.editorial-side-list { display: grid; align-content: stretch; gap: 14px; }
.side-story { display: grid; grid-template-columns: 126px 1fr; gap: 18px; align-items: center; padding: 15px; border: 1px solid var(--color-border); border-radius: 18px; background: #fff; transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease; }
.side-story:hover { transform: translateY(-2px); border-color: #c4d1ec; box-shadow: var(--shadow-xs); }
.side-story__media { display: block; aspect-ratio: 1.18/1; overflow: hidden; border-radius: 12px; background: var(--color-background); }
.side-story__media img { width: 100%; height: 100%; object-fit: cover; }
.side-story__placeholder { display: grid; place-items: center; width: 100%; height: 100%; background: linear-gradient(135deg, #e8efff, #e8faf6); color: var(--color-accent); }
.side-story h3 { margin: 5px 0 7px; font-size: 1.03rem; line-height: 1.25; }
.side-story h3 a { color: var(--color-primary); }
.side-story__meta { color: var(--color-muted); font-size: .72rem; font-weight: 700; }
.editorial-action-card { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 14px; padding: 21px; border: 1px solid var(--color-border); border-radius: 18px; background: #fff; color: var(--color-primary); box-shadow: var(--shadow-xs); }
.editorial-action-card > span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 13px; background: #edf2ff; color: var(--color-accent); }
.editorial-action-card > .ga-icon { width: 19px; height: 19px; color: var(--color-muted); }
.editorial-action-card small, .editorial-action-card strong { display: block; }
.editorial-action-card small { margin-bottom: 4px; color: var(--color-muted); font-size: .68rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.editorial-action-card strong { font-size: .94rem; line-height: 1.35; }
.editorial-action-card:hover { border-color: #bfcdec; transform: translateY(-2px); box-shadow: var(--shadow-sm); }

.editorial-visual { position: relative; display: grid; place-items: center; width: 100%; height: 100%; min-height: 260px; overflow: hidden; background: linear-gradient(135deg, #dfe8ff, #e5f8f5); color: var(--color-accent); }
.editorial-visual--large { min-height: 100%; }
.editorial-visual__grid { position: absolute; inset: 0; opacity: .55; background-image: linear-gradient(rgba(255,255,255,.8) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.8) 1px, transparent 1px); background-size: 40px 40px; }
.editorial-visual__icon { position: relative; display: grid; place-items: center; width: 90px; height: 90px; border: 1px solid rgba(255,255,255,.85); border-radius: 24px; background: rgba(255,255,255,.8); box-shadow: var(--shadow-md); }
.editorial-visual__icon .ga-icon { width: 44px; height: 44px; }
.editorial-visual--marketing-si-vanzari { background: linear-gradient(135deg, #dfe7ff, #efe9ff); }
.editorial-visual--digitalizare-si-tehnologie { background: linear-gradient(135deg, #dff6ff, #e6efff); }
.editorial-visual--administrarea-afacerii { background: linear-gradient(135deg, #e9edf4, #e7f5f1); }
.editorial-visual--furnizori-si-servicii { background: linear-gradient(135deg, #e6f5f2, #e8effb); }
.editorial-visual--costuri-si-comparatii { background: linear-gradient(135deg, #fff0d9, #e8efff); }

.category-showcase { overflow: hidden; }
.category-bento { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.category-bento__card { position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: start; gap: 20px; min-height: 220px; padding: 28px; overflow: hidden; border: 1px solid var(--color-border); border-radius: 22px; background: #fff; color: var(--color-primary); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.category-bento__card:hover { transform: translateY(-4px); border-color: #bdcbea; box-shadow: var(--shadow-sm); }
.category-bento__card--1, .category-bento__card--2 { grid-column: span 6; }
.category-bento__card--3, .category-bento__card--4, .category-bento__card--5, .category-bento__card--6 { grid-column: span 3; }
.category-bento__card--1 { background: linear-gradient(135deg, #fff 55%, #eef3ff); }
.category-bento__card--2 { background: linear-gradient(135deg, #fff 55%, #eafaf7); }
.category-bento__number { position: absolute; right: 20px; top: 15px; color: rgba(8,26,43,.055); font-size: 4.5rem; font-weight: 900; line-height: 1; }
.category-bento__icon { position: relative; z-index: 1; display: grid; place-items: center; width: 56px; height: 56px; border-radius: 15px; background: #edf2ff; color: var(--color-accent); }
.category-bento__card:nth-child(2n) .category-bento__icon { background: #e9f9f6; color: #0d9d8c; }
.category-bento__icon .ga-icon { width: 27px; height: 27px; }
.category-bento__card h3 { position: relative; z-index: 1; margin-bottom: 10px; }
.category-bento__card p { position: relative; z-index: 1; margin: 0; font-size: .88rem; line-height: 1.62; }
.category-bento__arrow { align-self: end; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--color-primary); color: #fff; }

/* Post cards and article rails */
.posts-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.posts-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.posts-grid--editorial .post-card:first-child { grid-column: span 2; }
.post-card { display: flex; flex-direction: column; overflow: hidden; min-width: 0; border: 1px solid var(--color-border); border-radius: 20px; background: #fff; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.post-card:hover { transform: translateY(-4px); border-color: #c1cee7; box-shadow: var(--shadow-sm); }
.post-card__media { display: block; aspect-ratio: 16/9; overflow: hidden; background: #eef2f7; }
.post-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.post-card:hover .post-card__media img { transform: scale(1.035); }
.post-card__placeholder { position: relative; display: grid; place-items: center; width: 100%; height: 100%; overflow: hidden; background: linear-gradient(135deg, #e1eaff 0%, #e6f8f5 100%); color: var(--color-accent); }
.post-card__placeholder::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.65) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.65) 1px, transparent 1px); background-size: 30px 30px; }
.post-card__placeholder .ga-icon { position: relative; width: 46px; height: 46px; }
.post-card__body { display: flex; flex: 1; flex-direction: column; padding: 23px; }
.post-card__eyebrow { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; font-size: .69rem; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.post-card__eyebrow > a { color: var(--color-muted); }
.badge { display: inline-flex; align-items: center; width: fit-content; padding: 5px 8px; border-radius: 999px; background: #edf2ff; color: var(--color-accent); font-size: .65rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.badge--sponsored { background: #fff2d7; color: #8a5700; }
.post-card__title { margin-bottom: 11px; font-size: 1.25rem; line-height: 1.25; }
.post-card__title a { color: var(--color-primary); }
.post-card__body > p { font-size: .88rem; line-height: 1.62; }
.post-card__meta { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--color-border); color: var(--color-muted); font-size: .72rem; font-weight: 650; }
.post-card__meta span { display: flex; align-items: center; gap: 5px; }
.article-rail-section:nth-of-type(even) { background: #fbfcfe; }
.posts-grid--dark .post-card { border-color: rgba(255,255,255,.12); background: #102b44; }
.posts-grid--dark .post-card__title a, .posts-grid--dark h3 { color: #fff; }
.posts-grid--dark .post-card__body > p, .posts-grid--dark .post-card__meta, .posts-grid--dark .post-card__eyebrow > a { color: #b7c8d8; }
.posts-grid--dark .post-card__meta { border-color: rgba(255,255,255,.12); }
.case-study-section { background: linear-gradient(135deg, #071827, #0c2b45); }
.case-study-section__head { display: flex; align-items: end; justify-content: space-between; gap: 46px; margin-bottom: 40px; }
.case-study-section__head > div { max-width: 880px; }
.case-study-section__head h2 { margin: 0; color: #fff; }
.case-study-section__head > p { max-width: 430px; margin: 0; color: #b6c6d4; }
.sponsored-section { background: #fffaf0; }

.practical-resources-section { padding: 100px 0; background: #fff; }
.practical-resources { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; overflow: hidden; padding: 68px; border-radius: 30px; background: linear-gradient(135deg, #071827, #0e3552); box-shadow: var(--shadow-md); }
.practical-resources::after { content: ""; position: absolute; width: 460px; height: 460px; right: -210px; top: -250px; border-radius: 50%; background: radial-gradient(circle, rgba(47,107,255,.45), transparent 68%); }
.practical-resources__copy { position: relative; z-index: 1; }
.practical-resources__copy h2 { color: #fff; }
.practical-resources__copy p { color: #b7c7d6; }
.practical-resources__cards { position: relative; z-index: 1; display: grid; gap: 14px; }
.practical-resources__cards > a { display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 16px; min-height: 82px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.13); border-radius: 17px; background: rgba(255,255,255,.075); color: #fff; backdrop-filter: blur(10px); }
.practical-resources__cards > a:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.25); }
.practical-resources__cards > a > span { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 14px; background: rgba(255,255,255,.12); color: #7ee5d7; }
.practical-resources__cards small, .practical-resources__cards strong { display: block; }
.practical-resources__cards small { margin-bottom: 3px; color: #9fb4c5; font-size: .68rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.practical-resources__cards strong { font-size: .96rem; }

.newsletter-section { padding: 80px 0; background: var(--color-background); }
.newsletter-inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; padding: 48px 54px; border: 1px solid var(--color-border); border-radius: 26px; background: #fff; box-shadow: var(--shadow-xs); }
.newsletter-inner h2 { margin-bottom: 12px; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.newsletter-form { display: grid; grid-template-columns: .8fr 1.15fr auto; gap: 11px; align-items: end; }
.newsletter-form label > span, .ga-form label > span { display: block; margin-bottom: 7px; color: var(--color-primary); font-size: .78rem; font-weight: 800; }
.newsletter-form input:not([type=checkbox]), .ga-form input:not([type=checkbox]), .ga-form textarea, .ga-form select { width: 100%; min-height: 52px; padding: 0 14px; border: 1px solid var(--color-border-strong); border-radius: 11px; background: #fff; color: var(--color-text); outline: 0; }
.ga-form textarea { min-height: 150px; padding-top: 13px; resize: vertical; }
.newsletter-form input:focus, .ga-form input:focus, .ga-form textarea:focus, .ga-form select:focus { border-color: var(--color-accent); box-shadow: 0 0 0 4px rgba(47,107,255,.09); }
.newsletter-form .checkbox-label { grid-column: 1 / -1; }
.checkbox-label { display: flex !important; align-items: flex-start; gap: 9px; }
.checkbox-label input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--color-accent); }
.checkbox-label span { margin: 0 !important; color: var(--color-muted) !important; font-size: .78rem !important; font-weight: 500 !important; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-message { grid-column: 1 / -1; margin: 0 0 14px; padding: 12px 16px; border-radius: 10px; font-weight: 750; }
.form-message--success { background: #dcfce7; color: #166534; }
.form-message--error { background: #fee2e2; color: #991b1b; }
.home-final-cta { padding: 0 0 92px; background: var(--color-background); }
.home-final-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 44px; padding: 48px 54px; border-radius: 24px; background: #fff; border: 1px solid var(--color-border); box-shadow: var(--shadow-sm); }
.home-final-cta__inner > div { max-width: 850px; }
.home-final-cta h2 { margin-bottom: 10px; }
.home-final-cta p { margin: 0; }

/* Archives, search and generic pages */
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 24px; color: #8293a5; font-size: .72rem; font-weight: 650; }
.breadcrumbs a { color: inherit; }
.breadcrumbs a:hover { color: var(--color-accent); }
.archive-hero, .page-hero { position: relative; overflow: hidden; padding: 76px 0 72px; background: linear-gradient(135deg, #071827, #0d304a); }
.archive-hero::after, .page-hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -190px; top: -300px; border-radius: 50%; background: radial-gradient(circle, rgba(47,107,255,.38), transparent 70%); }
.archive-hero .container, .page-hero .container { position: relative; z-index: 1; }
.archive-hero h1, .page-hero h1 { max-width: 1000px; color: #fff; font-size: clamp(2.6rem, 5.4vw, 5rem); }
.archive-hero p, .page-hero p, .archive-description { max-width: 820px; color: #b9c8d6; }
.archive-hero .breadcrumbs, .page-hero .breadcrumbs { color: #8da3b5; }
.archive-icon { display: grid; place-items: center; width: 64px; height: 64px; margin-bottom: 22px; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; background: rgba(255,255,255,.08); color: #79dccc; }
.archive-icon .ga-icon { width: 30px; height: 30px; }
.subcategory-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.subcategory-list a { display: inline-flex; align-items: center; gap: 8px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(255,255,255,.06); color: #e6edf5; font-size: .76rem; font-weight: 750; }
.subcategory-list a:hover { background: rgba(255,255,255,.12); }
.subcategory-list a span { display: grid; place-items: center; min-width: 22px; height: 22px; padding: 0 6px; border-radius: 999px; background: rgba(255,255,255,.12); font-size: .66rem; }
.page-hero--compact { padding: 62px 0; }
.page-shell { max-width: 980px; padding-top: 72px; padding-bottom: 86px; }
.page-shell > .breadcrumbs { color: var(--color-muted); }
.page-header h1 { font-size: clamp(2.5rem, 5vw, 4.6rem); }
.page-header > p { font-size: 1.08rem; }
.page-featured { overflow: hidden; margin: 30px 0 40px; border-radius: 24px; }
.entry-content { color: var(--color-text); }
.entry-content > * { max-width: 100%; }
.entry-content h2 { margin-top: 1.8em; font-size: clamp(1.65rem, 2.7vw, 2.25rem); }
.entry-content h3 { margin-top: 1.6em; }
.entry-content p, .entry-content li { color: #39485a; }
.entry-content a { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.entry-content img { border-radius: 18px; }
.entry-content table { width: 100%; border-collapse: collapse; margin: 28px 0; font-size: .9rem; }
.entry-content th, .entry-content td { padding: 13px; border: 1px solid var(--color-border); text-align: left; }
.entry-content th { background: var(--color-background); color: var(--color-primary); }
.entry-content blockquote { margin: 30px 0; padding: 22px 26px; border-left: 4px solid var(--color-accent); border-radius: 0 14px 14px 0; background: #f3f6ff; }
.entry-content details { margin: 14px 0; padding: 16px 18px; border: 1px solid var(--color-border); border-radius: 13px; background: #fff; }
.entry-content summary { cursor: pointer; color: var(--color-primary); font-weight: 800; }
.empty-state, .search-empty { padding: 54px 28px; border: 1px dashed #bcc7d5; border-radius: 22px; background: var(--color-background); text-align: center; }
.empty-state > span { display: grid; place-items: center; width: 66px; height: 66px; margin: 0 auto 20px; border-radius: 18px; background: #fff; color: var(--color-accent); box-shadow: var(--shadow-xs); }
.empty-state p { max-width: 620px; margin-inline: auto; }
.search-empty .search-form { max-width: 680px; margin-inline: auto; }
.navigation.pagination { margin-top: 42px; }
.nav-links { display: flex; justify-content: center; gap: 8px; }
.page-numbers { display: grid; place-items: center; min-width: 42px; height: 42px; padding: 0 10px; border: 1px solid var(--color-border); border-radius: 10px; color: var(--color-primary); font-weight: 750; }
.page-numbers.current, .page-numbers:hover { background: var(--color-primary); border-color: var(--color-primary); color: #fff; }

/* Single article */
.article-header { padding: 68px 0 42px; background: linear-gradient(180deg, #f4f7fc 0%, #fff 100%); }
.article-header .breadcrumbs { color: var(--color-muted); }
.article-labels { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; }
.category-link { color: var(--color-accent); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.article-header h1 { max-width: 1080px; font-size: clamp(2.65rem, 5.2vw, 5.25rem); }
.article-summary { max-width: 900px; font-size: clamp(1.05rem, 1.55vw, 1.25rem); line-height: 1.7; }
.article-meta { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 28px; color: var(--color-muted); font-size: .8rem; }
.article-meta span { display: flex; align-items: center; gap: 6px; }
.article-meta a { color: var(--color-primary); font-weight: 800; }
.article-featured { overflow: hidden; margin-top: 12px; margin-bottom: 54px; border-radius: 28px; background: var(--color-background); box-shadow: var(--shadow-sm); }
.article-featured img { width: 100%; max-height: 720px; object-fit: cover; }
.article-layout { display: grid; grid-template-columns: minmax(0, var(--article)) 310px; justify-content: center; gap: 72px; padding-bottom: 96px; }
.article-main { min-width: 0; }
.article-content { font-size: 1.06rem; line-height: 1.82; }
.article-content > p:first-child { font-size: 1.14rem; }
.sponsored-notice { margin-bottom: 28px; padding: 18px 20px; border: 1px solid #efd491; border-radius: 14px; background: #fff8e7; }
.sponsored-notice strong { color: #7d5200; }
.sponsored-notice p { margin: 4px 0 0; font-size: .86rem; }
.article-toc { overflow: hidden; border: 1px solid var(--color-border); border-radius: 15px; background: #fff; }
.article-toc h2 { padding: 18px 18px 12px; margin: 0; font-size: .92rem; }
.article-toc ol { list-style: none; margin: 0; padding: 0 18px 18px; }
.article-toc li + li { margin-top: 8px; }
.article-toc a { display: block; color: var(--color-muted); font-size: .78rem; line-height: 1.42; }
.article-toc a:hover { color: var(--color-accent); }
.article-toc .toc-level-3 { padding-left: 13px; }
.article-toc--desktop { position: sticky; top: 128px; margin-bottom: 22px; }
.article-toc--mobile { display: none; margin-bottom: 24px; }
.toc-toggle { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 16px; border: 0; background: none; color: var(--color-primary); font-weight: 850; }
.review-box { display: flex; gap: 16px; margin-top: 42px; padding: 22px; border-radius: 15px; background: #eaf9f6; }
.review-box > span { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; background: var(--color-secondary); color: #fff; }
.review-box small, .review-box strong { display: block; }
.review-box p { margin: 3px 0 0; }
.share-row { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin: 40px 0; padding: 18px 0; border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); }
.share-row strong { margin-right: auto; color: var(--color-primary); }
.share-row a { padding: 8px 11px; border: 1px solid var(--color-border); border-radius: 9px; color: var(--color-primary); font-size: .78rem; font-weight: 750; }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0; }
.tag-list a { padding: 6px 9px; border-radius: 999px; background: var(--color-background); font-size: .74rem; }
.author-box { display: grid; grid-template-columns: auto 1fr; gap: 22px; margin: 52px 0; padding: 28px; border: 1px solid var(--color-border); border-radius: 20px; background: #fff; box-shadow: var(--shadow-xs); }
.author-box img { border-radius: 18px; }
.author-box .eyebrow { margin-bottom: 5px; }
.author-box h2 { margin-bottom: 4px; font-size: 1.45rem; }
.author-box p { margin: 8px 0 0; }
.related-posts { margin-top: 58px; }
.related-posts .post-card__body > p { display: none; }
.article-main > .newsletter-section { margin: 62px calc((790px - 100vw)/2) 0; padding: 72px 0; }
.article-main > .newsletter-section .container { max-width: 790px; }
.article-main > .newsletter-section .newsletter-inner { grid-template-columns: 1fr; padding: 38px; }
.article-sidebar { min-width: 0; }
.widget { margin-bottom: 20px; padding: 22px; border: 1px solid var(--color-border); border-radius: 16px; background: #fff; }
.widget-title { font-size: 1rem; }
.widget ul { list-style: none; margin: 0; padding: 0; }
.widget li { display: flex; justify-content: space-between; gap: 10px; padding: 8px 0; color: var(--color-muted); font-size: .82rem; }
.widget a { color: var(--color-primary); }
.widget--cta { border-color: var(--color-primary); background: var(--color-primary); }
.widget--cta > span { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 17px; border-radius: 13px; background: #173c59; color: #92b4ff; }
.widget--cta h2 { color: #fff; }
.widget--cta p { color: #c0cfdb; font-size: .86rem; }

/* Contact, promotion, resources and authors */
.contact-grid, .promotion-form-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 64px; align-items: start; }
.contact-panel, .form-card { padding: 32px; border: 1px solid var(--color-border); border-radius: 22px; background: #fff; box-shadow: var(--shadow-xs); }
.contact-list { display: grid; gap: 15px; margin: 26px 0; }
.contact-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 13px; align-items: center; }
.contact-list > div > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: #edf2ff; color: var(--color-accent); }
.contact-list small, .contact-list strong, .contact-list a { display: block; }
.contact-list small { color: var(--color-muted); font-size: .68rem; text-transform: uppercase; font-weight: 850; letter-spacing: .08em; }
.contact-list strong, .contact-list a { color: var(--color-primary); font-weight: 800; }
.contact-note { padding: 16px; border-radius: 12px; background: var(--color-background); }
.contact-map { min-height: 260px; margin-top: 24px; border-radius: 18px; background: linear-gradient(135deg, #e2eaff, #e8f7f5); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ga-form { display: grid; gap: 14px; }
.promo-hero { position: relative; overflow: hidden; padding: 88px 0; background: linear-gradient(135deg, #071827, #0d3551); }
.promo-hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 72px; align-items: center; }
.promo-hero h1 { color: #fff; }
.promo-hero p { color: #b9c8d6; }
.promo-proof { display: grid; gap: 13px; }
.promo-proof > div { padding: 19px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(255,255,255,.07); }
.promo-proof strong, .promo-proof span { display: block; }
.promo-proof strong { color: #fff; }
.promo-proof span { color: #aebfcd; font-size: .8rem; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.benefit-grid article, .service-grid article { padding: 26px; border: 1px solid var(--color-border); border-radius: 20px; background: #fff; }
.benefit-grid article > span { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 22px; border-radius: 14px; background: #edf2ff; color: var(--color-accent); }
.benefit-grid article > span .ga-icon { width: 25px; height: 25px; }
.benefit-grid p, .service-grid p { font-size: .88rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-grid article > span { display: block; margin-bottom: 16px; color: var(--color-secondary); font-weight: 900; }
.check-list { list-style: none; margin: 24px 0; padding: 0; }
.check-list li { display: flex; align-items: center; gap: 9px; margin: 12px 0; color: var(--color-primary); font-weight: 750; }
.check-list .ga-icon { color: var(--color-secondary); }
.resource-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.resource-grid article { display: grid; grid-template-columns: auto 1fr; gap: 18px; padding: 28px; border: 1px solid var(--color-border); border-radius: 20px; background: #fff; }
.resource-grid article > span { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 15px; background: #edf2ff; color: var(--color-accent); }
.resource-grid small { color: var(--color-accent); font-size: .7rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.resource-grid h2 { margin: 5px 0 10px; font-size: 1.35rem; }
.status-label { display: inline-flex !important; width: auto !important; height: auto !important; padding: 5px 9px; border-radius: 999px !important; background: #fff3d8 !important; color: #815400 !important; font-size: .7rem; font-weight: 850; }
.editor-note { margin-top: 30px; padding: 25px; border-radius: 14px; background: var(--color-background); }
.editor-note h2 { font-size: 1.25rem; }
.authors-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.author-card { display: grid; grid-template-columns: auto 1fr; gap: 20px; padding: 25px; border: 1px solid var(--color-border); border-radius: 20px; background: #fff; }
.author-card img { border-radius: 18px; }
.author-card h2 { margin-bottom: 3px; font-size: 1.4rem; }
.author-card span { color: var(--color-accent); font-size: .8rem; font-weight: 750; }
.author-card p { margin: 10px 0; }
.author-hero { padding: 72px 0; background: var(--color-background); }
.author-profile { display: grid; grid-template-columns: auto 1fr; gap: 30px; align-items: center; }
.author-profile__avatar img { border-radius: 28px; }
.author-profile h1 { font-size: clamp(2.3rem, 5vw, 4.5rem); }
.author-role { color: var(--color-accent); font-weight: 800; }
.author-bio { max-width: 780px; }
.author-links { display: flex; flex-wrap: wrap; gap: 10px; }
.author-links a { padding: 7px 10px; border: 1px solid var(--color-border); border-radius: 8px; background: #fff; color: var(--color-primary); font-size: .76rem; font-weight: 750; }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }

.error-page { padding: 110px 0; text-align: center; background: linear-gradient(135deg, #f1f5ff, #fff, #e9faf7); }
.error-page .container { max-width: 760px; }
.error-code { display: block; color: var(--color-accent); font-size: clamp(5rem, 16vw, 11rem); font-weight: 900; line-height: .85; opacity: .12; }
.error-page .eyebrow { justify-content: center; }
.error-page .search-form { max-width: 650px; margin: 28px auto; }
.error-page .hero-actions { display: flex; justify-content: center; gap: 12px; }
.comments-area { margin-top: 52px; }
.comment-list { padding-left: 0; list-style: none; }
.comment-body { margin-bottom: 18px; padding: 20px; border: 1px solid var(--color-border); border-radius: 14px; }
.comment-author { display: flex; align-items: center; gap: 10px; }
.comment-author img { border-radius: 50%; }
.comment-meta { font-size: .75rem; }
.comment-form { display: grid; gap: 12px; }
.comment-form input, .comment-form textarea { width: 100%; padding: 12px; border: 1px solid var(--color-border); border-radius: 10px; }
.comment-form .submit { padding: 12px 18px; border: 0; border-radius: 10px; background: var(--color-accent); color: #fff; font-weight: 800; }

/* Footer */
.site-footer { padding: 76px 0 0; background: #061522; color: #c5d1dc; }
.footer-grid { display: grid; grid-template-columns: 1.45fr repeat(3, .72fr); gap: 48px; }
.footer-brand { max-width: 420px; }
.footer-brand .site-brand-text { color: #fff; }
.footer-brand .site-brand-text span { color: #fff; }
.footer-brand p { margin-top: 18px; color: #98aabd; }
.footer-logo { max-width: 250px; max-height: 70px; object-fit: contain; }
.site-footer h2 { color: #fff; font-size: .9rem; letter-spacing: -.01em; }
.site-footer li { margin: 9px 0; }
.site-footer a { color: #a9bac9; font-size: .84rem; }
.site-footer a:hover { color: #fff; }
.social-links { display: flex; gap: 8px; }
.social-links a { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid #284055; border-radius: 10px; color: #fff; }
.consumer-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 44px; padding-top: 26px; border-top: 1px solid #1b3347; }
.consumer-badge { display: flex; align-items: center; min-height: 58px; padding: 8px 14px; border: 1px solid #284055; border-radius: 11px; background: #0d263b; }
.consumer-badge img { max-width: 210px; max-height: 52px; object-fit: contain; }
.consumer-badge strong, .consumer-badge small { display: block; }
.consumer-badge strong { color: #fff; }
.consumer-badge small { color: #91a5b7; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 32px; padding: 22px 0; border-top: 1px solid #1b3347; }
.footer-bottom p { margin: 0; color: #7f94a7; font-size: .76rem; }

@media (max-width: 1420px) {
  .header-cta { display: none; }
  .desktop-nav .menu-item > a { padding-inline: 7px; font-size: .74rem; }
}

@media (max-width: 1300px) {
  .desktop-nav .menu-item > a { padding-inline: 7px; font-size: .75rem; }
  .header-cta { display: none; }
  .home-hero__grid { gap: 56px; }
  .category-bento__card--3, .category-bento__card--4, .category-bento__card--5, .category-bento__card--6 { grid-column: span 6; }
  .posts-grid--four { grid-template-columns: repeat(2, 1fr); }
  .article-layout { grid-template-columns: minmax(0, 760px) 285px; gap: 46px; }
}

@media (max-width: 1120px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: inline-grid; }
  .header-cta { display: inline-flex; }
  .home-hero__grid { grid-template-columns: 1fr 480px; gap: 38px; }
  .topic-dock__inner { grid-template-columns: repeat(3, 1fr); }
  .topic-dock a:nth-child(3) { border-right: 0; }
  .topic-dock a:nth-child(-n+3) { border-bottom: 1px solid var(--color-border); }
  .editorial-lead-grid { grid-template-columns: 1fr; }
  .editorial-side-list { grid-template-columns: repeat(3, 1fr); }
  .side-story { grid-template-columns: 90px 1fr; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.25fr repeat(3, .8fr); gap: 28px; }
}

@media (max-width: 940px) {
  .container { width: min(calc(100% - 40px), var(--container)); }
  .section { padding: 76px 0; }
  .home-hero { padding: 72px 0 95px; }
  .home-hero__grid { grid-template-columns: 1fr; }
  .home-hero__copy { max-width: 820px; }
  .hero-editorial-card { width: min(100%, 720px); transform: none; }
  .topic-dock { margin-top: -28px; }
  .editorial-lead-section { padding-top: 100px; }
  .lead-story-card { grid-template-columns: 1fr; }
  .lead-story-card__media { min-height: 360px; }
  .editorial-side-list { grid-template-columns: 1fr; }
  .side-story { grid-template-columns: 130px 1fr; }
  .section-kicker-row, .case-study-section__head { display: block; }
  .section-kicker-row > p, .section-kicker-row > .text-link, .case-study-section__head > p { margin-top: 16px; }
  .category-bento__card--1, .category-bento__card--2, .category-bento__card--3, .category-bento__card--4, .category-bento__card--5, .category-bento__card--6 { grid-column: span 6; }
  .posts-grid, .posts-grid--editorial { grid-template-columns: repeat(2, 1fr); }
  .posts-grid--editorial .post-card:first-child { grid-column: span 1; }
  .practical-resources { grid-template-columns: 1fr; gap: 42px; padding: 50px; }
  .newsletter-inner, .contact-grid, .promotion-form-grid, .promo-hero__grid { grid-template-columns: 1fr; }
  .newsletter-form { grid-template-columns: 1fr 1fr; }
  .newsletter-form .button { grid-column: 1 / -1; justify-self: start; }
  .article-layout { display: block; }
  .article-sidebar { display: none; }
  .article-toc--mobile { display: block; }
  .article-toc--mobile ol { display: none; }
  .article-toc--mobile.is-open ol { display: block; }
  .article-main > .newsletter-section { margin: 62px calc((100% - 100vw)/2) 0; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
  .authors-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .site-topbar { display: none; }
  .header-inner { min-height: 70px; gap: 12px; }
  .site-brand-text { font-size: 1.22rem; }
  .custom-logo { max-width: 185px; max-height: 44px; }
  .header-cta { display: none; }
  .search-toggle { display: none; }
  .icon-button { width: 42px; height: 42px; }
  .section { padding: 60px 0; }
  .home-hero { padding: 54px 0 76px; }
  .home-hero__copy h1 { font-size: clamp(2.65rem, 12vw, 4rem); }
  .home-hero__actions { flex-direction: column; align-items: stretch; }
  .home-hero__actions .button { width: 100%; }
  .home-hero__proof { display: grid; gap: 10px; }
  .hero-editorial-card__media, .hero-editorial-card__empty-visual { height: 240px; }
  .hero-editorial-card__content { padding: 24px; }
  .topic-dock { margin-top: 0; background: #fff; }
  .topic-dock__inner { width: 100%; grid-template-columns: repeat(2, 1fr); border-radius: 0; box-shadow: none; }
  .topic-dock a { min-height: 64px; justify-content: flex-start; text-align: left; }
  .topic-dock a:nth-child(odd) { border-right: 1px solid var(--color-border); }
  .topic-dock a:nth-child(even) { border-right: 0; }
  .topic-dock a:nth-child(-n+4) { border-bottom: 1px solid var(--color-border); }
  .editorial-lead-section { padding-top: 66px; }
  .section-kicker-row { margin-bottom: 28px; }
  .lead-story-card { min-height: 0; }
  .lead-story-card__media { min-height: 250px; }
  .lead-story-card__content { padding: 28px; }
  .side-story { grid-template-columns: 100px 1fr; gap: 14px; padding: 12px; }
  .category-bento__card--1, .category-bento__card--2, .category-bento__card--3, .category-bento__card--4, .category-bento__card--5, .category-bento__card--6 { grid-column: 1 / -1; }
  .category-bento__card { min-height: 0; padding: 24px; }
  .category-bento__number { font-size: 3.8rem; }
  .posts-grid, .posts-grid--four, .posts-grid--editorial, .benefit-grid, .service-grid, .resource-grid { grid-template-columns: 1fr; }
  .practical-resources-section { padding: 60px 0; }
  .practical-resources { width: 100%; padding: 34px 24px; border-radius: 22px; }
  .practical-resources__cards > a { grid-template-columns: 46px 1fr auto; padding: 13px; }
  .practical-resources__cards > a > span { width: 46px; height: 46px; }
  .newsletter-inner { gap: 28px; padding: 30px 24px; }
  .newsletter-form { grid-template-columns: 1fr; }
  .newsletter-form .checkbox-label, .newsletter-form .button { grid-column: 1; }
  .home-final-cta { padding-bottom: 60px; }
  .home-final-cta__inner { display: block; padding: 32px 24px; }
  .home-final-cta__inner .button { width: 100%; margin-top: 22px; }
  .archive-hero, .page-hero { padding: 54px 0; }
  .archive-hero h1, .page-hero h1 { font-size: clamp(2.35rem, 11vw, 3.6rem); }
  .search-form { display: grid; }
  .search-form button { height: 52px; }
  .article-header { padding: 46px 0 28px; }
  .article-header h1 { font-size: clamp(2.25rem, 10.5vw, 3.65rem); }
  .article-featured { width: 100%; margin-bottom: 36px; border-radius: 0; box-shadow: none; }
  .article-layout { padding-bottom: 66px; }
  .article-content { font-size: 1rem; }
  .author-box, .author-card, .author-profile { grid-template-columns: 1fr; }
  .author-box img, .author-card img { width: 82px; }
  .share-row strong { width: 100%; margin: 0; }
  .form-row { grid-template-columns: 1fr; }
  .form-card, .contact-panel { padding: 24px; }
  .promo-hero { padding: 56px 0; }
  .promo-hero h1 { font-size: clamp(2.4rem, 11vw, 3.7rem); }
  .resource-grid article { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { display: block; }
  .footer-bottom p + p { margin-top: 6px; }
  .consumer-links { display: grid; }
  .consumer-badge { width: 100%; }
  .search-overlay__panel { padding: 42px 22px 26px; }
  .page-shell { padding-bottom: 60px; }
}

@media (max-width: 430px) {
  .topic-dock__inner { grid-template-columns: 1fr; }
  .topic-dock a { border-right: 0 !important; border-bottom: 1px solid var(--color-border) !important; }
  .topic-dock a:last-child { border-bottom: 0 !important; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
  .hero-editorial-card__media, .hero-editorial-card__empty-visual { height: 210px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}

/* =========================================================
   GHIDUL AFACERII 2.2 — stable responsive refinement
   ========================================================= */
:root { --container: 1460px; }

/* Logo transparent, fără fundal */
.site-brand-image-link { display: inline-flex; align-items: center; line-height: 0; }
.site-brand-image { width: auto; height: auto; max-width: 300px; max-height: 58px; object-fit: contain; }
.site-brand-image-link--footer .site-brand-image { max-width: 280px; max-height: 58px; }

/* Header în două niveluri: logo + acțiuni, apoi navigare */
.site-header__main { border-bottom: 0; }
.header-inner { min-height: 84px; justify-content: space-between; gap: 24px; }
.site-header__nav { background: #fff; border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); }
.site-header.is-scrolled .site-header__main { box-shadow: none; }
.site-header.is-scrolled .site-header__nav { box-shadow: 0 12px 32px rgba(8,26,43,.08); }
.site-header__nav .container { display: flex; align-items: center; }
.desktop-nav { width: 100%; justify-content: flex-start; }
.desktop-nav > .menu { width: 100%; justify-content: flex-start; gap: 8px; padding: 9px 0; }
.desktop-nav .menu-item > a { min-height: 44px; padding: 9px 14px; font-size: .9rem; }
.header-actions { flex-shrink: 0; }
.header-cta { white-space: nowrap; }

/* Liste native și breadcrumbs fără numerotare accidentală */
.breadcrumbs { display: block; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }
.breadcrumbs li { display: inline-flex; align-items: center; gap: 7px; }
.breadcrumbs li + li::before { content: "•"; color: #a5b3c1; }
.mobile-drawer ol, .mobile-drawer ul { margin: 0; padding: 0; list-style: none; }

/* Hero optimizat: o singură imagine responsive WebP */
.home-hero { padding: 88px 0 106px; }
.home-hero__grid { grid-template-columns: minmax(0,.92fr) minmax(480px,1.08fr); gap: clamp(48px,6vw,92px); }
.hero-business-visual { position: relative; min-width: 0; }
.hero-business-visual__frame {
  position: relative;
  overflow: visible;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 32px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 34px 90px rgba(3,14,25,.30);
}
.hero-business-visual picture,
.hero-business-visual img { display: block; width: 100%; }
.hero-business-visual img { border-radius: 22px; }
.hero-business-visual__badge {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 230px;
  padding: 11px 14px;
  border: 1px solid rgba(227,232,239,.95);
  border-radius: 14px;
  background: rgba(255,255,255,.96);
  color: var(--color-primary);
  box-shadow: var(--shadow-sm);
  font-size: .8rem;
}
.hero-business-visual__badge span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: #eef3ff; color: var(--color-accent); }
.hero-business-visual__badge--one { left: -28px; bottom: 56px; }
.hero-business-visual__badge--two { top: 42px; right: -24px; }

/* SAL / SOL exacte, clare și responsive */
.consumer-links { align-items: center; gap: 18px; }
.consumer-badge { min-height: 0; padding: 0; overflow: hidden; border: 0; border-radius: 20px; background: transparent; }
.consumer-badge img { width: 100%; max-width: 360px; max-height: none; height: auto; object-fit: contain; border-radius: 20px; }

/* Footer logo transparent */
.footer-brand .site-brand-image-link { margin-bottom: 18px; }

/* Pagini și formulare */
.ga-form input, .ga-form textarea, .ga-form select { min-height: 50px; }
.ga-form textarea { min-height: 150px; }
.form-card { box-shadow: var(--shadow-sm); }

@media (max-width: 1220px) {
  .site-brand-image, .custom-logo { max-width: 250px; max-height: 52px; }
  .desktop-nav .menu-item > a { padding-inline: 10px; font-size: .82rem; }
  .home-hero__grid { grid-template-columns: minmax(0,.9fr) minmax(450px,1.1fr); gap: 44px; }
}

@media (max-width: 1080px) {
  .site-header__nav { display: none; }
  .desktop-nav { display: none; }
  .menu-toggle { display: inline-grid; }
  .header-cta { display: inline-flex; }
  .home-hero__grid { grid-template-columns: 1fr; }
  .home-hero__copy { max-width: 760px; }
  .hero-business-visual { width: min(100%,760px); }
  .hero-business-visual__badge--one { left: 18px; bottom: 18px; }
  .hero-business-visual__badge--two { top: 18px; right: 18px; }
}

@media (max-width: 680px) {
  .header-inner { min-height: 72px; }
  .site-brand-image, .custom-logo { max-width: 210px; max-height: 46px; }
  .home-hero { padding: 58px 0 72px; }
  .home-hero__grid { gap: 34px; }
  .hero-business-visual__frame { padding: 12px; border-radius: 22px; }
  .hero-business-visual img { border-radius: 15px; }
  .hero-business-visual__badge { position: static; max-width: none; margin-top: 10px; box-shadow: none; }
  .hero-business-visual__badge--one,
  .hero-business-visual__badge--two { display: inline-flex; margin-right: 6px; }
  .consumer-badge img { max-width: 100%; border-radius: 14px; }
}

@media (max-width: 420px) {
  .site-brand-image, .custom-logo { max-width: 184px; max-height: 42px; }
  .hero-business-visual__badge { width: 100%; margin-right: 0; }
}


/* =========================================================
   GHIDUL AFACERII 2.2.1 — logo and mobile optimization fix
   ========================================================= */
.site-branding { min-width: 0; }
.site-brand-image-link,
.custom-logo-link { max-width: 100%; }
.site-brand-image,
.custom-logo {
  width: auto;
  height: auto;
  max-width: 220px;
  max-height: 44px;
  object-fit: contain;
}
.site-brand-image-link--footer .site-brand-image { max-width: 220px; max-height: 46px; }
.header-inner {
  min-height: 72px;
  gap: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-actions { gap: 10px; }
.icon-button { width: 42px; height: 42px; }
.site-header__nav .container { overflow-x: auto; }
.desktop-nav > .menu { flex-wrap: nowrap; }

@media (max-width: 1220px) {
  .site-brand-image,
  .custom-logo { max-width: 190px; max-height: 40px; }
  .site-brand-image-link--footer .site-brand-image { max-width: 200px; }
}

@media (max-width: 980px) {
  .site-topbar { display: none; }
  .header-inner {
    min-height: 64px;
    gap: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .site-brand-image,
  .custom-logo { max-width: 170px; max-height: 36px; }
  .header-cta { display: none; }
}

@media (max-width: 680px) {
  .site-header__main .container { padding-left: 14px; padding-right: 14px; }
  .site-brand-image,
  .custom-logo { max-width: 152px; max-height: 34px; }
  .header-actions { gap: 8px; }
  .search-toggle { display: none; }
  .menu-toggle { display: inline-grid; }
  .home-hero { padding: 44px 0 62px; }
  .home-hero__copy h1 { font-size: clamp(2.2rem, 10.5vw, 3.15rem); }
  .home-hero__lead { font-size: .96rem; line-height: 1.65; }
  .home-hero__proof span { font-size: .76rem; }
  .hero-business-visual__frame { padding: 10px; }
}

@media (max-width: 430px) {
  .site-brand-image,
  .custom-logo { max-width: 138px; max-height: 31px; }
  .icon-button { width: 40px; height: 40px; }
  .mobile-drawer__head .site-brand-image,
  .mobile-drawer__head .custom-logo { max-width: 150px; max-height: 32px; }
}


/* =========================================================
   GHIDUL AFACERII 2.2.2 — dropdown and hero cleanup fix
   ========================================================= */
.site-header,
.site-header__main,
.site-header__nav,
.site-header__nav .container,
.desktop-nav,
.desktop-nav > .menu,
.desktop-nav .menu-item {
  overflow: visible;
}
.site-header__nav .container {
  overflow-x: visible;
  overflow-y: visible;
}
.desktop-nav > .menu {
  flex-wrap: nowrap;
}
.desktop-nav .sub-menu {
  z-index: 2000;
}
.hero-business-visual__badge {
  display: none !important;
}
.hero-business-visual__frame {
  overflow: hidden;
}


/* =========================================================
   GHIDUL AFACERII 2.2.2 — final dropdown and SAL/SOL sizing
   ========================================================= */
.site-header__nav {
  position: relative;
  z-index: 1100;
}
.desktop-nav .menu-item-has-children {
  position: relative;
}
.desktop-nav .sub-menu {
  top: calc(100% - 2px);
  z-index: 3000;
  pointer-events: none;
}
.desktop-nav .sub-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  height: 12px;
}
.desktop-nav .menu-item:hover > .sub-menu,
.desktop-nav .menu-item:focus-within > .sub-menu,
.desktop-nav .menu-item.submenu-is-open > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: none;
  pointer-events: auto;
}

/* Eliminare definitivă a etichetelor plutitoare din hero. */
.hero-business-visual__badge,
.hero-business-visual__badge--one,
.hero-business-visual__badge--two {
  display: none !important;
}

/* Plachete SAL/SOL mai discrete. */
.consumer-links {
  align-items: center;
  justify-content: flex-start;
}
.consumer-badge {
  width: auto;
  max-width: 230px;
  flex: 0 1 230px;
  border-radius: 14px;
}
.consumer-badge img {
  display: block;
  width: 100%;
  max-width: 230px;
  height: auto;
  border-radius: 14px;
}

@media (max-width: 767px) {
  .consumer-links {
    display: flex;
    flex-wrap: wrap;
  }
  .consumer-badge {
    width: auto;
    max-width: 190px;
    flex-basis: 190px;
  }
  .consumer-badge img {
    max-width: 190px;
  }
}


/* =========================================================
   GHIDUL AFACERII 2.2.3 — optimized article table of contents
   ========================================================= */
:root { --ga-sticky-offset: 128px; }
html { scroll-padding-top: var(--ga-sticky-offset, 112px); }

.article-toc { min-width: 0; }
.article-toc li { min-width: 0; }
.article-toc a {
  position: relative;
  padding: 5px 10px 5px 12px;
  border-left: 2px solid transparent;
  border-radius: 0 7px 7px 0;
  overflow-wrap: anywhere;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease;
}
.article-toc a:hover,
.article-toc a:focus-visible {
  color: var(--color-accent);
  background: #f5f8ff;
  outline: none;
}
.article-toc a.is-active {
  border-left-color: var(--color-accent);
  background: #eef3ff;
  color: var(--color-primary);
  font-weight: 800;
}
.article-toc .toc-level-3 { padding-left: 0; }
.article-toc .toc-level-3 a { padding-left: 25px; font-size: .76rem; }

.article-toc--desktop {
  top: var(--ga-sticky-offset, 128px);
  display: flex;
  flex-direction: column;
  max-height: calc(100dvh - var(--ga-sticky-offset, 128px) - 18px);
  overflow: hidden;
}
.article-toc--desktop h2 {
  flex: 0 0 auto;
  padding: 18px;
  border-bottom: 1px solid var(--color-border);
  background: #fff;
}
.article-toc--desktop ol {
  min-height: 0;
  padding-top: 13px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: var(--color-border-strong) transparent;
}
.article-toc--desktop ol::-webkit-scrollbar { width: 7px; }
.article-toc--desktop ol::-webkit-scrollbar-track { background: transparent; }
.article-toc--desktop ol::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  border-radius: 999px;
  background: var(--color-border-strong);
  background-clip: padding-box;
}

.toc-toggle {
  min-height: 54px;
  gap: 16px;
  text-align: left;
}
.toc-toggle__icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: var(--color-background);
  color: var(--color-accent);
  font-size: 1.1rem;
  line-height: 1;
}

@media (max-width: 940px) {
  .article-toc--mobile.is-open .toc-toggle { border-bottom: 1px solid var(--color-border); }
  .article-toc--mobile ol {
    max-height: min(58dvh, 520px);
    padding: 12px 14px 16px;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: var(--color-border-strong) transparent;
  }
  .article-toc--mobile a { padding-top: 7px; padding-bottom: 7px; font-size: .84rem; line-height: 1.48; }
  .article-toc--mobile .toc-level-3 a { padding-left: 24px; font-size: .8rem; }
}

@supports not (height: 100dvh) {
  .article-toc--desktop { max-height: calc(100vh - var(--ga-sticky-offset, 128px) - 18px); }
}


/* =========================================================
   GHIDUL AFACERII 2.2.4 — rebuilt mobile table of contents
   ========================================================= */
body.ga-toc-open { overflow: hidden; }
body.ga-toc-open::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(8, 26, 43, .38);
  backdrop-filter: blur(4px);
  z-index: 998;
}

@media (max-width: 940px) {
  .article-toc--mobile {
    position: relative;
    z-index: 3;
    margin: 0 0 28px;
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--shadow-xs);
    isolation: isolate;
  }

  .article-toc--mobile .toc-toggle {
    min-height: 58px;
    padding: 16px 18px;
    border-radius: 18px;
    background: #fff;
  }

  .article-toc--mobile .toc-toggle__icon {
    background: #eef3ff;
  }

  .article-toc--mobile ol {
    display: none;
  }

  .article-toc--mobile.is-open {
    position: fixed;
    left: 50%;
    top: max(16px, calc(var(--ga-sticky-offset, 88px) - 6px));
    bottom: 16px;
    transform: translateX(-50%);
    width: min(620px, calc(100vw - 28px));
    margin: 0;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--color-border);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 28px 72px rgba(8, 26, 43, .22);
    z-index: 999;
    overflow: hidden;
  }

  .article-toc--mobile.is-open .toc-toggle {
    position: sticky;
    top: 0;
    z-index: 2;
    border-bottom: 1px solid var(--color-border);
    border-radius: 0;
  }

  .article-toc--mobile.is-open ol {
    display: block;
    flex: 1 1 auto;
    min-height: 0;
    max-height: none;
    padding: 12px 16px 18px;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: var(--color-border-strong) transparent;
  }

  .article-toc--mobile.is-open ol::-webkit-scrollbar {
    width: 8px;
  }

  .article-toc--mobile.is-open ol::-webkit-scrollbar-thumb {
    border: 2px solid transparent;
    border-radius: 999px;
    background: var(--color-border-strong);
    background-clip: padding-box;
  }
}

@media (max-width: 680px) {
  .article-toc--mobile { margin-bottom: 24px; }
  .article-toc--mobile .toc-toggle {
    min-height: 56px;
    padding: 15px 16px;
  }

  .article-toc--mobile.is-open {
    top: max(12px, calc(var(--ga-sticky-offset, 82px) - 10px));
    bottom: 12px;
    width: calc(100vw - 20px);
    border-radius: 18px;
  }

  .article-toc--mobile.is-open ol {
    padding: 10px 12px 14px;
  }

  .article-toc--mobile a {
    font-size: .83rem;
    line-height: 1.5;
  }
}


/* =========================================================
   GHIDUL AFACERII 2.2.5 — desktop TOC layout fixes
   ========================================================= */
.article-layout { align-items: start; }
.article-sidebar {
  align-self: start;
  position: relative;
  z-index: 2;
}

@media (min-width: 941px) {
  .article-sidebar {
    padding-top: 6px;
  }

  .article-toc--desktop {
    position: sticky;
    top: calc(var(--ga-sticky-offset, 128px) + 14px);
    z-index: 3;
    margin-bottom: 22px;
    border-radius: 18px;
    box-shadow: var(--shadow-xs);
  }

  .article-toc--desktop h2 {
    position: sticky;
    top: 0;
    z-index: 1;
  }

  .article-toc--desktop ol {
    max-height: min(68vh, calc(100dvh - var(--ga-sticky-offset, 128px) - 120px));
  }

  .article-sidebar .widget {
    position: relative;
    z-index: 1;
  }
}


/* =========================================================
   GHIDUL AFACERII 2.2.6 — cuprins desktop fără sticky
   ========================================================= */
@media (min-width: 941px) {
  .article-toc--desktop {
    position: static;
    top: auto;
    display: block;
    max-height: none;
    overflow: visible;
  }

  .article-toc--desktop h2 {
    position: static;
    top: auto;
  }

  .article-toc--desktop ol {
    max-height: none;
    overflow: visible;
  }
}
