
/* =========================================================
   Report widgets · isolated UI system for ecommerce-vino
   Prefix: eg-
   ========================================================= */

.eg-widget {
  --eg-bg: #f8f5ec;
  --eg-card: #fffaf2;
  --eg-ink: #171715;
  --eg-muted: #6f6a60;
  --eg-line: rgba(32, 29, 23, .13);
  --eg-green: #A9C447;
  --eg-green-2: #78922c;
  --eg-dark: #07090a;
  --eg-dark-2: #111518;
  --eg-red: #d76d67;
  --eg-gold: #c9a44c;
  width: 100%;
  min-height: 520px;
  height: 100%;
  font-family: var(--font, "Geologica", system-ui, sans-serif);
  color: var(--eg-ink);
  background:
    radial-gradient(circle at 88% 8%, rgba(169,196,71,.18), transparent 30%),
    linear-gradient(145deg, #fffdf7, var(--eg-bg));
  border-radius: inherit;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}


.eg-widget * {
  box-sizing: border-box;
}

.eg-widget strong,
.eg-widget b {
  letter-spacing: -.04em;
}

.eg-eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--eg-green-2);
}

/* Contexto sectorial */
.eg-sector-widget {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 24px;
}

.eg-widget-top,
.eg-product-head,
.eg-dash-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}

.eg-widget-top strong {
  display: block;
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: .95;
  margin-top: 5px;
}

.eg-status {
  border: 1px solid var(--eg-line);
  border-radius: 999px;
  padding: 8px 11px;
  color: var(--eg-muted);
  font-size: 12px;
  white-space: nowrap;
  background: rgba(255,255,255,.62);
}

.eg-sector-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.eg-pressure-card {
  border: 1px solid var(--eg-line);
  border-radius: 14px;
  padding: 15px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 18px 45px rgba(0,0,0,.07);
  transition: transform .35s cubic-bezier(.22,1,.36,1), border-color .35s;
}

.eg-pressure-card:hover {
  transform: translateY(-5px);
  border-color: rgba(169,196,71,.55);
}

.eg-pressure-card span,
.eg-pressure-card small {
  display: block;
  color: var(--eg-muted);
  font-size: 12px;
}

.eg-pressure-card strong {
  display: block;
  margin: 8px 0 10px;
  font-size: 28px;
}

.eg-meter,
.eg-search-lines i,
.eg-source-list i,
.eg-taste-card i {
  display: block;
  height: 6px;
  border-radius: 999px;
  background: rgba(23,23,21,.10);
  overflow: hidden;
}

.eg-meter i,
.eg-search-lines i:after,
.eg-source-list i:after,
.eg-taste-card i:after {
  content: "";
  display: block;
  width: var(--w);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--eg-green-2), var(--eg-green));
}

.eg-visit-flow {
  flex: 1;
  min-height: 170px;
  border: 1px solid var(--eg-line);
  border-radius: 18px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  background:
    linear-gradient(180deg, rgba(17,20,23,.04), transparent),
    rgba(255,255,255,.58);
}

.eg-flow-node {
  flex: 1;
  min-width: 0;
  padding: 15px 11px;
  border-radius: 14px;
  text-align: center;
  border: 1px solid rgba(23,23,21,.12);
  background: #fff;
  transition: transform .35s cubic-bezier(.22,1,.36,1), background .35s;
}

.eg-flow-node:hover {
  transform: translateY(-6px);
  background: #111417;
  color: #fff;
}

.eg-flow-node b {
  display: block;
  font-size: 14px;
}

.eg-flow-node span {
  display: block;
  color: var(--eg-muted);
  font-size: 11px;
  margin-top: 4px;
}

.eg-flow-node:hover span {
  color: rgba(255,255,255,.68);
}

.eg-flow-node.is-good {
  border-color: rgba(169,196,71,.55);
}

.eg-flow-node.is-risk {
  border-color: rgba(215,109,103,.35);
}

.eg-visit-flow > i {
  flex: .25;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--eg-green), transparent);
  position: relative;
}

.eg-visit-flow > i:after {
  content: "";
  position: absolute;
  right: -2px;
  top: -3px;
  width: 7px;
  height: 7px;
  border-right: 1px solid var(--eg-green);
  border-top: 1px solid var(--eg-green);
  rotate: 45deg;
}

.eg-sector-bottom {
  display: grid;
  grid-template-columns: 1fr 190px;
  gap: 14px;
  align-items: end;
}

.eg-sector-bottom > div:first-child {
  border: 1px solid var(--eg-line);
  border-radius: 14px;
  padding: 14px 16px;
  background: rgba(255,255,255,.65);
}

.eg-sector-bottom small {
  color: var(--eg-green-2);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.eg-sector-bottom p {
  margin: 5px 0 0;
  color: var(--eg-muted);
  line-height: 1.35;
  font-size: 13px;
}

.eg-mini-chart {
  height: 104px;
  display: flex;
  align-items: end;
  gap: 8px;
  border: 1px solid var(--eg-line);
  border-radius: 14px;
  padding: 14px;
  background: #111417;
}

.eg-mini-chart span {
  flex: 1;
  border-radius: 999px 999px 4px 4px;
  background: linear-gradient(180deg, var(--eg-green), rgba(169,196,71,.28));
  animation: egRise .9s cubic-bezier(.22,1,.36,1) both;
}

/* Dashboard */
.eg-dark-widget {
  background:
    radial-gradient(circle at 90% 6%, rgba(169,196,71,.18), transparent 28%),
    linear-gradient(145deg, #07090a, #111518);
  color: #f7f5ee;
}

.eg-dashboard-widget {
  display: grid;
  grid-template-columns: 96px 1fr;
  padding: 0;
}

.eg-dash-side {
  border-right: 1px solid rgba(255,255,255,.08);
  padding: 20px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: rgba(255,255,255,.025);
}

.eg-bottle-mark {
  width: 16px;
  height: 42px;
  border: 1px solid var(--eg-green);
  border-radius: 7px 7px 4px 4px;
  margin: 0 auto 22px;
  position: relative;
}

.eg-bottle-mark:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -13px;
  width: 7px;
  height: 13px;
  border: 1px solid var(--eg-green);
  border-bottom: 0;
  transform: translateX(-50%);
}

.eg-dash-side span {
  padding: 9px 8px;
  border-radius: 9px;
  color: rgba(255,255,255,.56);
  font-size: 11px;
}

.eg-dash-side span.active {
  background: rgba(169,196,71,.14);
  color: #fff;
}

.eg-dash-main {
  padding: 20px;
  min-width: 0;
}

.eg-dash-head strong {
  display: block;
  font-size: 21px;
}

.eg-dash-head small {
  color: var(--eg-green);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 800;
  font-size: 10px;
}

.eg-dash-head > span {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  padding: 8px 10px;
  color: rgba(255,255,255,.66);
  font-size: 11px;
}

.eg-kpi-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 16px;
}

.eg-kpi-row article,
.eg-panel {
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.025));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

.eg-kpi-row article {
  padding: 13px;
  transition: transform .35s cubic-bezier(.22,1,.36,1), border-color .35s;
}

.eg-kpi-row article:hover,
.eg-panel:hover {
  transform: translateY(-3px);
  border-color: rgba(169,196,71,.42);
}

.eg-kpi-row small {
  color: rgba(255,255,255,.60);
  text-transform: uppercase;
  font-weight: 800;
  font-size: 9px;
}

.eg-kpi-row strong {
  display: block;
  font-size: 22px;
  margin: 4px 0;
}

.eg-kpi-row em {
  color: var(--eg-green);
  font-style: normal;
  font-size: 11px;
}

.eg-dash-grid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1.2fr .9fr .9fr;
  gap: 10px;
}

.eg-panel {
  min-height: 128px;
  padding: 13px;
  transition: transform .35s cubic-bezier(.22,1,.36,1), border-color .35s;
}

.eg-panel.eg-wide {
  grid-column: span 2;
  min-height: 172px;
}

.eg-panel-title {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.eg-panel-title b {
  font-size: 12px;
  text-transform: uppercase;
}

.eg-panel-title span {
  color: rgba(255,255,255,.52);
  font-size: 11px;
}

.eg-bars-line {
  height: 118px;
  display: flex;
  align-items: end;
  gap: 7px;
  position: relative;
  padding-top: 12px;
}

.eg-bars-line span {
  flex: 1;
  border-radius: 5px 5px 2px 2px;
  background: linear-gradient(180deg, var(--eg-green), rgba(169,196,71,.22));
  opacity: .86;
  animation: egRise .9s cubic-bezier(.22,1,.36,1) both;
}

.eg-bars-line svg {
  position: absolute;
  inset: 4px 0 8px;
  width: 100%;
  height: calc(100% - 12px);
  overflow: visible;
}

.eg-bars-line path {
  fill: none;
  stroke: #f1ead1;
  stroke-width: 2.4;
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 0 5px rgba(255,255,255,.18));
}

.eg-mini-table,
.eg-mini-table li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.eg-mini-table li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 7px 0;
  border-top: 1px solid rgba(255,255,255,.07);
  color: rgba(255,255,255,.70);
  font-size: 11px;
}

.eg-mini-table b {
  color: #fff;
}

.eg-search-lines p,
.eg-source-list p,
.eg-taste-card p {
  display: grid;
  grid-template-columns: 1fr 84px;
  gap: 10px;
  align-items: center;
  color: rgba(255,255,255,.68);
  font-size: 11px;
  margin: 9px 0;
}

.eg-donut {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  margin: 5px auto 0;
  background: conic-gradient(var(--eg-red) 0 35%, var(--eg-green) 35% 62%, var(--eg-gold) 62% 82%, rgba(255,255,255,.28) 82% 100%);
  position: relative;
}

.eg-donut:after {
  content: "23";
  position: absolute;
  inset: 18px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--eg-dark-2);
  color: #fff;
  font-weight: 900;
}

/* Product editor */
.eg-product-widget {
  padding: 22px;
  background:
    radial-gradient(circle at 92% 8%, rgba(169,196,71,.15), transparent 28%),
    linear-gradient(145deg, #ffffff, #f5f2e9);
}

.eg-product-head {
  margin-bottom: 14px;
}

.eg-product-head span {
  color: var(--eg-green-2);
  font-size: 12px;
}

.eg-product-head strong {
  display: block;
  font-size: 24px;
  margin-top: 2px;
}

.eg-product-head button,
.eg-shop-copy button {
  border: 0;
  border-radius: 10px;
  background: linear-gradient(180deg, var(--eg-green), var(--eg-green-2));
  color: #111417;
  padding: 11px 15px;
  font-weight: 900;
}

.eg-product-layout {
  display: grid;
  grid-template-columns: 1.5fr .72fr;
  gap: 14px;
}

.eg-form-card,
.eg-product-side > div {
  border: 1px solid var(--eg-line);
  border-radius: 14px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 18px 46px rgba(0,0,0,.07);
}

.eg-form-card {
  padding: 18px;
}

.eg-form-card h3 {
  font-size: 13px;
  margin: 0 0 10px;
}

.eg-form-card h3:not(:first-child) {
  margin-top: 17px;
  padding-top: 14px;
  border-top: 1px solid var(--eg-line);
}

.eg-form-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.eg-form-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.eg-form-grid label {
  color: var(--eg-muted);
  font-size: 10px;
}

.eg-form-grid input {
  width: 100%;
  border: 1px solid var(--eg-line);
  border-radius: 7px;
  background: #fff;
  color: var(--eg-ink);
  padding: 9px 10px;
  margin-top: 5px;
  font: inherit;
  font-size: 12px;
}

.eg-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.eg-tags span {
  border-radius: 999px;
  background: rgba(169,196,71,.18);
  color: #526617;
  padding: 6px 9px;
  font-size: 11px;
  font-weight: 700;
}

.eg-note {
  margin: 12px 0 0;
  border: 1px solid var(--eg-line);
  border-radius: 10px;
  padding: 11px;
  color: #4f514b;
  font-size: 12px;
  line-height: 1.45;
  background: #fff;
}

.eg-product-side {
  display: grid;
  gap: 12px;
}

.eg-bottle-card {
  min-height: 184px;
  display: grid;
  place-items: center;
  padding: 14px;
}

.eg-bottle-card small {
  color: var(--eg-muted);
}

.eg-bottle {
  width: 42px;
  height: 144px;
  border-radius: 15px 15px 10px 10px;
  background:
    linear-gradient(90deg, transparent, rgba(255,255,255,.30) 36%, transparent 48%),
    linear-gradient(180deg, #322316 0 12%, #111 13% 100%);
  position: relative;
  box-shadow: 0 18px 28px rgba(0,0,0,.22);
}

.eg-bottle:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -30px;
  width: 18px;
  height: 38px;
  border-radius: 7px 7px 2px 2px;
  background: linear-gradient(90deg, #33210f, #bca25b 44%, #1d140b);
  transform: translateX(-50%);
}

.eg-bottle:after {
  content: "";
  position: absolute;
  left: 6px;
  right: 6px;
  top: 58px;
  height: 42px;
  border-radius: 3px;
  background: linear-gradient(180deg, #f4efe4, #d8cfbd);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.10);
}

.eg-state-card,
.eg-taste-card {
  padding: 13px;
}

.eg-state-card p {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 7px 0;
  border-top: 1px solid var(--eg-line);
  font-size: 12px;
}

.eg-state-card p:first-child {
  border-top: 0;
}

.eg-state-card span {
  color: var(--eg-muted);
}

.eg-state-card b {
  color: var(--eg-green-2);
}

.eg-taste-card b {
  display: block;
  margin-bottom: 9px;
}

.eg-taste-card p {
  color: var(--eg-muted);
  grid-template-columns: 70px 1fr;
}

/* micro interactions */
.eg-widget:hover .eg-mini-chart span,
.eg-widget:hover .eg-bars-line span {
  animation: egRise .75s cubic-bezier(.22,1,.36,1) both;
}

@keyframes egRise {
  from { transform: scaleY(.3); transform-origin: bottom; opacity: .35; }
  to { transform: scaleY(1); transform-origin: bottom; opacity: 1; }
}

@media (max-width: 1100px) {
  .eg-widget { min-height: auto; }
  .eg-sector-grid,
  .eg-kpi-row,
  .eg-dash-grid,
  .eg-form-grid,
  .eg-form-grid-4,
  .eg-product-layout,
  .eg-shop-product {
    grid-template-columns: 1fr 1fr;
  }
  .eg-panel.eg-wide { grid-column: span 2; }
  .eg-dashboard-widget { grid-template-columns: 78px 1fr; }
  .eg-dash-side span { font-size: 0; height: 30px; }
}

@media (max-width: 720px) {
  .eg-sector-widget,
  .eg-product-widget {
    padding: 16px;
  }
  .eg-widget-top,
  .eg-product-head,
  .eg-dash-head,
  .eg-sector-bottom {
    grid-template-columns: 1fr;
    display: grid;
  }
  .eg-sector-grid,
  .eg-kpi-row,
  .eg-dash-grid,
  .eg-form-grid,
  .eg-form-grid-4,
  .eg-product-layout,
  .eg-shop-product {
    grid-template-columns: 1fr;
  }
  .eg-visit-flow {
    display: grid;
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .eg-visit-flow > i {
    width: 1px;
    height: 22px;
    margin: auto;
  }
  .eg-dashboard-widget {
    display: block;
  }
  .eg-dash-side {
    display: none;
  }
  .eg-dash-main {
    padding: 15px;
  }
  .eg-panel.eg-wide {
    grid-column: span 1;
  }
  .eg-shop-product {
    padding: 16px;
  }
}

/* === V2 widgets: ficha optimizada avanzada + CRM + IA aplicada === */
.eg-light-saas{
  --eg-card-bg:#fbfaf6;
  --eg-ink:#111417;
  --eg-soft:#f2efe7;
  --eg-line:rgba(17,20,23,.12);
  background:linear-gradient(145deg,#fff,#f3efe5);
  color:var(--eg-ink);
  border-color:rgba(17,20,23,.14);
}

.eg-product-ux-widget{
  background:linear-gradient(145deg,#fffdf8,#f0ebdf);
  color:#111417;
  border-color:rgba(17,20,23,.13);
  padding:18px;
  min-height:640px;
}
.eg-pux-header{
  display:grid;
  grid-template-columns:1fr minmax(260px,.55fr);
  gap:16px;
  align-items:stretch;
  margin-bottom:16px;
}
.eg-pux-header h3{font-size:clamp(1.7rem,3vw,3.1rem);line-height:.95;margin:6px 0 8px;letter-spacing:-.07em;color:#101214}
.eg-pux-header p{margin:0;color:#5d646b;font-weight:700}
.eg-pux-objective{display:grid;grid-template-columns:120px 1fr;border:1px solid rgba(130,156,47,.35);border-radius:14px;background:rgba(169,196,71,.08);overflow:hidden;align-self:start}
.eg-pux-objective b{display:grid;place-items:center;background:linear-gradient(135deg,#829c2f,#a9c447);color:#fff;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem}
.eg-pux-objective span{padding:14px;color:#202428;font-weight:650;line-height:1.35}
.eg-pux-layout{display:grid;grid-template-columns:260px minmax(520px,1fr) 230px;gap:14px;align-items:stretch}
.eg-pux-checklist{display:grid;gap:8px}
.eg-pux-checklist article{position:relative;display:grid;grid-template-columns:34px 1fr;gap:10px;padding:13px 12px;border:1px solid rgba(17,20,23,.13);border-radius:12px;background:rgba(255,255,255,.68);cursor:pointer;transition:transform .35s cubic-bezier(.22,1,.36,1),border-color .35s,background .35s,box-shadow .35s}
.eg-pux-checklist article:hover,.eg-pux-checklist article.is-active{transform:translateX(4px);border-color:rgba(130,156,47,.48);background:#fff;box-shadow:0 18px 38px rgba(17,20,23,.08)}
.eg-pux-checklist span{grid-row:span 2;display:grid;place-items:center;width:30px;height:30px;border-radius:999px;background:#829c2f;color:#fff;font-weight:900;font-size:.78rem}
.eg-pux-checklist b{font-size:.76rem;text-transform:uppercase;letter-spacing:.04em;color:#111417}
.eg-pux-checklist small{font-size:.72rem;line-height:1.45;color:#4f565d}
.eg-pux-card{display:grid;grid-template-columns:.78fr 1.22fr;gap:14px;padding:14px;border:1px solid rgba(17,20,23,.13);border-radius:16px;background:#fff;box-shadow:0 28px 70px rgba(17,20,23,.12)}
.eg-pux-gallery{display:grid;grid-template-columns:58px 1fr;gap:10px;min-height:440px}
.eg-pux-thumbs{display:grid;gap:8px;align-content:start}
.eg-pux-thumbs span{height:66px;border:1px solid rgba(130,156,47,.32);border-radius:9px;background:linear-gradient(145deg,#f9f7ef,#e9e3d5)}
.eg-pux-thumbs span:nth-child(2){background:linear-gradient(145deg,#d7d1c3,#faf8f1)}
.eg-pux-thumbs span:nth-child(3){background:linear-gradient(145deg,#eee9dc,#c6b89d)}
.eg-pux-bottle{position:relative;display:grid;place-items:center;border-radius:14px;background:radial-gradient(circle at 50% 52%,rgba(169,196,71,.12),transparent 38%),linear-gradient(145deg,#f7f4ec,#ded5c5);overflow:hidden}
.eg-pux-bottle:after{content:"";position:absolute;right:18px;bottom:16px;width:88px;height:70px;border-radius:50%;border:1px solid rgba(130,156,47,.22);opacity:.55}
.eg-pux-info{display:flex;flex-direction:column;gap:11px;min-width:0}
.eg-pux-title{display:flex;justify-content:space-between;gap:12px;align-items:start}
.eg-pux-title h4{font-size:1.55rem;line-height:1;margin:2px 0 0;letter-spacing:-.05em;color:#070808}
.eg-pux-title button{border:1px solid rgba(17,20,23,.16);background:#fff;border-radius:999px;width:34px;height:34px;font-size:1.15rem}
.eg-pux-meta{margin:0;color:#3d454c;font-weight:700;font-size:.86rem}
.eg-pux-story{padding:12px;border:1px solid rgba(130,156,47,.38);border-radius:11px;background:rgba(169,196,71,.065);font-size:.82rem;line-height:1.55;color:#202428}
.eg-pux-taste{display:grid;gap:8px;padding:2px 0}
.eg-pux-taste p{display:grid;grid-template-columns:72px 1fr 78px;align-items:center;gap:10px;margin:0;font-size:.75rem;color:#46505a}
.eg-pux-taste i{height:4px;border-radius:999px;background:linear-gradient(90deg,#829c2f var(--w),rgba(17,20,23,.13) var(--w));position:relative}
.eg-pux-taste i:after{content:"";position:absolute;left:var(--w);top:50%;translate:-50% -50%;width:11px;height:11px;background:#829c2f;border-radius:999px;box-shadow:0 0 0 4px rgba(169,196,71,.15)}
.eg-pux-pairings{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.eg-pux-pairings span{padding:9px 7px;border:1px solid rgba(17,20,23,.1);border-radius:10px;background:#faf8f1;text-align:center;font-size:.7rem;font-weight:800;color:#222}
.eg-pux-buy{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:auto;padding:12px;border:1px solid rgba(17,20,23,.12);border-radius:13px;background:#fbfaf6}
.eg-pux-buy b{display:block;font-size:1.55rem;line-height:1;color:#050607}
.eg-pux-buy small{display:block;color:#65707a;font-size:.72rem;margin-top:3px}
.eg-pux-buy button{border:0;border-radius:10px;background:linear-gradient(135deg,#829c2f,#a9c447);color:#fff;font-weight:900;text-transform:uppercase;letter-spacing:.04em;padding:13px 18px;box-shadow:0 14px 28px rgba(130,156,47,.22)}
.eg-pux-service{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.eg-pux-service span{padding:9px;border:1px solid rgba(17,20,23,.1);border-radius:10px;text-align:center;color:#3f474f;font-size:.68rem;font-weight:800;background:#fff}
.eg-pux-impact{display:grid;gap:10px;align-content:start}
.eg-pux-impact h4{margin:0 0 2px;text-transform:uppercase;letter-spacing:.06em;font-size:.82rem;color:#111417}
.eg-pux-impact article{padding:15px;border:1px solid rgba(17,20,23,.1);border-radius:13px;background:rgba(255,255,255,.65);transition:transform .35s cubic-bezier(.22,1,.36,1),background .35s}
.eg-pux-impact article:hover{transform:translateY(-4px);background:#fff}
.eg-pux-impact b{display:block;color:#1a1d20;font-size:.9rem;margin-bottom:4px}
.eg-pux-impact small{display:block;color:#56606a;line-height:1.4;font-size:.74rem}

.eg-crm-flow-widget{padding:18px;min-height:560px;overflow:hidden}
.eg-flow-head{display:flex;justify-content:space-between;gap:20px;align-items:start;margin-bottom:14px}
.eg-flow-head h3{font-size:1.9rem;line-height:1;margin:6px 0 7px;letter-spacing:-.06em;color:#111417}
.eg-flow-head p{margin:0;color:#5d646b;max-width:720px}
.eg-flow-status{display:flex;align-items:center;gap:8px;border:1px solid rgba(17,20,23,.12);border-radius:999px;background:#fff;padding:9px 12px;font-weight:900;color:#374109;white-space:nowrap}
.eg-flow-status span{width:9px;height:9px;border-radius:50%;background:#829c2f;box-shadow:0 0 0 7px rgba(169,196,71,.13)}
.eg-flow-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:14px}
.eg-flow-kpis article{padding:14px;border:1px solid rgba(17,20,23,.12);border-radius:13px;background:#fff}
.eg-flow-kpis b{display:block;font-size:1.45rem;color:#111417;line-height:1}
.eg-flow-kpis span{display:block;font-size:.74rem;color:#63707a;margin-top:5px}
.eg-flow-board{display:grid;grid-template-columns:210px 1fr;gap:14px}
.eg-flow-sidebar{padding:16px;border:1px solid rgba(17,20,23,.12);border-radius:14px;background:#fff;min-height:330px}
.eg-flow-sidebar b{color:#334109}
.eg-flow-sidebar p{color:#414950;font-size:.84rem;line-height:1.55}
.eg-flow-sidebar span{display:block;border-top:1px solid rgba(17,20,23,.1);padding-top:12px;margin-top:12px;font-size:.78rem;color:#4f565d;font-weight:800}
.eg-flow-steps{display:grid;grid-template-columns:repeat(5,minmax(128px,1fr));gap:10px;position:relative}
.eg-flow-steps article{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;padding:18px 12px;border:1px solid rgba(17,20,23,.12);border-radius:14px;background:#fff;min-height:310px;transition:transform .35s cubic-bezier(.22,1,.36,1),border-color .35s,box-shadow .35s}
.eg-flow-steps article:hover,.eg-flow-steps article.is-active{transform:translateY(-7px);border-color:rgba(130,156,47,.5);box-shadow:0 22px 48px rgba(17,20,23,.12)}
.eg-flow-steps article:not(:last-child):after{content:"→";position:absolute;right:-12px;top:48%;color:#829c2f;font-weight:900;z-index:2}
.eg-flow-steps em{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#829c2f;color:#fff;font-style:normal;font-weight:900}
.eg-flow-steps b{font-size:.86rem;text-transform:uppercase;line-height:1.1;color:#111417}
.eg-flow-steps span{border-radius:999px;background:rgba(169,196,71,.14);color:#526516;padding:5px 9px;font-size:.72rem;font-weight:900}
.eg-flow-steps p{font-size:.78rem;color:#5c6570;line-height:1.45;margin:0 auto;max-width:140px}

.eg-ai-ops-widget{padding:18px;min-height:520px}
@media (max-width: 1100px){
  .eg-pux-header,.eg-pux-layout,.eg-pux-card,.eg-flow-board,.eg-ai-shell{grid-template-columns:1fr}
  .eg-pux-checklist{grid-template-columns:repeat(2,1fr)}
  .eg-pux-impact{grid-template-columns:repeat(2,1fr)}
  .eg-flow-steps{overflow-x:auto;grid-template-columns:repeat(5,180px);padding-bottom:10px;scroll-snap-type:x mandatory}
  .eg-flow-steps article{scroll-snap-align:start}
}
@media (max-width: 720px){
  .eg-product-ux-widget,.eg-crm-flow-widget,.eg-ai-ops-widget{padding:14px;min-height:auto}
  .eg-pux-objective{grid-template-columns:1fr}
  .eg-pux-objective b{padding:10px}
  .eg-pux-checklist,.eg-pux-impact,.eg-flow-kpis,.eg-pux-pairings,.eg-pux-service,.eg-ai-tabs{grid-template-columns:1fr 1fr}
  .eg-pux-card,.eg-pux-gallery,.eg-ai-product-card{grid-template-columns:1fr}
  .eg-pux-gallery{min-height:auto}
  .eg-pux-thumbs{grid-template-columns:repeat(3,1fr)}
  .eg-pux-bottle{min-height:280px}
  .eg-pux-buy{display:grid}
  .eg-pux-buy button{width:100%}
  .eg-flow-head{display:grid}
  .eg-flow-kpis{grid-template-columns:1fr 1fr}
  .eg-flow-sidebar{min-height:auto}
}

/* === V3.1 · Widgets refinados: ficha oscura, CRM sin cortes e IA clara === */
.eg-product-ux-dark{
  color:#f7f5ee!important;
  background:
    radial-gradient(circle at 24% 12%,rgba(169,196,71,.12),transparent 28%),
    linear-gradient(180deg,#111417,#070809)!important;
  border-color:rgba(169,196,71,.34)!important;
  box-shadow:0 34px 90px rgba(0,0,0,.42)!important;
}
.eg-product-ux-dark .eg-pux-header h3,
.eg-product-ux-dark .eg-pux-impact h4,
.eg-product-ux-dark .eg-pux-title h4{color:#fff!important}
.eg-product-ux-dark .eg-pux-header p,
.eg-product-ux-dark .eg-pux-meta,
.eg-product-ux-dark .eg-pux-impact small{color:rgba(255,255,255,.68)!important}
.eg-product-ux-dark .eg-pux-objective,
.eg-product-ux-dark .eg-pux-checklist article,
.eg-product-ux-dark .eg-pux-card,
.eg-product-ux-dark .eg-pux-impact article,
.eg-product-ux-dark .eg-pux-buy,
.eg-product-ux-dark .eg-pux-service span,
.eg-product-ux-dark .eg-pux-pairings span,
.eg-product-ux-dark .eg-pux-title button{
  border-color:rgba(255,255,255,.12)!important;
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035))!important;
  color:#fff!important;
}
.eg-product-ux-dark .eg-pux-checklist article:hover,
.eg-product-ux-dark .eg-pux-checklist article.is-active,
.eg-product-ux-dark .eg-pux-impact article:hover{background:rgba(169,196,71,.10)!important;border-color:rgba(169,196,71,.42)!important}
.eg-product-ux-dark .eg-pux-checklist b,
.eg-product-ux-dark .eg-pux-impact b{color:#fff!important}
.eg-product-ux-dark .eg-pux-checklist small,
.eg-product-ux-dark .eg-pux-story,
.eg-product-ux-dark .eg-pux-taste p,
.eg-product-ux-dark .eg-pux-buy small,
.eg-product-ux-dark .eg-pux-service span{color:rgba(255,255,255,.70)!important}
.eg-product-ux-dark .eg-pux-story{background:rgba(169,196,71,.07)!important;border-color:rgba(169,196,71,.28)!important}
.eg-product-ux-dark .eg-pux-bottle{background:radial-gradient(circle at 50% 50%,rgba(169,196,71,.16),transparent 42%),linear-gradient(145deg,#1a1e20,#0b0d0e)!important}
.eg-product-ux-dark .eg-pux-pairings span{background:rgba(255,255,255,.055)!important}
.eg-product-ux-dark .eg-pux-buy b{color:#fff!important}
.eg-product-ux-dark .eg-pux-taste i{background:linear-gradient(90deg,#a9c447 var(--w),rgba(255,255,255,.16) var(--w))!important}

.eg-crm-flow-widget{overflow:visible!important;min-height:auto!important;padding:20px!important}
.eg-flow-board{grid-template-columns:190px minmax(0,1fr)!important;gap:12px!important}
.eg-flow-steps{grid-template-columns:repeat(5,minmax(105px,1fr))!important;gap:8px!important;min-width:0!important}
.eg-flow-steps article{min-height:282px!important;padding:16px 8px!important}
.eg-flow-steps b{font-size:.74rem!important;letter-spacing:-.01em!important;word-break:normal!important}
.eg-flow-steps p{font-size:.72rem!important;line-height:1.35!important;max-width:112px!important}
.eg-flow-steps article:not(:last-child):after{right:-9px!important}
.eg-flow-sidebar{min-height:282px!important;padding:14px!important}

.eg-ai-light-widget{
  padding:20px!important;
  min-height:auto!important;
  background:linear-gradient(180deg,#fff,#f4f2ea)!important;
  color:#111417!important;
  border-color:rgba(17,20,23,.14)!important;
  box-shadow:0 30px 80px rgba(0,0,0,.16)!important;
}
.eg-ai-board-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:16px}
.eg-ai-board-head h3{font-size:clamp(1.7rem,3.2vw,3rem);line-height:.95;letter-spacing:-.07em;margin:6px 0 8px;color:#111417}
.eg-ai-board-head p{margin:0;color:#5d646b;max-width:650px;font-weight:650}
.eg-ai-board-head strong{white-space:nowrap;border:1px solid rgba(130,156,47,.34);border-radius:999px;background:rgba(169,196,71,.14);padding:10px 14px;color:#344209;font-size:.82rem}
.eg-ai-pipeline{display:grid;grid-template-columns:1fr 24px 1fr 24px 1fr 24px 1fr;align-items:stretch;margin-bottom:16px}
.eg-ai-pipeline article{padding:14px;border:1px solid rgba(17,20,23,.12);border-radius:14px;background:#fff;transition:transform .35s cubic-bezier(.22,1,.36,1),border-color .35s,box-shadow .35s}
.eg-ai-pipeline article:hover,.eg-ai-pipeline article.is-active{transform:translateY(-5px);border-color:rgba(130,156,47,.52);box-shadow:0 18px 42px rgba(17,20,23,.10)}
.eg-ai-pipeline b{display:grid;place-items:center;width:31px;height:31px;border-radius:999px;background:#829c2f;color:#fff;margin-bottom:12px}
.eg-ai-pipeline span{display:block;font-weight:900;color:#111417;margin-bottom:6px}
.eg-ai-pipeline small{display:block;color:#5a636b;line-height:1.35;font-size:.74rem}
.eg-ai-pipeline i{align-self:center;height:1px;background:linear-gradient(90deg,transparent,#829c2f,transparent);position:relative}
.eg-ai-pipeline i:after{content:"";position:absolute;right:-2px;top:-3px;width:7px;height:7px;border-top:1px solid #829c2f;border-right:1px solid #829c2f;rotate:45deg}
.eg-ai-workspace{display:grid;grid-template-columns:1.2fr .8fr;gap:14px;margin-bottom:14px}
.eg-ai-editor,.eg-ai-checks{border:1px solid rgba(17,20,23,.12);border-radius:16px;background:#fff;padding:16px}
.eg-editor-top{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:12px}
.eg-editor-top span{font-weight:900;color:#111417}.eg-editor-top em{font-style:normal;border-radius:999px;background:rgba(169,196,71,.16);color:#526516;padding:5px 9px;font-weight:900;font-size:.72rem}
.eg-ai-editor>p{margin:0 0 12px;color:#3e464d;line-height:1.5;font-size:.86rem;padding:12px;border-radius:12px;background:#f5f3ec;border:1px solid rgba(17,20,23,.08)}
.eg-ai-output{display:grid;gap:7px}.eg-ai-output b{color:#829c2f}.eg-ai-output span{color:#111417;line-height:1.45;font-weight:650}
.eg-ai-checks h4{margin:0 0 12px;color:#111417;font-size:1.05rem;letter-spacing:-.03em}
.eg-ai-checks p{display:flex;align-items:center;gap:9px;margin:0 0 9px;padding:9px 10px;border-radius:10px;background:#f5f3ec;color:#444d55;font-weight:750;font-size:.82rem}
.eg-ai-checks p span{width:9px;height:9px;border-radius:999px;background:#829c2f;box-shadow:0 0 0 5px rgba(169,196,71,.12)}
.eg-ai-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.eg-ai-metrics article{padding:13px;border:1px solid rgba(17,20,23,.12);border-radius:13px;background:#111417;color:#fff}.eg-ai-metrics b{display:block;font-size:1.4rem;line-height:1;color:#a9c447}.eg-ai-metrics span{display:block;color:rgba(255,255,255,.66);font-size:.75rem;margin-top:5px}

@media(max-width:1100px){
  .eg-flow-board,.eg-ai-workspace{grid-template-columns:1fr!important}
  .eg-flow-steps{overflow-x:auto!important;grid-template-columns:repeat(5,170px)!important;padding-bottom:10px!important}
  .eg-ai-pipeline{grid-template-columns:1fr!important;gap:10px!important}.eg-ai-pipeline i{display:none!important}
}
@media(max-width:720px){
  .eg-ai-board-head{display:grid!important}.eg-ai-board-head strong{width:max-content}
  .eg-ai-metrics{grid-template-columns:1fr!important}
}

/* === Logistics & post-sale interactive gallery widgets === */
.eg-logistics-gallery{height:500px;align-items:stretch;}
.eg-logistics-gallery .gallery-item{background-image:none!important;filter:none!important;opacity:1!important;min-width:0;background:linear-gradient(180deg,#111417,#08090a);border:1px solid rgba(169,196,71,.22);box-shadow:0 22px 70px rgba(0,0,0,.32);padding:18px;display:flex;flex-direction:column;justify-content:flex-end;isolation:isolate;}
.eg-logistics-gallery .gallery-item:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 20%,rgba(169,196,71,.20),transparent 30%),linear-gradient(180deg,rgba(255,255,255,.05),transparent 30%);z-index:-1;opacity:.9;}
.eg-logistics-gallery .gallery-item>span{position:relative;left:auto;bottom:auto;align-self:flex-start;margin-bottom:auto;background:rgba(255,255,255,.08);border:1px solid rgba(169,196,71,.34);box-shadow:none;}
.eg-log-window{margin-top:18px;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:rgba(255,255,255,.06);backdrop-filter:blur(16px);padding:16px;min-height:330px;display:flex;flex-direction:column;gap:14px;overflow:hidden;transform:translateY(10px);transition:transform .55s var(--ease), background .45s ease, border-color .45s ease;}
.eg-logistics-gallery .gallery-item:hover .eg-log-window{transform:translateY(0);background:rgba(255,255,255,.085);border-color:rgba(169,196,71,.45);}
.eg-log-top{display:flex;justify-content:space-between;align-items:center;gap:12px;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:12px;}
.eg-log-top b{color:#fff;font-size:14px;letter-spacing:-.02em;}
.eg-log-top em{font-style:normal;color:#a9c447;font-size:11px;text-transform:uppercase;letter-spacing:.1em;font-weight:900;white-space:nowrap;}
.eg-log-pack{display:grid;grid-template-columns:72px 1fr;gap:14px;align-items:center;padding:12px;border-radius:14px;background:rgba(255,255,255,.055);}
.eg-log-bottle{width:42px;height:132px;margin:auto;border-radius:14px 14px 8px 8px;background:linear-gradient(90deg,#070808,#3b3f2b 48%,#080909);position:relative;box-shadow:inset 8px 0 18px rgba(255,255,255,.08),0 16px 30px rgba(0,0,0,.35);}
.eg-log-bottle:before{content:"";position:absolute;left:14px;right:14px;top:-34px;height:42px;border-radius:7px 7px 3px 3px;background:linear-gradient(90deg,#171713,#b4a56a,#202016);}
.eg-log-bottle:after{content:"";position:absolute;left:6px;right:6px;top:48px;height:32px;border-radius:4px;background:#eee8da;}
.eg-log-lines{display:grid;gap:10px;}
.eg-log-lines i{display:block;height:9px;border-radius:99px;background:linear-gradient(90deg,rgba(169,196,71,.9),rgba(255,255,255,.14));}
.eg-log-checks{display:grid;gap:8px;}
.eg-log-checks p,.eg-log-alert,.eg-mini-cart,.eg-log-resolution{margin:0;padding:11px 12px;border-radius:12px;background:rgba(255,255,255,.06);color:rgba(255,255,255,.78);font-size:12px;line-height:1.35;}
.eg-log-checks mark{display:inline-block;width:9px;height:9px;border-radius:50%;background:#a9c447;margin-right:8px;box-shadow:0 0 0 5px rgba(169,196,71,.11);}
.eg-log-metric{margin-top:auto;border-top:1px solid rgba(255,255,255,.1);padding-top:12px;}
.eg-log-metric strong{display:block;color:#fff;font-size:34px;letter-spacing:-.06em;line-height:1;}
.eg-log-metric small{color:rgba(255,255,255,.62);}
.eg-vintage-card{display:grid;gap:8px;color:#fff;}
.eg-vintage-card>strong{font-size:20px;letter-spacing:-.04em;}
.eg-vintage-card>p{margin:0;color:rgba(255,255,255,.58);font-size:12px;}
.eg-vintage-card div{display:flex;justify-content:space-between;align-items:center;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:12px;background:rgba(255,255,255,.055);}
.eg-vintage-card b{color:rgba(255,255,255,.65);font-size:12px;}
.eg-vintage-card i{font-style:normal;color:#a9c447;font-weight:900;}
.eg-trust-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}
.eg-trust-grid div{border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:13px;background:rgba(255,255,255,.055);}
.eg-trust-grid strong{display:block;color:#fff;font-size:20px;letter-spacing:-.04em;}
.eg-trust-grid small{color:rgba(255,255,255,.58);}
.eg-mini-cart{margin-top:auto;display:flex;align-items:center;gap:10px;}
.eg-mini-cart i{width:64px;height:8px;border-radius:99px;background:linear-gradient(90deg,#a9c447 62%,rgba(255,255,255,.16) 62%);flex:0 0 auto;}
.eg-mini-cart b{color:#a9c447;}
.eg-incident-chart{height:150px;display:flex;align-items:end;gap:12px;padding:14px;border-radius:14px;background:rgba(255,255,255,.055);}
.eg-incident-chart div{flex:1;height:100%;display:flex;flex-direction:column;justify-content:flex-end;gap:8px;align-items:center;}
.eg-incident-chart i{display:block;width:100%;height:var(--h);border-radius:10px 10px 4px 4px;background:linear-gradient(180deg,#d46b67,#a9c447);box-shadow:0 0 24px rgba(169,196,71,.16);}
.eg-incident-chart small{font-size:10px;color:rgba(255,255,255,.55);writing-mode:horizontal-tb;}
.eg-log-resolution{display:flex;align-items:center;gap:12px;margin-top:auto;}
.eg-log-resolution strong{font-size:32px;color:#fff;letter-spacing:-.05em;}
.eg-log-resolution span{color:rgba(255,255,255,.68);font-size:12px;}
.eg-logistics-gallery .gallery-item:not(:hover) .eg-log-top em,.eg-logistics-gallery .gallery-item:not(:hover) .eg-log-window{opacity:.82;}

@media(max-width:720px){
  .eg-logistics-gallery{height:390px;overflow-x:auto;scroll-snap-type:x mandatory;}
  .eg-logistics-gallery .gallery-item{min-width:285px;scroll-snap-align:start;}
  .eg-log-window{min-height:270px;padding:13px;}
  .eg-log-pack{grid-template-columns:54px 1fr;}
  .eg-log-bottle{height:100px;width:34px;}
  .eg-log-bottle:before{top:-28px;height:34px;left:11px;right:11px;}
  .eg-trust-grid{grid-template-columns:1fr 1fr;}
}

/* === EG REAL BOTTLE NORMALIZATION START === */
/* Reemplaza las botellas dibujadas por CSS por una única imagen WebP real.
   Todo queda limitado por contexto para evitar desproporciones. */
.eg-bottle,
.eg-log-bottle {
  position: relative !important;
  display: block !important;
  background: url("assets/images/botella.webp") center bottom / contain no-repeat !important;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.eg-bottle::before,
.eg-bottle::after,
.eg-log-bottle::before,
.eg-log-bottle::after {
  content: none !important;
  display: none !important;
}

/* Botella pequeña: cards, tablas y previews laterales */
.eg-bottle {
  width: 42px !important;
  height: 150px !important;
  max-width: 42px !important;
  max-height: 150px !important;
  margin: 0 auto !important;
}

/* Botella grande de ficha / producto */
.eg-bottle.large,
.eg-pux-bottle .eg-bottle.large {
  width: 104px !important;
  height: 320px !important;
  max-width: 104px !important;
  max-height: 320px !important;
  margin: 0 auto !important;
}

/* Caja visual de producto: mantiene la botella proporcionada y centrada */
.eg-pux-bottle {
  min-height: 390px !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
}

/* Botella dentro de logística/postventa */
.eg-log-bottle {
  width: 38px !important;
  height: 150px !important;
  max-width: 38px !important;
  max-height: 150px !important;
  margin: 0 auto !important;
}

.eg-log-pack {
  grid-template-columns: 64px 1fr !important;
  align-items: center !important;
}

/* Evita cortes inferiores en hover gallery */
.eg-logistics-gallery {
  min-height: 590px !important;
}

.eg-logistics-gallery .gallery-item {
  min-height: 560px !important;
}

.eg-log-window {
  min-height: 365px !important;
}

@media (max-width: 720px) {
  .eg-bottle {
    width: 34px !important;
    height: 122px !important;
    max-width: 34px !important;
    max-height: 122px !important;
  }

  .eg-bottle.large,
  .eg-pux-bottle .eg-bottle.large {
    width: 82px !important;
    height: 255px !important;
    max-width: 82px !important;
    max-height: 255px !important;
  }

  .eg-pux-bottle {
    min-height: 290px !important;
  }

  .eg-log-bottle {
    width: 32px !important;
    height: 118px !important;
    max-width: 32px !important;
    max-height: 118px !important;
  }

  .eg-logistics-gallery {
    height: auto !important;
    min-height: 500px !important;
  }

  .eg-logistics-gallery .gallery-item {
    min-height: 480px !important;
  }

  .eg-log-window {
    min-height: 300px !important;
  }
}
/* === EG REAL BOTTLE NORMALIZATION END === */

.eg-product-ux-dark .eg-pux-objective span {

  color: #fff !important;

}

.eg-product-ux-dark .eg-pux-objective {

  color: #fff !important;

}
/* === Mobile simplified widgets === */

.mobile-widget-summary {
  display: none;
}

@media (max-width: 720px) {
  .desktop-widget {
    display: none !important;
  }

  .image-panel {
    min-height: auto !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    overflow: visible !important;
  }

  .mobile-widget-summary {
    display: block;
    width: 100%;
    padding: 20px;
    border: 1px solid rgba(143, 180, 46, .30);
    border-radius: 16px;
    background:
      radial-gradient(circle at 92% 10%, rgba(143, 180, 46, .13), transparent 34%),
      #ffffff;
    box-shadow: 0 18px 44px rgba(0, 0, 0, .08);
  }

  .mobile-widget-summary span {
    display: block;
    margin-bottom: 8px;
    color: var(--eg-green-2, #78922c);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
  }

  .mobile-widget-summary strong {
    display: block;
    margin-bottom: 10px;
    color: #111417;
    font-size: 1.25rem;
    line-height: 1.05;
    letter-spacing: -.04em;
  }

  .mobile-widget-summary p {
    margin: 0 0 14px;
    color: #4b5156;
    font-size: .95rem;
    line-height: 1.55;
  }

  .mobile-widget-summary ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mobile-widget-summary li {
    padding: 11px 12px;
    border: 1px solid rgba(17, 20, 23, .10);
    border-radius: 12px;
    background: #f7f5ee;
    color: #34383c;
    font-size: .88rem;
    line-height: 1.4;
  }

  .mobile-widget-summary li b {
    color: #111417;
  }
}
@media (max-width: 720px) {
  .mobile-widget-summary-dark {
    background:
      radial-gradient(circle at 92% 10%, rgba(143, 180, 46, .16), transparent 34%),
      #111417;
    border-color: rgba(143, 180, 46, .32);
    box-shadow: 0 18px 44px rgba(0, 0, 0, .18);
  }

  .mobile-widget-summary-dark strong {
    color: #fff;
  }

  .mobile-widget-summary-dark p {
    color: rgba(255, 255, 255, .76);
  }

  .mobile-widget-summary-dark li {
    background: rgba(255, 255, 255, .06);
    border-color: rgba(255, 255, 255, .10);
    color: rgba(255, 255, 255, .76);
  }

  .mobile-widget-summary-dark li b {
    color: #fff;
  }
}

/* V11 contrast patch */
.section-light .eg-widget *, .section-stone .eg-widget *{text-shadow:none}
.section-light .eg-widget small,.section-light .eg-widget span,.section-stone .eg-widget small,.section-stone .eg-widget span{color:#60666b}
.section-light .eg-widget h3,.section-light .eg-widget h4,.section-stone .eg-widget h3,.section-stone .eg-widget h4{color:#17191b}
.section-dark .eg-widget small,.section-dark .eg-widget span{color:rgba(247,245,238,.68)}
.section-dark .eg-widget strong,.section-dark .eg-widget b,.section-dark .eg-widget h3,.section-dark .eg-widget h4{color:#f7f5ee}
