/* ============================================================
   Suite de Emprendedores · Legra
   Sistema de diseño compartido
   Paleta oficial: navy #18212a · azul Legra #1b4a9c
   ============================================================ */

:root {
  /* Marca */
  --legra-navy: #18212a;
  --legra-blue: #1b4a9c;
  --legra-blue-600: #163e85;
  --legra-blue-050: #eef3fb;

  /* Neutros */
  --bg: #f4f6f9;
  --surface: #ffffff;
  --line: #e6eaf0;
  --text: #1a2430;
  --muted: #64707e;
  --muted-2: #8a95a3;

  /* Semánticos */
  --good: #0f9d58;
  --good-050: #e8f6ee;
  --warn: #e8a33d;
  --warn-050: #fdf4e6;
  --bad: #d64545;
  --bad-050: #fbecec;

  /* Sistema */
  --radius: 16px;
  --radius-sm: 10px;
  --shadow-sm: 0 1px 2px rgba(24, 33, 42, .06), 0 1px 3px rgba(24, 33, 42, .05);
  --shadow: 0 4px 12px rgba(24, 33, 42, .07), 0 2px 4px rgba(24, 33, 42, .05);
  --shadow-lg: 0 18px 40px rgba(24, 33, 42, .12);
  --maxw: 1080px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background: var(--bg);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: var(--legra-blue); text-decoration: none; }
a:hover { text-decoration: underline; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }

/* ---------------- Header ---------------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, .88);
  backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap {
  display: flex; align-items: center; gap: 16px;
  height: 64px;
}
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand:hover { text-decoration: none; }
.brand img { height: 30px; width: auto; display: block; }
.brand .sep { width: 1px; height: 22px; background: var(--line); }
.brand .suite-name {
  font-weight: 600; font-size: 15px; color: var(--legra-navy);
  letter-spacing: -.01em; white-space: nowrap;
}
.brand .suite-name b { color: var(--legra-blue); font-weight: 700; }
.header-spacer { flex: 1; }
.header-cta {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 14px; font-weight: 600; color: var(--legra-navy);
  padding: 8px 14px; border-radius: 999px; border: 1px solid var(--line);
  background: #fff; transition: .15s;
}
.header-cta:hover { border-color: var(--legra-blue); color: var(--legra-blue); text-decoration: none; }
.header-cta .cta-short { display: none; }
@media (max-width: 560px) {
  .brand .suite-name { display: none; }
  .brand .sep { display: none; }
  .header-cta .cta-full { display: none; }
  .header-cta .cta-short { display: inline; }
}

/* ---------------- Hero ---------------- */
.hero {
  background:
    radial-gradient(1200px 400px at 15% -10%, rgba(27, 74, 156, .10), transparent 60%),
    linear-gradient(180deg, #fff 0%, var(--bg) 100%);
  border-bottom: 1px solid var(--line);
  padding: 56px 0 44px;
}
.hero h1 {
  margin: 0 0 12px; font-size: clamp(28px, 4.5vw, 44px);
  line-height: 1.08; letter-spacing: -.02em; color: var(--legra-navy); font-weight: 800;
}
.hero p.lead {
  margin: 0; font-size: clamp(16px, 2vw, 19px); color: var(--muted); max-width: 640px;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
  color: var(--legra-blue); background: var(--legra-blue-050);
  padding: 6px 12px; border-radius: 999px; margin-bottom: 18px;
}

/* ---------------- La Ruta del Emprendedor (onboarding) ---------------- */
.ruta-section { padding: 8px 0 8px; }
.ruta-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-bottom: 24px; }
.ruta-head .rh-text h2 { margin: 0 0 6px; font-size: clamp(22px, 3vw, 30px); letter-spacing: -.02em; color: var(--legra-navy); font-weight: 800; }
.ruta-head .rh-text p { margin: 0; font-size: 15.5px; color: var(--muted); max-width: 560px; }

/* Barra de progreso */
.ruta-progress { min-width: 220px; }
.ruta-progress .rp-label { display: flex; justify-content: space-between; font-size: 13px; color: var(--muted); margin-bottom: 8px; font-weight: 600; }
.ruta-progress .rp-label b { color: var(--legra-blue); }
.ruta-progress .rp-bar { height: 8px; border-radius: 999px; background: var(--legra-blue-050); overflow: hidden; }
.ruta-progress .rp-fill { height: 100%; width: 0; background: linear-gradient(90deg, var(--legra-blue), #2f6fd6); border-radius: 999px; transition: width .4s ease; }

/* Stepper */
.ruta-steps { position: relative; display: grid; gap: 14px; }
.ruta-step {
  position: relative; display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 16px; align-items: start;
}
/* Línea conectora */
.ruta-step:not(:last-child)::before {
  content: ""; position: absolute; left: 21px; top: 44px; bottom: -14px; width: 2px; background: var(--line);
}
.ruta-step.done:not(:last-child)::before { background: #bcd6b3; }
.rs-marker {
  width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center;
  background: #fff; border: 2px solid var(--line); color: var(--muted-2); font-weight: 800; font-size: 16px; z-index: 1;
}
.ruta-step.free .rs-marker { border-color: var(--legra-blue); color: var(--legra-blue); }
.ruta-step.done .rs-marker { background: var(--good); border-color: var(--good); color: #fff; }
.ruta-step.pro .rs-marker { border-style: dashed; }

.rs-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-sm); padding: 20px 22px; transition: border-color .16s, box-shadow .16s;
}
.ruta-step.done .rs-card { border-color: #cfe6c7; background: #fbfefa; }
.rs-top { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; flex-wrap: wrap; }
.rs-card h3 { margin: 0; font-size: 18px; letter-spacing: -.01em; color: var(--legra-navy); }
.rs-badge { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; padding: 3px 9px; border-radius: 999px; }
.rs-badge.free { color: var(--good); background: var(--good-050); }
.rs-badge.pro { color: var(--legra-blue); background: var(--legra-blue-050); }
.rs-card p.rs-why { margin: 0 0 14px; font-size: 14.5px; color: var(--muted); }
.rs-tools { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.rs-tool {
  display: inline-flex; align-items: center; gap: 7px; font-size: 14px; font-weight: 600;
  color: var(--legra-navy); background: #fff; border: 1.5px solid var(--line); padding: 9px 15px; border-radius: 999px; transition: .15s;
}
.rs-tool:hover { border-color: var(--legra-blue); color: var(--legra-blue); text-decoration: none; }
.rs-tool .t-arrow { color: var(--muted-2); }
.rs-tool:hover .t-arrow { color: var(--legra-blue); }
.rs-tool.soon { opacity: .6; pointer-events: none; }
.rs-tool.soon::after { content: "pronto"; font-size: 10px; font-weight: 700; text-transform: uppercase; color: var(--warn); }

/* Check "ya lo hice" */
.rs-check { display: inline-flex; align-items: center; gap: 8px; cursor: pointer; font-size: 13.5px; color: var(--muted); user-select: none; margin-left: auto; }
.rs-check input { width: 18px; height: 18px; accent-color: var(--good); cursor: pointer; }
.ruta-step.done .rs-check { color: var(--good); font-weight: 600; }

/* Etapa PRO (bloqueada) */
.ruta-step.pro .rs-card { background: linear-gradient(150deg, #fbfcfe, #f3f6fb); }
.rs-pro-cta {
  display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; color: #fff;
  background: var(--legra-blue); padding: 10px 18px; border-radius: 999px; transition: .15s;
}
.rs-pro-cta:hover { background: var(--legra-blue-600); text-decoration: none; }
.rs-lock { color: var(--muted-2); }
.ruta-pro-divider { display: flex; align-items: center; gap: 14px; margin: 26px 0 18px; }
.ruta-pro-divider .line { flex: 1; height: 1px; background: var(--line); }
.ruta-pro-divider .txt { font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--muted-2); }

@media (max-width: 560px) {
  .ruta-step { grid-template-columns: 36px minmax(0, 1fr); gap: 12px; }
  .ruta-step:not(:last-child)::before { left: 17px; top: 40px; }
  .rs-marker { width: 36px; height: 36px; font-size: 14px; }
  .rs-card { padding: 17px 16px; }
  .rs-check { margin-left: 0; margin-top: 10px; width: 100%; }
}

/* ---------------- Cards / grid ---------------- */
.section { padding: 40px 0 64px; }
.section-title { font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--muted-2); margin: 0 0 16px; }

.tool-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr)); gap: 18px; }

.tool-card {
  position: relative; display: flex; flex-direction: column;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px; box-shadow: var(--shadow-sm); transition: transform .16s, box-shadow .16s, border-color .16s;
  text-decoration: none; color: inherit; min-height: 168px;
}
.tool-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); border-color: #d4dced; text-decoration: none; }
.tool-card.soon { opacity: .72; pointer-events: none; }
.tool-ico {
  width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center;
  background: var(--legra-blue-050); color: var(--legra-blue); margin-bottom: 14px; font-size: 22px;
}
.tool-card h3 { margin: 0 0 6px; font-size: 18px; letter-spacing: -.01em; color: var(--legra-navy); }
.tool-card p { margin: 0; font-size: 14px; color: var(--muted); flex: 1; }
.tool-tag {
  align-self: flex-start; margin-top: 14px; font-size: 12px; font-weight: 600;
  color: var(--legra-blue); background: var(--legra-blue-050); padding: 4px 10px; border-radius: 999px;
}
.tool-card .arrow { position: absolute; top: 22px; right: 22px; color: var(--muted-2); transition: .16s; }
.tool-card:hover .arrow { color: var(--legra-blue); transform: translateX(2px); }
.badge-soon {
  position: absolute; top: 18px; right: 18px; font-size: 11px; font-weight: 700;
  color: var(--warn); background: var(--warn-050); padding: 3px 9px; border-radius: 999px; text-transform: uppercase; letter-spacing: .03em;
}

/* ---------------- Tool page layout ---------------- */
.tool-hero { padding: 40px 0 24px; }
.tool-hero .eyebrow { margin-bottom: 14px; }
.tool-hero h1 { margin: 0 0 10px; font-size: clamp(26px, 4vw, 38px); letter-spacing: -.02em; color: var(--legra-navy); font-weight: 800; }
.tool-hero p { margin: 0; font-size: 17px; color: var(--muted); max-width: 620px; }
.breadcrumb { font-size: 13px; color: var(--muted-2); margin-bottom: 18px; }
.breadcrumb a { color: var(--muted); }

.calc-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 24px; align-items: start; padding-bottom: 24px; }
@media (max-width: 820px) { .calc-layout { grid-template-columns: minmax(0, 1fr); } }

.panel {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-sm); padding: 24px; min-width: 0; overflow-wrap: break-word;
}
.panel h2 { margin: 0 0 4px; font-size: 15px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: var(--muted-2); }
.panel .panel-sub { margin: 0 0 18px; font-size: 13px; color: var(--muted); }

/* Inputs */
.field { margin-bottom: 16px; }
.field:last-child { margin-bottom: 0; }
.field label { display: block; font-size: 14px; font-weight: 600; color: var(--text); margin-bottom: 6px; }
.field .hint { font-weight: 400; color: var(--muted-2); font-size: 12.5px; margin-left: 4px; }
.input-wrap { position: relative; display: flex; align-items: center; }
.input-wrap .prefix, .input-wrap .suffix {
  position: absolute; font-size: 14px; color: var(--muted-2); font-weight: 600; pointer-events: none;
}
.input-wrap .prefix { left: 14px; }
.input-wrap .suffix { right: 14px; }
.input-wrap.has-prefix input { padding-left: 42px; }
.input-wrap.has-suffix input { padding-right: 44px; }
input[type="text"], input[type="number"], select {
  width: 100%; font-family: var(--font); font-size: 16px; color: var(--text);
  padding: 12px 14px; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  background: #fff; transition: border-color .15s, box-shadow .15s; -moz-appearance: textfield;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
input:focus, select:focus { outline: none; border-color: var(--legra-blue); box-shadow: 0 0 0 3px rgba(27, 74, 156, .12); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font); font-size: 15px; font-weight: 600; cursor: pointer;
  padding: 12px 20px; border-radius: var(--radius-sm); border: 1.5px solid transparent; transition: .15s; text-decoration: none;
}
.btn-primary { background: var(--legra-blue); color: #fff; }
.btn-primary:hover { background: var(--legra-blue-600); text-decoration: none; }
.btn-ghost { background: #fff; color: var(--legra-navy); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--legra-blue); color: var(--legra-blue); text-decoration: none; }
.btn-block { width: 100%; }

/* Paso numerado dentro del panel */
.step-label { display: flex; align-items: flex-start; gap: 10px; margin: 0 0 16px; }
.step-label:not(:first-child) { margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line); }
.step-label .n {
  flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%;
  background: var(--legra-blue); color: #fff; display: grid; place-items: center;
  font-weight: 700; font-size: 13px;
}
.step-label h3 { flex: 1; min-width: 0; margin: 0; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; color: var(--legra-navy); line-height: 1.3; }
.step-label .opt { font-weight: 400; text-transform: none; letter-spacing: 0; color: var(--muted-2); font-size: 13px; margin-left: 4px; }

/* Subtotal en vivo (dentro del panel de inputs) */
.subtotal-row {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: 20px; padding: 14px 16px; border-radius: var(--radius-sm);
  background: var(--legra-blue-050); border: 1px solid #dbe6f7;
  font-size: 14px; color: var(--muted); font-weight: 600;
}
.subtotal-row b { font-size: 18px; color: var(--legra-navy); font-variant-numeric: tabular-nums; }

/* Result panel */
.result-panel { background: linear-gradient(160deg, var(--legra-navy) 0%, #101a24 100%); color: #fff; border: none; }
.result-panel h2 { color: rgba(255, 255, 255, .55); }
.result-headline { font-size: 13px; color: rgba(255, 255, 255, .6); margin: 0 0 4px; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; }
.result-value { font-size: clamp(30px, 6vw, 44px); font-weight: 800; letter-spacing: -.02em; line-height: 1.05; margin: 0; }
.result-value.small { font-size: clamp(24px, 5vw, 34px); }
.result-sub { color: rgba(255, 255, 255, .7); font-size: 14px; margin: 6px 0 0; }
.result-divider { height: 1px; background: rgba(255, 255, 255, .12); margin: 20px 0; }
.result-rows { display: grid; gap: 10px; }
.result-row { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; font-size: 14px; }
.result-row .k { color: rgba(255, 255, 255, .62); }
.result-row .v { font-weight: 700; font-variant-numeric: tabular-nums; }

/* Verdict chip inside result */
.verdict { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; padding: 8px 14px; border-radius: 999px; margin-top: 4px; }
.verdict.good { background: rgba(15, 157, 88, .18); color: #5fe0a0; }
.verdict.warn { background: rgba(232, 163, 61, .18); color: #ffcf8f; }
.verdict.bad  { background: rgba(214, 69, 69, .18); color: #ff9a9a; }

/* Callout / explainer */
.callout {
  background: var(--legra-blue-050); border: 1px solid #dbe6f7; border-left: 4px solid var(--legra-blue);
  border-radius: var(--radius-sm); padding: 16px 18px; margin: 0 0 16px;
}
.callout h4 { margin: 0 0 6px; font-size: 14.5px; color: var(--legra-navy); }
.callout p { margin: 0; font-size: 14px; color: var(--muted); }
.callout p + p { margin-top: 8px; }

.explainer { padding: 8px 0 48px; }
.explainer h2 { font-size: 22px; color: var(--legra-navy); letter-spacing: -.01em; margin: 0 0 8px; }
.explainer h3 { font-size: 17px; color: var(--legra-navy); margin: 24px 0 6px; }
.explainer p { color: var(--muted); font-size: 15.5px; margin: 0 0 12px; }
.explainer .formula {
  font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: 15px; color: var(--legra-navy);
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 14px 16px; margin: 12px 0; overflow-x: auto;
}
.faq details { border-bottom: 1px solid var(--line); padding: 14px 0; }
.faq summary { cursor: pointer; font-weight: 600; color: var(--legra-navy); font-size: 15.5px; list-style: none; display: flex; justify-content: space-between; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--muted-2); font-weight: 400; font-size: 20px; }
.faq details[open] summary::after { content: "\2212"; }
.faq details p { margin: 10px 0 0; }

/* Download / CTA strip */
.cta-strip {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-sm); padding: 24px; display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
}
.cta-strip .cta-ico { width: 52px; height: 52px; border-radius: 12px; background: var(--legra-blue-050); color: var(--legra-blue); display: grid; place-items: center; flex-shrink: 0; }
.cta-strip .cta-txt { flex: 1; min-width: 200px; }
.cta-strip h3 { margin: 0 0 3px; font-size: 17px; color: var(--legra-navy); }
.cta-strip p { margin: 0; font-size: 14px; color: var(--muted); }

/* ---------------- Banda Legra Pro ---------------- */
.pro-band {
  background: linear-gradient(150deg, var(--legra-navy) 0%, #101a24 60%, #14233f 100%);
  color: #fff; border-radius: var(--radius); padding: 40px 44px;
  display: flex; gap: 28px; align-items: center; justify-content: space-between; flex-wrap: wrap;
  position: relative; overflow: hidden;
}
.pro-band::before { content: ""; position: absolute; top: -120px; right: -80px; width: 360px; height: 360px; background: radial-gradient(circle, rgba(27,74,156,.5), transparent 62%); }
.pro-band .pb-text { position: relative; z-index: 1; min-width: 260px; flex: 1; }
.pro-band .pb-badge { display: inline-block; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: #bcd0f0; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.14); padding: 5px 12px; border-radius: 999px; margin-bottom: 14px; }
.pro-band h2 { margin: 0 0 8px; color: #fff; font-size: clamp(22px, 3vw, 28px); letter-spacing: -.02em; font-weight: 800; }
.pro-band p { margin: 0; color: rgba(255,255,255,.78); max-width: 560px; font-size: 15.5px; }
.pro-band .btn { position: relative; z-index: 1; background: #fff; color: var(--legra-navy); font-weight: 700; }
.pro-band .btn:hover { background: #e9eef6; }
@media (max-width: 560px) {
  .pro-band { padding: 28px 20px; }
  .pro-band .btn { width: 100%; }
}

/* ---------------- Footer ---------------- */
.site-footer { background: var(--legra-navy); color: rgba(255, 255, 255, .72); padding: 40px 0 32px; margin-top: 40px; }
.site-footer .wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.site-footer img { height: 26px; opacity: .95; }
.site-footer .made { font-size: 13.5px; }
.site-footer .made b { color: #fff; }
.site-footer a { color: #fff; }
.site-footer .foot-links { display: flex; gap: 18px; font-size: 13.5px; }

/* Utilities */
.muted { color: var(--muted); }
.center { text-align: center; }
.mt-0 { margin-top: 0; }
.nowrap { white-space: nowrap; }

/* ---------------- Ajustes para celular ---------------- */
@media (max-width: 560px) {
  .wrap { padding: 0 16px; }
  .site-header .wrap { gap: 8px; height: 58px; }
  .brand img { height: 26px; }
  .header-cta { padding: 8px 13px; font-size: 13.5px; }

  .hero { padding: 34px 0 30px; }
  .tool-hero { padding: 26px 0 16px; }
  .tool-hero h1, .hero h1 { font-size: 26px; }
  .tool-hero p { font-size: 15.5px; }

  .calc-layout { gap: 16px; }
  .panel { padding: 20px 17px; }
  .step-label h3 { font-size: 13px; letter-spacing: .02em; }
  .step-label:not(:first-child) { margin-top: 22px; padding-top: 20px; }

  .result-value { font-size: 34px; }
  .result-value.small { font-size: 28px; }

  /* Tarjeta de descarga: botón a lo ancho para tap cómodo */
  .cta-strip { padding: 20px 17px; gap: 16px; }
  .cta-strip .cta-txt { min-width: 100%; }
  .cta-strip .btn { width: 100%; }

  .section { padding: 28px 0 44px; }
  .tool-grid { grid-template-columns: minmax(0, 1fr); gap: 14px; }
  .tool-card { min-height: 0; padding: 20px; }

  .explainer { padding: 4px 0 36px; }
  .explainer h2 { font-size: 20px; }
  .explainer .formula { font-size: 13.5px; padding: 12px 14px; }

  .site-footer { padding: 32px 0 28px; }
  .site-footer .wrap { flex-direction: column-reverse; align-items: flex-start; gap: 14px; }
}

/* Evita cualquier corte horizontal accidental en pantallas chicas.
   'clip' no crea contenedor de scroll, así el header sticky sigue funcionando. */
@media (max-width: 560px) {
  body { max-width: 100%; overflow-x: clip; }
}

/* Print (para "guardar como PDF" del resultado) */
@media print {
  .site-header, .site-footer, .no-print, .header-cta { display: none !important; }
  body { background: #fff; }
  .panel, .cta-strip { box-shadow: none; border-color: #ccc; }
  .result-panel { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
}
