:root {
  --ezw-meta-bg-a: #08111f;
  --ezw-meta-bg-b: #0b1220;
  --ezw-meta-bg-c: #101827;
  --ezw-meta-white: #ffffff;
  --ezw-meta-text: #e2e8f0;
  --ezw-meta-soft: #cbd5e1;
  --ezw-meta-muted: #94a3b8;
  --ezw-meta-border: rgba(255, 255, 255, 0.13);
  --ezw-meta-panel: rgba(255, 255, 255, 0.08);
  --ezw-meta-panel-strong: rgba(255, 255, 255, 0.11);
  --ezw-meta-blue: #2563eb;
  --ezw-meta-purple: #7c3aed;
  --ezw-meta-green: #22c55e;
  --ezw-meta-amber: #f59e0b;
}

.ezw-meta-aware-section,
.ezw-meta-aware-section *,
.ezw-meta-comparison-section,
.ezw-meta-comparison-section * {
  box-sizing: border-box;
}

.ezw-meta-comparison-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 12%, rgba(37, 99, 235, 0.16), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(124, 58, 237, 0.14), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
  color: #0f172a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ezw-meta-comparison-shell {
  width: min(100% - 48px, 1240px);
  margin: 0 auto;
  padding: 96px 0 92px;
}

.ezw-meta-comparison-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.78fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 26px;
}

.ezw-meta-comparison-intro h2,
.ezw-meta-comparison-intro p,
.ezw-meta-route-strip p,
.ezw-meta-comparison-table {
  margin: 0;
}

.ezw-meta-comparison-intro .ezw-meta-eyebrow {
  width: max-content;
  grid-column: 1 / -1;
  border-color: rgba(37, 99, 235, 0.18);
  background: #ffffff;
  color: var(--ezw-meta-blue);
  box-shadow: 0 10px 28px rgba(37, 99, 235, 0.1);
}

.ezw-meta-mobile-eyebrow {
  display: none;
}

.ezw-meta-comparison-intro h2 {
  max-width: 820px;
  color: #0f172a;
  font-size: clamp(2.45rem, 4.6vw, 4.4rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.02;
}

.ezw-meta-comparison-intro > p {
  color: #475569;
  font-size: 1.05rem;
  font-weight: 550;
  line-height: 1.62;
}

.ezw-meta-route-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 16px;
}

.ezw-meta-route-strip div {
  min-height: 148px;
  padding: 22px;
  border: 1px solid #dbe4ef;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
}

.ezw-meta-route-strip div:last-child {
  border-color: rgba(147, 197, 253, 0.56);
  background:
    radial-gradient(circle at 12% 0%, rgba(37, 99, 235, 0.1), transparent 34%),
    radial-gradient(circle at 92% 8%, rgba(124, 58, 237, 0.08), transparent 34%),
    #ffffff;
}

.ezw-meta-route-strip span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  margin-bottom: 12px;
  padding: 0 10px;
  border-radius: 999px;
  background: #eef2f7;
  color: #64748b;
  font-size: 0.75rem;
  font-weight: 800;
}

.ezw-meta-route-strip div:last-child span {
  background: #dbeafe;
  color: var(--ezw-meta-blue);
}

.ezw-meta-route-strip strong {
  display: block;
  color: #0f172a;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.14;
}

.ezw-meta-route-strip p {
  margin-top: 10px;
  color: #475569;
  font-size: 0.95rem;
  font-weight: 550;
  line-height: 1.5;
}

.ezw-meta-comparison-table-wrap {
  overflow: hidden;
  border: 1px solid #dbe4ef;
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.1);
}

.ezw-meta-comparison-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.ezw-meta-comparison-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.ezw-meta-comparison-table th,
.ezw-meta-comparison-table td {
  padding: 20px 22px;
  border-bottom: 1px solid #e7edf5;
  text-align: left;
  vertical-align: top;
}

.ezw-meta-comparison-table thead th {
  background: #f8fbff;
  color: #475569;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ezw-meta-comparison-table tbody th {
  width: 22%;
  color: #0f172a;
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.25;
}

.ezw-meta-comparison-table td {
  color: #475569;
  font-size: 0.94rem;
  font-weight: 550;
  line-height: 1.48;
}

.ezw-meta-comparison-table td:nth-child(2) {
  color: #6b7280;
  background: linear-gradient(90deg, rgba(248, 250, 252, 0.92), rgba(255, 255, 255, 0));
}

.ezw-meta-comparison-table td:nth-child(3) {
  color: #1e3a8a;
  background: linear-gradient(90deg, rgba(219, 234, 254, 0.42), rgba(255, 255, 255, 0));
}

.ezw-meta-comparison-table tbody tr:last-child th,
.ezw-meta-comparison-table tbody tr:last-child td {
  border-bottom: 0;
}

.ezw-meta-aware-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 8%, rgba(37, 99, 235, 0.2), transparent 30%),
    radial-gradient(circle at 84% 12%, rgba(124, 58, 237, 0.2), transparent 28%),
    radial-gradient(circle at 78% 92%, rgba(34, 197, 94, 0.08), transparent 28%),
    linear-gradient(135deg, var(--ezw-meta-bg-a), var(--ezw-meta-bg-b) 48%, var(--ezw-meta-bg-c));
  color: var(--ezw-meta-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ezw-meta-shell {
  width: min(100% - 48px, 1240px);
  margin: 0 auto;
  padding: 98px 0 106px;
}

.ezw-meta-header {
  max-width: 920px;
  margin: 0 auto 38px;
  text-align: center;
}

.ezw-meta-eyebrow,
.ezw-meta-header h2,
.ezw-meta-header p,
.ezw-meta-pillar-card h3,
.ezw-meta-pillar-card p,
.ezw-meta-points,
.ezw-meta-safety-heading h3,
.ezw-meta-safety-heading p,
.ezw-meta-safety-grid h4,
.ezw-meta-safety-grid p {
  margin: 0;
}

.ezw-meta-eyebrow,
.ezw-meta-card-label {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(147, 197, 253, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #bfdbfe;
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.13);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
}

.ezw-meta-header h2 {
  margin-top: 18px;
  color: var(--ezw-meta-white);
  font-size: clamp(2.7rem, 4.4vw, 4.55rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.02;
}

.ezw-meta-subheadline {
  max-width: 820px;
  margin: 20px auto 0 !important;
  color: var(--ezw-meta-soft);
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.62;
}

.ezw-meta-disclaimer {
  max-width: 760px;
  margin: 16px auto 0 !important;
  color: var(--ezw-meta-muted);
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.52;
}

.ezw-meta-control-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 54px minmax(0, 1.12fr) 54px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-top: 38px;
}

.ezw-meta-flow-card,
.ezw-meta-pillar-card,
.ezw-meta-safety-layer {
  border: 1px solid var(--ezw-meta-border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.07)),
    var(--ezw-meta-panel);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.ezw-meta-flow-card {
  min-height: 150px;
  padding: 22px;
  border-radius: 24px;
}

.ezw-meta-flow-card span,
.ezw-meta-pillar-copy span {
  color: var(--ezw-meta-muted);
}

.ezw-meta-flow-card > span {
  display: block;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ezw-meta-flow-card strong {
  display: block;
  margin-top: 12px;
  color: var(--ezw-meta-white);
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.25;
}

.ezw-meta-flow-card p {
  margin: 10px 0 0;
  color: var(--ezw-meta-muted);
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.45;
}

.ezw-meta-flow-core {
  border-color: rgba(147, 197, 253, 0.28);
  background:
    radial-gradient(circle at 24% 0%, rgba(37, 99, 235, 0.22), transparent 40%),
    radial-gradient(circle at 88% 12%, rgba(124, 58, 237, 0.2), transparent 36%),
    rgba(255, 255, 255, 0.1);
}

.ezw-meta-flow-connector {
  min-width: 0;
  overflow: hidden;
  height: 1px;
  background: linear-gradient(90deg, rgba(37, 99, 235, 0.1), rgba(34, 197, 94, 0.42), rgba(124, 58, 237, 0.26));
}

.ezw-meta-flow-connector::after {
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  margin-left: auto;
  border-top: 1px solid rgba(226, 232, 240, 0.7);
  border-right: 1px solid rgba(226, 232, 240, 0.7);
  content: "";
  transform: rotate(45deg);
}

.ezw-meta-control-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.ezw-meta-control-tags em {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  color: var(--ezw-meta-soft);
  background: rgba(255, 255, 255, 0.07);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 700;
}

.ezw-meta-pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 20px;
}

.ezw-meta-pillar-card {
  display: grid;
  gap: 20px;
  align-content: start;
  min-height: 560px;
  padding: 24px;
  border-radius: 26px;
}

.ezw-meta-card-label {
  min-height: 30px;
  margin-bottom: 16px;
  padding: 0 12px;
  font-size: 0.72rem;
}

.ezw-meta-pillar-card h3 {
  color: var(--ezw-meta-white);
  font-size: clamp(1.45rem, 2vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.12;
}

.ezw-meta-pillar-card p {
  margin-top: 12px;
  color: var(--ezw-meta-soft);
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.55;
}

.ezw-meta-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  list-style: none;
}

.ezw-meta-points li {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: var(--ezw-meta-soft);
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.78rem;
  font-weight: 700;
}

.ezw-meta-mini-ui,
.ezw-meta-billing-ui,
.ezw-meta-safety-ui {
  display: grid;
  gap: 10px;
  margin-top: auto;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(8, 17, 31, 0.48);
}

.ezw-meta-mini-ui div,
.ezw-meta-safety-ui div,
.ezw-meta-billing-row {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--ezw-meta-text);
  font-size: 0.86rem;
  font-weight: 700;
}

.ezw-meta-dot {
  display: inline-flex;
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  margin-right: 8px;
  border-radius: 999px;
  background: var(--ezw-meta-green);
  box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.14);
}

.ezw-meta-dot-blue {
  background: var(--ezw-meta-blue);
  box-shadow: 0 0 0 5px rgba(37, 99, 235, 0.14);
}

.ezw-meta-dot-purple {
  background: var(--ezw-meta-purple);
  box-shadow: 0 0 0 5px rgba(124, 58, 237, 0.14);
}

.ezw-meta-dot-amber {
  background: var(--ezw-meta-amber);
  box-shadow: 0 0 0 5px rgba(245, 158, 11, 0.14);
}

.ezw-meta-billing-row {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ezw-meta-billing-row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.ezw-meta-billing-row span {
  color: var(--ezw-meta-muted);
  font-weight: 600;
}

.ezw-meta-billing-row strong {
  color: var(--ezw-meta-white);
  font-size: 0.86rem;
  font-weight: 800;
  white-space: nowrap;
}

.ezw-meta-safety-layer {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: 30px;
  margin-top: 20px;
  padding: 28px;
  border-radius: 28px;
}

.ezw-meta-safety-heading h3 {
  margin-top: 16px;
  color: var(--ezw-meta-white);
  font-size: clamp(1.55rem, 2.35vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.12;
}

.ezw-meta-safety-heading p {
  margin-top: 14px;
  color: var(--ezw-meta-soft);
  font-size: 0.96rem;
  font-weight: 500;
  line-height: 1.58;
}

.ezw-meta-safety-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ezw-meta-safety-grid article {
  min-height: 126px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
}

.ezw-meta-safety-grid h4 {
  color: var(--ezw-meta-white);
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.18;
}

.ezw-meta-safety-grid p {
  margin-top: 9px;
  color: var(--ezw-meta-muted);
  font-size: 0.86rem;
  font-weight: 500;
  line-height: 1.42;
}

@media (max-width: 1040px) {
  .ezw-meta-comparison-intro {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .ezw-meta-route-strip {
    grid-template-columns: 1fr;
  }

  .ezw-meta-comparison-table-wrap {
    overflow-x: auto;
  }

  .ezw-meta-comparison-table {
    min-width: 820px;
  }

  .ezw-meta-control-flow {
    grid-template-columns: 1fr;
  }

  .ezw-meta-flow-connector {
    width: 1px;
    height: 34px;
    margin: 0 auto;
    background: linear-gradient(180deg, rgba(37, 99, 235, 0.1), rgba(34, 197, 94, 0.42), rgba(124, 58, 237, 0.26));
  }

  .ezw-meta-flow-connector::after {
    margin: 27px 0 0 -3px;
    transform: rotate(135deg);
  }

  .ezw-meta-pillar-grid,
  .ezw-meta-safety-layer {
    grid-template-columns: 1fr;
  }

  .ezw-meta-pillar-card {
    min-height: auto;
  }
}

@media (max-width: 680px) {
  .ezw-meta-aware-section {
    display: none;
  }

  .ezw-meta-comparison-shell {
    width: min(100% - 32px, 620px);
    padding: 72px 0 76px;
  }

  .ezw-meta-comparison-intro .ezw-meta-eyebrow {
    display: none;
  }

  .ezw-meta-mobile-eyebrow {
    display: inline-flex;
    width: max-content;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid rgba(37, 99, 235, 0.18);
    border-radius: 999px;
    background: #ffffff;
    color: var(--ezw-meta-blue);
    font-size: 0.86rem;
    font-weight: 800;
    box-shadow: 0 10px 28px rgba(37, 99, 235, 0.1);
  }

  .ezw-meta-comparison-intro h2 {
    font-size: clamp(2.1rem, 10vw, 3rem);
    line-height: 1.06;
  }

  .ezw-meta-route-strip div {
    min-height: 0;
    padding: 20px;
    border-radius: 22px;
  }

  .ezw-meta-comparison-table th,
  .ezw-meta-comparison-table td {
    padding: 17px 18px;
  }

  .ezw-meta-comparison-table-wrap {
    overflow: hidden;
  }

  .ezw-meta-comparison-table {
    display: block;
    min-width: 0;
  }

  .ezw-meta-comparison-table thead {
    display: none;
  }

  .ezw-meta-comparison-table tbody,
  .ezw-meta-comparison-table tr,
  .ezw-meta-comparison-table th,
  .ezw-meta-comparison-table td {
    display: block;
    width: 100%;
  }

  .ezw-meta-comparison-table tr {
    padding: 20px;
    border-bottom: 1px solid #e7edf5;
  }

  .ezw-meta-comparison-table tbody tr:last-child {
    border-bottom: 0;
  }

  .ezw-meta-comparison-table tbody th,
  .ezw-meta-comparison-table td {
    padding: 0;
    border-bottom: 0;
  }

  .ezw-meta-comparison-table tbody th {
    margin-bottom: 14px;
    font-size: 1.04rem;
  }

  .ezw-meta-comparison-table td {
    background: transparent !important;
  }

  .ezw-meta-comparison-table td + td {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #eef2f7;
  }

  .ezw-meta-comparison-table td::before {
    display: block;
    margin-bottom: 6px;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .ezw-meta-comparison-table td:nth-child(2)::before {
    content: "Official Meta";
    color: #64748b;
  }

  .ezw-meta-comparison-table td:nth-child(3)::before {
    content: "www.ezw.solutions";
    color: var(--ezw-meta-blue);
  }

  .ezw-meta-shell {
    width: min(100% - 32px, 620px);
    padding: 72px 0 82px;
  }

  .ezw-meta-header {
    text-align: left;
  }

  .ezw-meta-header h2 {
    font-size: clamp(2.18rem, 10vw, 3rem);
    line-height: 1.06;
  }

  .ezw-meta-subheadline,
  .ezw-meta-disclaimer {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .ezw-meta-pillar-card,
  .ezw-meta-safety-layer {
    padding: 20px;
    border-radius: 22px;
  }

  .ezw-meta-safety-grid {
    grid-template-columns: 1fr;
  }

  .ezw-meta-mini-ui div,
  .ezw-meta-safety-ui div,
  .ezw-meta-billing-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }
}
