/* Extracted from WordPress post 12792 (agenzia-ecommerce) on 2026-07-27. */
.mk-ecom-page {
  --mk-blue: #275388;
  --mk-lime: #DCF763;
  --mk-ink: #182235;
  --mk-muted: #526070;
  --mk-line: rgba(39,83,136,.16);
  --mk-soft: #F6F9FC;
  font-family: "Prompt", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--mk-ink);
  line-height: 1.65;
}
.mk-ecom-page * { box-sizing: border-box; letter-spacing: 0; }
.mk-ecom-section {
  padding: 72px 20px;
}
.mk-ecom-section--hero {
  background: var(--mk-blue);
  color: #fff;
  padding-top: 88px;
  padding-bottom: 84px;
}
.mk-ecom-section--soft { background: var(--mk-soft); }
.mk-ecom-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}
.mk-ecom-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--mk-blue);
  font-size: .9rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 18px;
}
.mk-ecom-section--hero .mk-ecom-kicker { color: var(--mk-lime); }
.mk-ecom-kicker::before {
  content: "";
  width: 28px;
  height: 3px;
  background: currentColor;
  border-radius: 999px;
}
.mk-ecom-h1 {
  max-width: 920px;
  margin: 0 0 22px;
  color: inherit;
  font-size: 3.25rem;
  line-height: 1.05;
  font-weight: 700;
}
.mk-ecom-h1 em,
.mk-ecom-h2 em {
  color: var(--mk-lime);
  font-style: normal;
}
.mk-ecom-lead {
  max-width: 780px;
  margin: 0 0 28px;
  font-size: 1.2rem;
  color: rgba(255,255,255,.88);
}
.mk-ecom-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 30px;
}
.mk-ecom-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 22px;
  border-radius: 999px;
  text-decoration: none !important;
  font-weight: 700;
  background: var(--mk-lime);
  color: var(--mk-blue) !important;
}
.mk-ecom-button--ghost {
  background: transparent;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.36);
}
.mk-ecom-signal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 38px;
}
.mk-ecom-signal {
  min-height: 128px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
  border-radius: 8px;
}
.mk-ecom-signal strong {
  display: block;
  color: var(--mk-lime);
  font-size: 1.05rem;
  margin-bottom: 8px;
}
.mk-ecom-signal span { color: rgba(255,255,255,.82); }
.mk-ecom-h2 {
  max-width: 820px;
  margin: 0 0 22px;
  color: var(--mk-blue);
  font-size: 2.2rem;
  line-height: 1.15;
  font-weight: 700;
}
.mk-ecom-copy {
  max-width: 760px;
  margin: 0 0 18px;
  color: var(--mk-muted);
  font-size: 1.06rem;
}
.mk-ecom-copy strong { color: var(--mk-ink); }
.mk-ecom-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}
.mk-ecom-item {
  min-height: 180px;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--mk-line);
}
.mk-ecom-item h3 {
  margin: 0 0 10px;
  color: var(--mk-blue);
  font-size: 1.14rem;
  line-height: 1.25;
}
.mk-ecom-item p {
  margin: 0;
  color: var(--mk-muted);
}
.mk-ecom-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 28px;
  max-width: 980px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}
.mk-ecom-list li {
  position: relative;
  padding-left: 24px;
  color: var(--mk-muted);
}
.mk-ecom-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 9px;
  height: 9px;
  background: var(--mk-lime);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(220,247,99,.28);
}
.mk-ecom-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}
.mk-ecom-panel {
  padding: 28px;
  border-radius: 8px;
  border: 1px solid var(--mk-line);
  background: #fff;
}
.mk-ecom-panel--blue {
  background: var(--mk-blue);
  color: #fff;
  border-color: var(--mk-blue);
}
.mk-ecom-panel h3 {
  margin: 0 0 14px;
  color: inherit;
  font-size: 1.28rem;
}
.mk-ecom-panel ul {
  margin: 0;
  padding-left: 22px;
}
.mk-ecom-panel li { margin-bottom: 8px; }
.mk-ecom-panel--blue li { color: rgba(255,255,255,.86); }
.mk-ecom-proof {
  margin-top: 34px;
  padding: 30px;
  border-left: 4px solid var(--mk-lime);
  background: rgba(39,83,136,.06);
  border-radius: 8px;
  max-width: 900px;
}
.mk-ecom-proof p {
  margin: 0;
  color: var(--mk-ink);
  font-size: 1.08rem;
}
.mk-ecom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.mk-ecom-links a {
  display: inline-flex;
  padding: 9px 13px;
  border-radius: 999px;
  border: 1px solid var(--mk-line);
  color: var(--mk-blue) !important;
  text-decoration: none !important;
  font-weight: 600;
  background: #fff;
}
.mk-ecom-faq {
  max-width: 860px;
  margin-top: 30px;
}
.mk-ecom-faq h3 {
  margin: 28px 0 10px;
  color: var(--mk-blue);
  font-size: 1.18rem;
}
.mk-ecom-faq p {
  margin: 0;
  color: var(--mk-muted);
}
.mk-ecom-cta {
  background: var(--mk-blue);
  color: #fff;
}
.mk-ecom-cta .mk-ecom-h2 { color: #fff; }
.mk-ecom-cta .mk-ecom-copy { color: rgba(255,255,255,.86); }
@media (max-width: 900px) {
  .mk-ecom-h1 { font-size: 2.45rem; }
  .mk-ecom-h2 { font-size: 1.85rem; }
  .mk-ecom-grid,
  .mk-ecom-signal-grid,
  .mk-ecom-compare,
  .mk-ecom-list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {
  .mk-ecom-section { padding: 52px 18px; }
  .mk-ecom-section--hero { padding-top: 64px; }
  .mk-ecom-h1 { font-size: 2.05rem; }
  .mk-ecom-actions a { width: 100%; }
}
