:root {
  --ezw-footer-bg-a: #08111f;
  --ezw-footer-bg-b: #0b1220;
  --ezw-footer-white: #ffffff;
  --ezw-footer-text: #e2e8f0;
  --ezw-footer-muted: #94a3b8;
  --ezw-footer-soft: #cbd5e1;
  --ezw-footer-border: rgba(255, 255, 255, 0.1);
  --ezw-footer-card: rgba(255, 255, 255, 0.08);
  --ezw-footer-blue: #2563eb;
  --ezw-footer-purple: #7c3aed;
  --ezw-footer-green: #22c55e;
}

.ezw-footer-demo {
  min-width: 320px;
  margin: 0;
  background: #f7f9fc;
  color: var(--ezw-footer-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ezw-footer,
.ezw-footer * {
  box-sizing: border-box;
}

.ezw-footer {
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 12%, rgba(37, 99, 235, 0.22), transparent 30%),
    radial-gradient(circle at 84% 10%, rgba(124, 58, 237, 0.18), transparent 28%),
    radial-gradient(circle at 82% 94%, rgba(34, 197, 94, 0.08), transparent 28%),
    linear-gradient(135deg, var(--ezw-footer-bg-a), var(--ezw-footer-bg-b));
}

.ezw-footer-shell {
  width: min(100% - 48px, 1240px);
  margin: 0 auto;
  padding: 76px 0 30px;
}

.ezw-footer-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 0%, rgba(37, 99, 235, 0.22), transparent 34%),
    radial-gradient(circle at 88% 8%, rgba(124, 58, 237, 0.2), transparent 30%),
    rgba(255, 255, 255, 0.075);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
}

.ezw-footer-cta-copy h2,
.ezw-footer-cta-copy p,
.ezw-footer-brand p,
.ezw-footer-column h3,
.ezw-footer-bottom p {
  margin: 0;
}

.ezw-footer-cta-copy h2 {
  max-width: 780px;
  color: var(--ezw-footer-white);
  font-size: 2.55rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.08;
}

.ezw-footer-cta-copy > p {
  max-width: 720px;
  margin-top: 13px;
  color: var(--ezw-footer-soft);
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.55;
}

.ezw-footer-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

.ezw-footer-trust-row span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--ezw-footer-soft);
  font-size: 0.82rem;
  font-weight: 700;
}

.ezw-footer-trust-row span::before {
  display: inline-flex;
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  align-items: center;
  justify-content: center;
  margin-right: 7px;
  border-radius: 999px;
  content: "✓";
  background: rgba(34, 197, 94, 0.14);
  box-shadow: inset 0 0 0 1px rgba(134, 239, 172, 0.28);
  color: #86efac;
  font-size: 0.62rem;
  font-weight: 800;
  line-height: 1;
}

.ezw-footer-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.ezw-footer-button {
  appearance: none;
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: transform 180ms ease-out, border-color 180ms ease-out, box-shadow 180ms ease-out, background 180ms ease-out;
}

.ezw-footer-button:hover {
  transform: translateY(-2px);
}

.ezw-footer-button-primary {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(135deg, var(--ezw-footer-blue), var(--ezw-footer-purple));
  color: var(--ezw-footer-white);
  box-shadow: 0 14px 34px rgba(37, 99, 235, 0.34);
}

.ezw-footer-button-secondary {
  border: 1px solid rgba(226, 232, 240, 0.22);
  background: rgba(255, 255, 255, 0.06);
  color: var(--ezw-footer-white);
}

.ezw-footer a:focus-visible {
  outline: 3px solid rgba(147, 197, 253, 0.35);
  outline-offset: 3px;
}

.ezw-footer-main {
  display: grid;
  grid-template-columns: 1.35fr repeat(4, minmax(0, 1fr));
  gap: 28px;
  padding: 54px 0 40px;
}

.ezw-footer-logo {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
  text-decoration: none;
}

.ezw-footer-logo img {
  display: block;
  width: 218px;
  height: 60px;
  object-fit: contain;
  object-position: left center;
}

.ezw-footer-brand p {
  max-width: 280px;
  margin-top: 16px;
  color: var(--ezw-footer-muted);
  font-size: 0.94rem;
  font-weight: 500;
  line-height: 1.6;
}

.ezw-footer-status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin-top: 18px;
  padding: 0 11px;
  border: 1px solid var(--ezw-footer-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--ezw-footer-soft);
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
}

.ezw-footer-status-pill::before {
  width: 8px;
  height: 8px;
  margin-right: 7px;
  border-radius: 999px;
  content: "";
  background: var(--ezw-footer-green);
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.12);
}

.ezw-footer-column {
  display: grid;
  align-content: start;
  gap: 11px;
}

.ezw-footer-column h3 {
  margin-bottom: 4px;
  color: var(--ezw-footer-white);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.ezw-footer-column a,
.ezw-footer-bottom a {
  color: var(--ezw-footer-muted);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
  transition: color 160ms ease-out;
}

.ezw-footer-column a:hover,
.ezw-footer-bottom a:hover,
.ezw-footer-status-pill:hover {
  color: var(--ezw-footer-white);
}

.ezw-footer-bottom {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid var(--ezw-footer-border);
}

.ezw-footer-bottom p {
  color: var(--ezw-footer-muted);
  font-size: 0.88rem;
  font-weight: 600;
}

.ezw-footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-end;
}

@media (max-width: 1040px) {
  .ezw-footer-cta {
    grid-template-columns: 1fr;
  }

  .ezw-footer-cta-actions {
    justify-content: flex-start;
  }

  .ezw-footer-main {
    grid-template-columns: 1.3fr repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .ezw-footer-shell {
    width: min(100% - 32px, 620px);
    padding: 58px 0 28px;
  }

  .ezw-footer-cta {
    padding: 24px;
    border-radius: 24px;
  }

  .ezw-footer-cta-copy h2 {
    font-size: 2rem;
    line-height: 1.12;
  }

  .ezw-footer-cta-copy > p {
    font-size: 1rem;
  }

  .ezw-footer-cta-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ezw-footer-button {
    width: 100%;
  }

  .ezw-footer-main {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 42px 0 34px;
  }

  .ezw-footer-brand p {
    max-width: 100%;
  }

  .ezw-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .ezw-footer-bottom nav {
    justify-content: flex-start;
  }
}

@media (max-width: 430px) {
  .ezw-footer-shell {
    width: min(100% - 24px, 620px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ezw-footer-button,
  .ezw-footer-column a,
  .ezw-footer-bottom a {
    transition: none;
  }
}
