/* =====================================================
   EZoneTech modern homepage system
   Scope: .ez-* classes and homepage-only header polish.
   ===================================================== */

/* Design tokens */
:root {
  --ez-primary: #E07B42;
  --ez-primary-soft: rgba(224, 123, 66, 0.12);
  --ez-primary-dark: #B95B2B;
  --ez-dark: #0F172A;
  --ez-text: #162033;
  --ez-muted: #667085;
  --ez-bg: #FFFFFF;
  --ez-bg-soft: #F6F8FB;
  --ez-border: rgba(15, 23, 42, 0.10);
  --ez-radius-xl: 28px;
  --ez-shadow-soft: 0 24px 70px rgba(15, 23, 42, 0.08);
  --ez-shadow-card: 0 14px 38px rgba(15, 23, 42, 0.08);
  --ez-font-main: "UTM Neo Sans Intel", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Homepage shell */
.ez-home {
  position: relative;
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  background: var(--ez-bg);
  color: var(--ez-text);
  font-family: var(--ez-font-main);
}

.ez-home *,
.ez-home *::before,
.ez-home *::after {
  box-sizing: border-box;
}

.ez-home img {
  max-width: 100%;
  height: auto;
}

/* Section primitives */
.ez-section {
  position: relative;
  width: 100%;
  max-width: 100vw;
  padding: 88px 0;
  background: var(--ez-bg);
  overflow: hidden;
}

.ez-section--soft {
  background:
    radial-gradient(circle at 14% 8%, rgba(224, 123, 66, 0.07), transparent 26%),
    linear-gradient(180deg, #FBFCFD 0%, var(--ez-bg-soft) 100%);
}

.ez-container {
  width: min(100% - 48px, 1200px);
  margin: 0 auto;
}

.ez-eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  min-height: 30px;
  padding: 6px 12px;
  border: 1px solid rgba(224, 123, 66, 0.20);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ez-primary-dark);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.ez-gradient-text {
  background: linear-gradient(92deg, var(--ez-dark) 0%, var(--ez-primary-dark) 58%, var(--ez-primary) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ez-section-heading {
  display: grid;
  gap: 16px;
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.ez-section-heading .ez-eyebrow {
  margin: 0 auto;
}

.ez-section-heading h2,
.ez-final-cta h2 {
  margin: 0;
  color: var(--ez-dark);
  font-size: clamp(30px, 5vw, 48px);
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: 0;
}

.ez-section-heading--split {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  max-width: none;
  text-align: left;
}

.ez-section-heading--split .ez-eyebrow {
  margin: 0;
}

/* Buttons */
.ez-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  max-width: 100%;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.ez-btn:hover,
.ez-btn:focus {
  text-decoration: none;
  transform: translateY(-2px);
}

.ez-btn:focus-visible {
  outline: 3px solid rgba(224, 123, 66, 0.24);
  outline-offset: 3px;
}

.ez-btn-primary {
  background: linear-gradient(135deg, var(--ez-primary) 0%, #F09A5E 100%);
  border-color: rgba(224, 123, 66, 0.80);
  color: #fff;
  box-shadow: 0 18px 34px rgba(224, 123, 66, 0.28);
}

.ez-btn-primary:hover,
.ez-btn-primary:focus {
  color: #fff;
  box-shadow: 0 22px 44px rgba(224, 123, 66, 0.34);
}

.ez-btn-secondary {
  background: rgba(255, 255, 255, 0.78);
  border-color: var(--ez-border);
  color: var(--ez-dark);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.ez-btn-secondary:hover,
.ez-btn-secondary:focus {
  border-color: rgba(224, 123, 66, 0.34);
  color: var(--ez-primary-dark);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.10);
}

/* Hero */
.ez-hero {
  min-height: 760px;
  display: flex;
  align-items: center;
  padding: 118px 0 96px;
  background:
    radial-gradient(circle at 20% 18%, rgba(224, 123, 66, 0.13), transparent 28%),
    radial-gradient(circle at 88% 24%, rgba(99, 102, 241, 0.10), transparent 24%),
    linear-gradient(180deg, #FFFFFF 0%, #FAFBFF 56%, #FFFFFF 100%);
}

.ez-hero__blob {
  position: absolute;
  pointer-events: none;
  filter: blur(34px);
  opacity: 0.60;
}

.ez-hero__blob--one {
  top: 120px;
  right: 10%;
  width: 270px;
  height: 270px;
  border-radius: 999px;
  background: rgba(224, 123, 66, 0.20);
}

.ez-hero__blob--two {
  bottom: 84px;
  left: 6%;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  background: rgba(59, 130, 246, 0.12);
}

.ez-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(460px, 1.05fr);
  gap: 70px;
  align-items: center;
}

.ez-hero-content {
  max-width: 650px;
}

.ez-hero-content h1 {
  margin: 22px 0 0;
  color: var(--ez-dark);
  font-size: clamp(42px, 6.3vw, 72px);
  font-weight: 880;
  line-height: 1.02;
  letter-spacing: 0;
}

.ez-hero-content p {
  max-width: 620px;
  margin: 24px 0 0;
  color: var(--ez-muted);
  font-size: 18px;
  line-height: 1.78;
}

.ez-hero-content__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.ez-hero-visual {
  position: relative;
  min-height: 560px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 36px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.42)),
    radial-gradient(circle at 74% 16%, rgba(224, 123, 66, 0.18), transparent 32%),
    rgba(255, 255, 255, 0.54);
  box-shadow: var(--ez-shadow-soft);
  overflow: hidden;
  backdrop-filter: blur(18px);
}

.ez-hero-visual::before {
  content: "";
  position: absolute;
  inset: 38px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 30px;
  background:
    linear-gradient(140deg, rgba(15, 23, 42, 0.95), rgba(24, 33, 52, 0.92)),
    var(--ez-dark);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.ez-visual-card {
  position: absolute;
  z-index: 2;
  display: grid;
  align-content: end;
  gap: 10px;
  min-height: 172px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.76)),
    #fff;
  box-shadow: 0 28px 60px rgba(2, 6, 23, 0.22);
  color: var(--ez-dark);
  transform: translateZ(0);
}

.ez-visual-card::before {
  content: "";
  position: absolute;
  inset: 18px 18px auto auto;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(224, 123, 66, 0.18), rgba(224, 123, 66, 0.04));
}

.ez-visual-card strong {
  position: relative;
  max-width: 220px;
  font-size: 20px;
  font-weight: 850;
  line-height: 1.12;
}

.ez-visual-card small {
  position: relative;
  color: var(--ez-muted);
  font-size: 13px;
  font-weight: 750;
}

.ez-visual-card__badge {
  position: relative;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--ez-primary-soft);
  color: var(--ez-primary-dark);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ez-visual-card--review {
  top: 70px;
  left: 52px;
  width: 270px;
  transform: rotate(-7deg);
}

.ez-visual-card--business {
  right: 52px;
  top: 134px;
  width: 280px;
  min-height: 202px;
  transform: rotate(5deg);
}

.ez-visual-card--rfid {
  left: 126px;
  bottom: 62px;
  width: 300px;
  transform: rotate(2deg);
}

.ez-visual-orbit {
  position: absolute;
  right: 76px;
  bottom: 74px;
  z-index: 1;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
}

/* Bento solutions */
.ez-bento-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(220px, auto);
  gap: 18px;
}

.ez-bento-card,
.ez-feature-card,
.ez-step-card,
.ez-empty-state {
  border: 1px solid var(--ez-border);
  border-radius: var(--ez-radius-xl);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86)),
    #fff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.ez-bento-card:hover,
.ez-feature-card:hover,
.ez-step-card:hover,
.ez-product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(224, 123, 66, 0.24);
  box-shadow: var(--ez-shadow-card);
}

.ez-bento-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 220px;
  padding: 28px;
  overflow: hidden;
}

.ez-bento-card::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -62px;
  width: 190px;
  height: 190px;
  border-radius: 999px;
  background: rgba(224, 123, 66, 0.08);
}

.ez-bento-card--large {
  grid-column: span 2;
  grid-row: span 2;
}

.ez-bento-card--wide {
  grid-column: span 2;
}

.ez-bento-card__icon,
.ez-feature-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: var(--ez-primary-soft);
  color: var(--ez-primary-dark);
  font-size: 17px;
  font-weight: 900;
}

.ez-bento-card h3,
.ez-feature-card h3,
.ez-step-card h3 {
  position: relative;
  margin: 24px 0 0;
  color: var(--ez-dark);
  font-size: 22px;
  font-weight: 850;
  line-height: 1.2;
}

.ez-bento-card p,
.ez-feature-card p,
.ez-step-card p {
  position: relative;
  margin: 12px 0 0;
  color: var(--ez-muted);
  font-size: 15px;
  line-height: 1.68;
}

.ez-bento-card a {
  position: relative;
  margin-top: auto;
  padding-top: 22px;
  color: var(--ez-primary-dark);
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

/* Product cards */
.ez-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.ez-product-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid var(--ez-border);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.ez-product-card__media {
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 0.78;
  margin: 12px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 76% 20%, rgba(224, 123, 66, 0.14), transparent 30%),
    linear-gradient(180deg, #F8FAFC, #FFFFFF);
  text-decoration: none;
  overflow: hidden;
}

.ez-product-card__image {
  width: 86%;
  height: 86%;
  object-fit: contain;
  transition: transform 180ms ease;
}

.ez-product-card:hover .ez-product-card__image {
  transform: scale(1.035);
}

.ez-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  padding: 4px 18px 20px;
}

.ez-product-card__title {
  display: -webkit-box;
  min-height: 44px;
  margin: 0;
  overflow: hidden;
  color: var(--ez-dark);
  font-size: 15px;
  font-weight: 820;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ez-product-card__title a {
  color: inherit;
  text-decoration: none;
}

.ez-product-card__price {
  color: var(--ez-primary-dark);
  font-size: 16px;
  font-weight: 900;
}

.ez-product-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin-top: auto;
  border: 1px solid rgba(224, 123, 66, 0.20);
  border-radius: 999px;
  background: rgba(224, 123, 66, 0.08);
  color: var(--ez-primary-dark);
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.ez-empty-state {
  padding: 28px;
  color: var(--ez-muted);
  font-size: 15px;
  line-height: 1.7;
}

/* Feature cards */
.ez-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ez-feature-card {
  padding: 26px;
}

/* Process steps */
.ez-step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  counter-reset: ez-step;
}

.ez-step-card {
  position: relative;
  padding: 28px;
}

.ez-step-card::after {
  content: "";
  position: absolute;
  top: 48px;
  right: -18px;
  width: 36px;
  height: 1px;
  background: rgba(15, 23, 42, 0.14);
}

.ez-step-card:last-child::after {
  display: none;
}

.ez-step-card span {
  display: inline-flex;
  color: var(--ez-primary);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.10em;
}

/* Industry chips */
.ez-chip-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.ez-chip-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 66px;
  padding: 16px 18px;
  border: 1px solid var(--ez-border);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.78)),
    #fff;
  color: var(--ez-text);
  font-size: 15px;
  font-weight: 820;
  text-align: center;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

/* Final CTA */
.ez-final-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  padding: 46px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 34px;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 255, 255, 0.22), transparent 28%),
    linear-gradient(135deg, #15171C 0%, #252D3C 52%, #E07B42 150%);
  color: #fff;
  box-shadow: var(--ez-shadow-soft);
  overflow: hidden;
}

.ez-final-cta .ez-eyebrow {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.20);
  color: rgba(255, 255, 255, 0.86);
}

.ez-final-cta h2 {
  max-width: 690px;
  margin: 18px 0 0;
  color: #fff !important;
  opacity: 1;
  mix-blend-mode: normal;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.ez-final-cta p {
  max-width: 680px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 17px;
  line-height: 1.72;
}

.ez-final-cta h2 *,
.ez-final-cta p * {
  color: inherit !important;
}

.ez-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.ez-final-cta .ez-btn-secondary {
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(255, 255, 255, 0.24);
  color: #fff;
  box-shadow: none;
}

/* Homepage-only Flatsome header polish */
body.home.page-id-9754 #wide-nav,
body.home.page-id-9754 .header-bottom {
  display: none !important;
}

#top-bar {
  min-height: 28px;
  background: linear-gradient(90deg, #111827 0%, #1f2937 58%, #e07b42 145%);
}

#top-bar .ez-topbar-hotline {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  color: rgba(255, 255, 255, 0.88);
  font-family: var(--ez-font-main);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

#top-bar .ez-topbar-hotline strong {
  margin-left: 6px;
  color: #ffb07a;
  font-weight: 900;
}

@media (max-width: 768px) {
  #top-bar {
    display: none;
  }
}

body.home.page-id-9754 #header,
body.home.page-id-9754 #header .header-wrapper,
body.home.page-id-9754 #masthead {
  background: transparent;
  box-shadow: none !important;
}

body.home.page-id-9754.header-shadow .header-wrapper,
body.home.page-id-9754 #header .header-wrapper.stuck {
  box-shadow: none !important;
}

body.home.page-id-9754 #masthead {
  padding: 4px 0;
}

body.home.page-id-9754 #masthead .header-inner {
  position: relative;
  width: min(100% - 56px, 1290px);
  min-height: 64px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 24px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.88));
  box-shadow:
    0 26px 72px rgba(15, 23, 42, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.90);
  backdrop-filter: blur(18px);
}

body.home.page-id-9754 #masthead .header-inner::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(224, 123, 66, 0.22), rgba(15, 23, 42, 0.08), rgba(224, 123, 66, 0.14));
}

body.home.page-id-9754 #logo img {
  width: auto;
  max-height: 42px;
}

body.home.page-id-9754 .header-main .nav {
  flex-wrap: nowrap;
}

body.home.page-id-9754 .header-nav-main > li {
  margin: 0 4px;
}

body.home.page-id-9754 .header-nav-main > li > a {
  min-height: 38px;
  padding-right: 12px;
  padding-left: 12px;
  border-radius: 999px;
  color: var(--ez-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  white-space: nowrap;
}

body.home.page-id-9754 #header .header-wrapper.stuck #top-bar,
body.home.page-id-9754.sticky-hide-on-scroll--active #top-bar {
  display: none;
}

body.home.page-id-9754 #header .header-wrapper.stuck #masthead,
body.home.page-id-9754 #header .header-wrapper.stuck .header-main {
  min-height: 72px;
  padding-top: 4px;
  padding-bottom: 4px;
}

body.home.page-id-9754 #header .header-wrapper.stuck #masthead .header-inner {
  min-height: 62px;
  box-shadow: 0 16px 44px rgba(15, 23, 42, 0.12);
}

body.home.page-id-9754 .header-nav-main > li > a:hover,
body.home.page-id-9754 .header-nav-main > li.active > a {
  background: rgba(224, 123, 66, 0.10);
  color: var(--ez-primary-dark);
}

body.home.page-id-9754 #masthead .header-search a,
body.home.page-id-9754 #masthead .cart-item a {
  border-radius: 999px;
}

/* Tablet */
@media (max-width: 1024px) {
  .ez-section {
    padding: 76px 0;
  }

  .ez-hero {
    min-height: auto;
    padding: 92px 0 76px;
  }

  .ez-hero-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .ez-hero-content {
    max-width: 820px;
  }

  .ez-hero-visual {
    min-height: 520px;
  }

  .ez-bento-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ez-bento-card--large,
  .ez-bento-card--wide {
    grid-column: span 1;
    grid-row: span 1;
  }

  .ez-product-grid,
  .ez-feature-grid,
  .ez-step-grid,
  .ez-chip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ez-step-card::after {
    display: none;
  }

  .ez-final-cta {
    grid-template-columns: 1fr;
  }

  .ez-final-cta__actions {
    justify-content: flex-start;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .ez-container {
    width: min(100% - 32px, 680px);
  }

  .ez-section {
    padding: 64px 0;
  }

  .ez-section-heading {
    margin-bottom: 30px;
    text-align: left;
  }

  .ez-section-heading .ez-eyebrow {
    margin: 0;
  }

  .ez-section-heading--split {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .ez-hero {
    padding: 54px 0 64px;
  }

  .ez-hero-content h1 {
    font-size: clamp(42px, 13vw, 56px);
    overflow-wrap: anywhere;
  }

  .ez-hero-content p {
    font-size: 16px;
    line-height: 1.72;
  }

  .ez-hero-content__actions,
  .ez-final-cta__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ez-btn {
    width: 100%;
  }

  .ez-hero-visual {
    min-height: 430px;
    border-radius: 28px;
  }

  .ez-hero-visual::before {
    inset: 24px;
    border-radius: 24px;
  }

  .ez-visual-card {
    min-height: 142px;
    padding: 18px;
    border-radius: 22px;
  }

  .ez-visual-card strong {
    font-size: 17px;
  }

  .ez-visual-card--review {
    top: 42px;
    left: 28px;
    width: 220px;
  }

  .ez-visual-card--business {
    right: 24px;
    top: 146px;
    width: 230px;
  }

  .ez-visual-card--rfid {
    left: 48px;
    bottom: 42px;
    width: 240px;
  }

  .ez-bento-grid,
  .ez-product-grid,
  .ez-feature-grid,
  .ez-step-grid,
  .ez-chip-grid {
    grid-template-columns: 1fr;
  }

  .ez-chip-grid span {
    min-height: 56px;
    justify-content: flex-start;
    border-radius: 18px;
  }

  .ez-final-cta {
    padding: 30px;
    border-radius: 28px;
  }

  body.home.page-id-9754 #masthead .header-inner {
    width: calc(100% - 24px);
    min-height: 58px;
    padding: 0 14px;
  }

  body.home.page-id-9754 #logo img {
    max-height: 34px;
  }

  body.home.page-id-9754 .header-search,
  body.home.page-id-9754 .header-search-dropdown {
    display: none;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .ez-container {
    width: calc(100vw - 32px);
    max-width: 358px;
  }

  .ez-eyebrow {
    font-size: 10px;
  }

  .ez-hero-content h1 {
    max-width: 330px;
    font-size: 30px;
    line-height: 1.08;
  }

  .ez-hero-content p {
    max-width: 330px;
  }

  .ez-hero-content__actions {
    max-width: 330px;
  }

  .ez-hero-visual {
    width: 330px;
    max-width: 100%;
    min-height: 356px;
    margin-right: 0;
    margin-left: 0;
  }

  .ez-visual-card--review {
    top: 40px;
    left: 22px;
    width: 176px;
  }

  .ez-visual-card--business {
    right: 18px;
    top: 138px;
    width: 152px;
  }

  .ez-visual-card--rfid {
    left: 40px;
    bottom: 36px;
    width: 196px;
  }

  .ez-visual-card strong {
    font-size: 15px;
  }

  .ez-bento-card,
  .ez-feature-card,
  .ez-step-card {
    padding: 22px;
    border-radius: 22px;
  }

  .ez-product-card {
    border-radius: 22px;
  }
}

/* Premium SaaS visual refinement pass */
.ez-home {
  --ez-muted: #5E6A7D;
  --ez-border: rgba(15, 23, 42, 0.085);
  --ez-shadow-soft: 0 34px 90px rgba(15, 23, 42, 0.10);
  --ez-shadow-card: 0 24px 56px rgba(15, 23, 42, 0.11);
  background:
    linear-gradient(180deg, #fff 0%, #fbfcff 32%, #fff 58%, #f8fafc 100%);
}

.ez-home::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 42%);
}

.ez-home::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.16;
  background-image: radial-gradient(circle at 1px 1px, rgba(15, 23, 42, 0.18) 1px, transparent 0);
  background-size: 18px 18px;
  mask-image: linear-gradient(180deg, transparent 0%, #000 10%, transparent 54%);
}

.ez-home > .ez-section {
  z-index: 1;
}

.ez-section {
  padding: 132px 0;
}

.ez-section--soft {
  background:
    radial-gradient(circle at 18% 10%, rgba(224, 123, 66, 0.08), transparent 28%),
    radial-gradient(circle at 84% 32%, rgba(99, 102, 241, 0.055), transparent 26%),
    linear-gradient(180deg, #fbfcff 0%, #f6f8fb 100%);
}

.ez-eyebrow {
  min-height: 28px;
  padding: 6px 11px;
  color: rgba(185, 91, 43, 0.88);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.105em;
  background: rgba(255, 255, 255, 0.76);
}

.ez-section-heading {
  gap: 18px;
  margin-bottom: 58px;
}

.ez-section-heading h2,
.ez-final-cta h2 {
  max-width: 860px;
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -0.02em;
}

.ez-btn {
  min-height: 56px;
  padding: 16px 25px;
  box-shadow: none;
}

.ez-btn-primary {
  box-shadow:
    0 20px 42px rgba(224, 123, 66, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.ez-btn-primary:hover,
.ez-btn-primary:focus {
  transform: translateY(-3px);
  box-shadow:
    0 28px 54px rgba(224, 123, 66, 0.40),
    inset 0 1px 0 rgba(255, 255, 255, 0.40);
}

.ez-btn-secondary {
  background: rgba(255, 255, 255, 0.86);
  box-shadow:
    0 14px 34px rgba(15, 23, 42, 0.075),
    inset 0 1px 0 rgba(255, 255, 255, 0.80);
}

.ez-hero {
  min-height: 88vh;
  padding: 128px 0 118px;
  background:
    radial-gradient(circle at 16% 20%, rgba(224, 123, 66, 0.14), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(59, 130, 246, 0.11), transparent 24%),
    radial-gradient(circle at 58% 86%, rgba(224, 123, 66, 0.065), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fbfcff 58%, #ffffff 100%);
}

.ez-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at 50% 20%, #000 0%, transparent 58%);
}

.ez-hero-content h1 {
  max-width: 720px;
  font-size: clamp(50px, 6.8vw, 82px);
  font-weight: 930;
  line-height: 0.98;
  letter-spacing: -0.038em;
}

.ez-gradient-text {
  background: linear-gradient(105deg, #111827 0%, #a6532b 36%, #f08b4b 72%, #d45f2d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ez-hero-content p {
  max-width: 560px;
  color: #536175;
  font-size: 18px;
  line-height: 1.82;
}

.ez-hero-content__actions {
  margin-top: 38px;
}

.ez-hero-visual {
  min-height: 620px;
  border-color: rgba(255, 255, 255, 0.82);
  border-radius: 42px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.46)),
    radial-gradient(circle at 76% 16%, rgba(224, 123, 66, 0.20), transparent 34%),
    radial-gradient(circle at 8% 86%, rgba(99, 102, 241, 0.10), transparent 32%);
  box-shadow:
    0 34px 90px rgba(15, 23, 42, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
  perspective: 1100px;
}

.ez-hero-visual::before {
  inset: 44px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.11), transparent 26%),
    radial-gradient(circle at 92% 12%, rgba(224, 123, 66, 0.18), transparent 26%),
    linear-gradient(135deg, #0b1020 0%, #141b2d 48%, #202b43 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 22px 60px rgba(15, 23, 42, 0.18);
}

.ez-visual-light {
  position: absolute;
  top: 44px;
  right: 58px;
  z-index: 1;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: rgba(224, 123, 66, 0.22);
  filter: blur(34px);
  opacity: 0.82;
}

.ez-visual-microbadges {
  position: absolute;
  inset: auto 58px 54px 58px;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ez-visual-microbadges span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ez-visual-card {
  border-color: rgba(255, 255, 255, 0.75);
  border-radius: 28px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.82)),
    #fff;
  box-shadow:
    0 34px 70px rgba(2, 6, 23, 0.27),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.ez-visual-card--review {
  top: 70px;
  left: 56px;
  width: 312px;
  min-height: 214px;
  transform: rotateX(4deg) rotateY(-10deg) rotateZ(-7deg);
}

.ez-visual-card--business {
  right: 46px;
  top: 158px;
  width: 320px;
  min-height: 228px;
  transform: rotateX(3deg) rotateY(9deg) rotateZ(5deg);
}

.ez-visual-card--rfid {
  left: 142px;
  bottom: 108px;
  width: 328px;
  min-height: 194px;
  transform: rotateX(3deg) rotateY(-4deg) rotateZ(2deg);
}

.ez-visual-card__badge {
  background: linear-gradient(135deg, rgba(224, 123, 66, 0.16), rgba(224, 123, 66, 0.06));
}

.ez-visual-card strong {
  font-size: 22px;
  letter-spacing: -0.02em;
}

.ez-bento-grid {
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  grid-auto-rows: minmax(250px, auto);
  gap: 22px;
}

.ez-bento-card {
  min-height: 250px;
  padding: 34px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 100%, rgba(224, 123, 66, 0.10), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.90));
}

.ez-bento-card--large {
  min-height: 522px;
  grid-column: span 1;
  grid-row: span 2;
  padding: 42px;
}

.ez-bento-card--wide {
  grid-column: span 2;
}

.ez-bento-card:nth-child(2),
.ez-bento-card:nth-child(5) {
  background:
    radial-gradient(circle at 88% 14%, rgba(99, 102, 241, 0.08), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.95));
}

.ez-bento-card__icon,
.ez-feature-card span {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.68);
}

.ez-bento-card h3,
.ez-feature-card h3,
.ez-step-card h3 {
  font-size: 24px;
  letter-spacing: -0.018em;
}

.ez-bento-card a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  width: fit-content;
  transition: color 180ms ease, gap 180ms ease;
}

.ez-bento-card a:hover {
  gap: 12px;
}

.ez-product-grid {
  gap: 26px;
}

.ez-product-card {
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
    #fff;
}

.ez-product-card__media {
  margin: 14px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 76% 18%, rgba(224, 123, 66, 0.14), transparent 28%),
    linear-gradient(180deg, #f6f8fb 0%, #fff 100%);
}

.ez-product-card__body {
  padding: 8px 20px 22px;
}

.ez-product-card__title {
  font-size: 15.5px;
  font-weight: 850;
}

.ez-product-card__price {
  font-size: 17px;
  letter-spacing: -0.01em;
}

.ez-product-card__link {
  min-height: 42px;
  background: rgba(15, 23, 42, 0.035);
  border-color: rgba(15, 23, 42, 0.07);
  color: var(--ez-dark);
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.ez-product-card__link:hover {
  background: var(--ez-primary-soft);
  border-color: rgba(224, 123, 66, 0.18);
  color: var(--ez-primary-dark);
}

.ez-feature-grid,
.ez-step-grid {
  gap: 22px;
}

.ez-feature-card,
.ez-step-card {
  padding: 32px;
  border-radius: 30px;
}

.ez-final-cta {
  grid-template-columns: 1fr;
  justify-items: center;
  padding: 72px 54px;
  text-align: center;
  border-radius: 40px;
  background:
    radial-gradient(circle at 48% -10%, rgba(255, 255, 255, 0.16), transparent 30%),
    radial-gradient(circle at 92% 18%, rgba(224, 123, 66, 0.42), transparent 28%),
    radial-gradient(circle at 0% 100%, rgba(59, 130, 246, 0.15), transparent 28%),
    linear-gradient(135deg, #080D19 0%, #121A2A 45%, #272133 100%);
}

.ez-final-cta::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.10), transparent 36%),
    radial-gradient(circle at 80% 20%, rgba(224, 123, 66, 0.16), transparent 32%);
}

.ez-final-cta > * {
  position: relative;
  z-index: 1;
}

.ez-final-cta .ez-eyebrow {
  margin: 0 auto;
}

.ez-final-cta h2 {
  margin-top: 22px;
}

.ez-final-cta p {
  margin-right: auto;
  margin-left: auto;
}

.ez-final-cta__actions {
  justify-content: center;
  margin-top: 6px;
}

.ez-final-cta .ez-btn-secondary {
  background: rgba(255, 255, 255, 0.11);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

@media (max-width: 1024px) {
  .ez-section {
    padding: 100px 0;
  }

  .ez-hero {
    min-height: auto;
  }

  .ez-bento-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ez-bento-card--large,
  .ez-bento-card--wide {
    min-height: 250px;
    grid-column: span 1;
    grid-row: span 1;
  }
}

@media (max-width: 768px) {
  .ez-home::before,
  .ez-home::after {
    display: none;
  }

  .ez-section {
    padding: 76px 0;
  }

  .ez-hero {
    padding-top: 70px;
  }

  .ez-hero-content h1 {
    font-size: clamp(40px, 12vw, 58px);
    letter-spacing: -0.03em;
  }

  .ez-hero-visual {
    min-height: 460px;
    border-radius: 32px;
  }

  .ez-visual-microbadges {
    display: none;
  }

  .ez-bento-grid {
    gap: 16px;
  }

  .ez-final-cta {
    padding: 42px 28px;
    text-align: left;
    justify-items: stretch;
  }

  .ez-final-cta .ez-eyebrow {
    margin: 0;
  }

  .ez-final-cta__actions {
    justify-content: stretch;
  }
}

@media (max-width: 480px) {
  .ez-section {
    padding: 66px 0;
  }

  .ez-hero-content {
    width: 100%;
    max-width: 312px;
    margin-right: auto;
    margin-left: auto;
  }

  .ez-hero-content h1 {
    max-width: 312px;
    font-size: 32px;
    line-height: 1.06;
  }

  .ez-hero-content p,
  .ez-hero-content__actions {
    max-width: 312px;
  }

  .ez-hero-visual {
    width: 312px;
    min-height: 374px;
    margin-right: auto;
    margin-left: auto;
  }

  .ez-hero-visual::before {
    inset: 22px;
  }

  .ez-visual-card--review {
    top: 52px;
    left: 34px;
    width: 174px;
  }

  .ez-visual-card--business {
    right: 18px;
    top: 164px;
    width: 154px;
  }

  .ez-visual-card--rfid {
    left: 42px;
    bottom: 46px;
    width: 184px;
  }

  .ez-visual-card {
    min-height: 130px;
    padding: 16px;
  }

  .ez-visual-card strong {
    font-size: 14px;
  }

  .ez-final-cta {
    padding: 34px 22px;
    border-radius: 30px;
  }
}

/* Visual richness pass: ecosystem details and storytelling layers */
.ez-section + .ez-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1180px, calc(100% - 48px));
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(224, 123, 66, 0.18), rgba(59, 130, 246, 0.12), transparent);
}

.ez-hero-visual {
  isolation: isolate;
}

.ez-visual-device,
.ez-visual-qr,
.ez-visual-chart,
.ez-visual-wave {
  position: absolute;
  z-index: 5;
  border: 1px solid rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 24px 52px rgba(2, 6, 23, 0.20);
}

.ez-visual-device {
  right: 34px;
  bottom: 78px;
  display: grid;
  width: 132px;
  min-height: 238px;
  padding: 18px 14px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.72)),
    #fff;
}

.ez-visual-device__speaker {
  justify-self: center;
  width: 42px;
  height: 4px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.18);
}

.ez-visual-device strong {
  margin-top: 24px;
  color: var(--ez-dark);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.16;
}

.ez-visual-device small {
  margin-top: 8px;
  color: var(--ez-muted);
  font-size: 10px;
  line-height: 1.45;
}

.ez-visual-device__stars {
  margin-top: 14px;
  color: #F59E0B;
  font-size: 12px;
  letter-spacing: 0.04em;
}

.ez-visual-device__button {
  align-self: end;
  display: inline-flex;
  justify-content: center;
  min-height: 30px;
  padding: 8px 10px;
  border-radius: 999px;
  background: var(--ez-dark);
  color: #fff;
  font-size: 10px;
  font-weight: 850;
}

.ez-visual-qr {
  left: 46px;
  bottom: 94px;
  display: grid;
  grid-template-columns: repeat(2, 18px);
  gap: 8px;
  padding: 13px;
  border-radius: 18px;
  transform: rotate(-8deg);
}

.ez-visual-qr span {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: linear-gradient(135deg, #111827, #344054);
}

.ez-visual-chart {
  top: 58px;
  right: 30px;
  display: grid;
  grid-template-columns: auto repeat(3, 8px);
  gap: 5px 8px;
  align-items: end;
  min-width: 140px;
  padding: 14px;
  border-radius: 18px;
  transform: rotate(5deg);
}

.ez-visual-chart strong {
  grid-column: 1 / -1;
  color: var(--ez-dark);
  font-size: 18px;
  font-weight: 900;
}

.ez-visual-chart small {
  color: var(--ez-muted);
  font-size: 10px;
  font-weight: 750;
}

.ez-visual-chart i {
  display: block;
  width: 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, #F09A5E, #E07B42);
}

.ez-visual-chart i:nth-of-type(1) {
  height: 22px;
}

.ez-visual-chart i:nth-of-type(2) {
  height: 34px;
}

.ez-visual-chart i:nth-of-type(3) {
  height: 48px;
}

.ez-visual-wave {
  top: 222px;
  left: 48px;
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border-radius: 999px;
  background: rgba(224, 123, 66, 0.10);
  box-shadow: none;
}

.ez-visual-wave span {
  position: absolute;
  border: 1px solid rgba(224, 123, 66, 0.34);
  border-radius: 999px;
}

.ez-visual-wave span:nth-child(1) {
  width: 24px;
  height: 24px;
}

.ez-visual-wave span:nth-child(2) {
  width: 46px;
  height: 46px;
}

.ez-visual-wave span:nth-child(3) {
  width: 70px;
  height: 70px;
}

.ez-visual-card--review,
.ez-visual-card--business,
.ez-visual-card--rfid {
  z-index: 3;
}

.ez-visual-photo {
  position: absolute;
  z-index: 2;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.64);
  background: #fff;
  box-shadow:
    0 30px 70px rgba(2, 6, 23, 0.30),
    inset 0 1px 0 rgba(255, 255, 255, 0.90);
}

.ez-visual-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ez-visual-photo--main {
  right: 62px;
  top: 72px;
  width: 238px;
  height: 238px;
  border-radius: 30px;
  transform: rotate(7deg);
}

.ez-visual-photo--scene {
  left: 62px;
  bottom: 72px;
  width: 238px;
  height: 156px;
  border-radius: 24px;
  transform: rotate(-6deg);
}

.ez-visual-photo--scene::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(8, 13, 25, 0.30));
  pointer-events: none;
}

.ez-bento-card__scene {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 0;
  width: 158px;
  height: 118px;
  opacity: 0.72;
  pointer-events: none;
}

.ez-bento-card__scene span {
  position: absolute;
  display: block;
  border: 1px solid rgba(224, 123, 66, 0.16);
  background: rgba(255, 255, 255, 0.54);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.ez-bento-card__scene span:nth-child(1) {
  right: 16px;
  bottom: 8px;
  width: 96px;
  height: 58px;
  border-radius: 16px;
  transform: rotate(-8deg);
}

.ez-bento-card__scene span:nth-child(2) {
  right: 78px;
  bottom: 48px;
  width: 54px;
  height: 72px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(224, 123, 66, 0.13), rgba(255, 255, 255, 0.62));
}

.ez-bento-card__scene span:nth-child(3) {
  right: 0;
  bottom: 66px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(59, 130, 246, 0.08);
}

.ez-bento-card > *:not(.ez-bento-card__scene) {
  position: relative;
  z-index: 1;
}

.ez-bento-card--large .ez-bento-card__scene {
  width: 220px;
  height: 160px;
}

.ez-bento-card__photo {
  position: relative;
  z-index: 1;
  order: -1;
  width: 100%;
  aspect-ratio: 1.72 / 1;
  margin: 0 0 28px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  background: #111827;
  box-shadow: 0 22px 46px rgba(15, 23, 42, 0.12);
}

.ez-bento-card__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ez-bento-card__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(15, 23, 42, 0.26)),
    radial-gradient(circle at 82% 20%, rgba(224, 123, 66, 0.20), transparent 32%);
  pointer-events: none;
}

.ez-product-card__media {
  position: relative;
}

.ez-product-card__tag {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 6px 9px;
  border: 1px solid rgba(224, 123, 66, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--ez-primary-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ez-product-card__shine {
  position: absolute;
  inset: auto 16px 12px;
  height: 22px;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(15, 23, 42, 0.13), transparent 68%);
  filter: blur(8px);
  opacity: 0.65;
}

.ez-product-card:hover .ez-product-card__shine {
  opacity: 0.9;
}

.ez-final-cta__visuals {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(circle at 72% 20%, #000 0%, transparent 62%);
}

.ez-final-cta__glass {
  position: absolute;
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 11px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.70);
  font-size: 12px;
  font-weight: 850;
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.18);
}

.ez-final-cta__glass--one {
  top: 28px;
  left: 38px;
  transform: rotate(-8deg);
}

.ez-final-cta__glass--two {
  right: 44px;
  top: 42px;
  transform: rotate(6deg);
}

.ez-final-cta__glass--three {
  right: 18%;
  bottom: 30px;
  transform: rotate(-4deg);
}

@media (max-width: 1024px) {
  .ez-visual-device,
  .ez-visual-chart {
    display: none;
  }

  .ez-visual-qr {
    left: 34px;
  }

  .ez-visual-photo--main {
    right: 46px;
  }

  .ez-visual-photo--scene {
    left: 46px;
  }
}

@media (max-width: 768px) {
  .ez-section + .ez-section::before,
  .ez-bento-card__scene,
  .ez-final-cta__visuals {
    display: none;
  }

  .ez-visual-qr,
  .ez-visual-wave {
    opacity: 0.58;
    transform: scale(0.82);
  }

  .ez-visual-photo--main {
    right: 26px;
    top: 54px;
    width: 156px;
    height: 156px;
    border-radius: 22px;
  }

  .ez-visual-photo--scene {
    left: 28px;
    bottom: 58px;
    width: 170px;
    height: 112px;
    border-radius: 20px;
  }
}

@media (max-width: 480px) {
  .ez-visual-qr,
  .ez-visual-wave {
    display: none;
  }

  .ez-visual-photo--main {
    right: 22px;
    top: 52px;
    width: 128px;
    height: 128px;
  }

  .ez-visual-photo--scene {
    left: 24px;
    bottom: 54px;
    width: 150px;
    height: 100px;
  }
}

/* Image placement tuning */
.ez-visual-photo--main {
  z-index: 4;
  right: 72px;
  top: 96px;
  width: 184px;
  height: 184px;
  transform: rotate(8deg);
}

.ez-visual-photo--scene {
  z-index: 4;
}

.ez-visual-chart {
  top: 44px;
  right: 34px;
}

.ez-visual-card--business {
  right: 58px;
  top: 210px;
}

.ez-visual-card--rfid {
  bottom: 92px;
}

@media (max-width: 768px) {
  .ez-visual-photo--main {
    right: 24px;
    top: 58px;
    width: 138px;
    height: 138px;
  }

  .ez-visual-card--business {
    top: 156px;
  }
}

@media (max-width: 480px) {
  .ez-visual-photo--main {
    right: 22px;
    top: 54px;
    width: 116px;
    height: 116px;
  }
}

/* Hero simplification pass: fewer focal points, stronger premium hierarchy */
.ez-home .ez-hero {
  min-height: 88vh;
  padding: 128px 0 112px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 22%, rgba(224, 123, 66, 0.15), transparent 34%),
    radial-gradient(circle at 12% 18%, rgba(56, 102, 255, 0.08), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 58%, #ffffff 100%);
}

.ez-home .ez-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at 70% 20%, #000 0%, transparent 62%);
}

.ez-home .ez-hero__blob {
  opacity: 0.30;
  filter: blur(52px);
}

.ez-home .ez-hero-grid {
  grid-template-columns: minmax(0, 0.86fr) minmax(520px, 1fr);
  gap: clamp(64px, 7vw, 112px);
  align-items: center;
}

.ez-home .ez-hero-content {
  max-width: 610px;
}

.ez-home .ez-hero-content h1 {
  max-width: 640px;
  margin-top: 24px;
  font-size: clamp(46px, 5.8vw, 76px);
  font-weight: 920;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.ez-home .ez-hero-content p {
  max-width: 560px;
  margin-top: 26px;
  color: #536175;
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.78;
}

.ez-home .ez-gradient-text {
  background: linear-gradient(105deg, #101827 0%, #a54f24 42%, #e07b42 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.ez-home .ez-hero-content__actions {
  gap: 12px;
  margin-top: 34px;
}

.ez-home .ez-hero .ez-btn {
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 850;
}

.ez-home .ez-hero .ez-btn-primary {
  background: linear-gradient(135deg, #d96f38 0%, #ee9560 100%);
  border-color: rgba(224, 123, 66, 0.72);
  box-shadow: 0 14px 30px rgba(224, 123, 66, 0.24);
}

.ez-home .ez-hero .ez-btn-primary:hover,
.ez-home .ez-hero .ez-btn-primary:focus {
  box-shadow: 0 20px 42px rgba(224, 123, 66, 0.30);
}

.ez-home .ez-hero .ez-btn-secondary {
  background: rgba(255, 255, 255, 0.74);
  border-color: rgba(15, 23, 42, 0.10);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.ez-home .ez-hero-visual {
  position: relative;
  min-height: 588px;
  border: 0;
  border-radius: 44px;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

.ez-home .ez-hero-visual::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 58px 26px 52px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 40px;
  background:
    radial-gradient(circle at 68% 18%, rgba(224, 123, 66, 0.24), transparent 34%),
    radial-gradient(circle at 18% 82%, rgba(92, 124, 250, 0.16), transparent 35%),
    linear-gradient(135deg, #080d19 0%, #141b2d 54%, #20283d 100%);
  box-shadow:
    0 38px 96px rgba(15, 23, 42, 0.20),
    inset 0 1px 0 rgba(255, 255, 255, 0.13);
}

.ez-home .ez-hero-visual::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 82px 54px 78px;
  pointer-events: none;
  border-radius: 34px;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.45;
  mask-image: linear-gradient(135deg, transparent 4%, #000 38%, transparent 88%);
}

.ez-home .ez-visual-light {
  z-index: 2;
  inset: 52px 30px 50px;
  border-radius: 42px;
  opacity: 0.72;
  background:
    radial-gradient(circle at 48% 30%, rgba(255, 255, 255, 0.20), transparent 24%),
    radial-gradient(circle at 62% 42%, rgba(224, 123, 66, 0.30), transparent 34%);
  filter: blur(18px);
}

.ez-home .ez-visual-photo--main {
  z-index: 4;
  top: 92px;
  left: 50%;
  right: auto;
  width: min(64%, 390px);
  height: min(64%, 390px);
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 34px;
  transform: translateX(-50%) rotate(-2.5deg);
  box-shadow:
    0 34px 74px rgba(0, 0, 0, 0.34),
    0 0 0 10px rgba(255, 255, 255, 0.045);
}

.ez-home .ez-visual-photo--main img {
  object-fit: cover;
}

.ez-home .ez-visual-chart {
  z-index: 5;
  top: 88px;
  right: 8px;
  width: 146px;
  min-height: 118px;
  display: grid;
  grid-template-columns: auto repeat(3, 8px);
  align-content: end;
  gap: 6px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.16);
}

.ez-home .ez-visual-chart strong {
  grid-column: 1 / -1;
  color: #111827;
  font-size: 24px;
  font-weight: 920;
  letter-spacing: -0.04em;
}

.ez-home .ez-visual-chart small {
  grid-column: 1 / -1;
  color: #667085;
  font-size: 11px;
  font-weight: 800;
}

.ez-home .ez-visual-chart i {
  align-self: end;
  width: 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f8b17b 0%, #e07b42 100%);
}

.ez-home .ez-visual-device {
  z-index: 5;
  right: 34px;
  bottom: 74px;
  width: 148px;
  min-height: 246px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.60);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 252, 0.88));
  box-shadow:
    0 28px 62px rgba(15, 23, 42, 0.20),
    inset 0 1px 0 rgba(255, 255, 255, 0.80);
}

.ez-home .ez-visual-device__speaker {
  width: 34px;
  height: 4px;
  background: rgba(15, 23, 42, 0.16);
}

.ez-home .ez-visual-device strong {
  margin-top: 24px;
  color: #111827;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
}

.ez-home .ez-visual-device small {
  margin-top: 8px;
  color: #667085;
  font-size: 10px;
  line-height: 1.45;
}

.ez-home .ez-visual-device__stars {
  margin-top: 16px;
  color: #f59e0b;
  font-size: 12px;
  letter-spacing: 0.03em;
}

.ez-home .ez-visual-device__button {
  min-height: 30px;
  margin-top: 22px;
  border-radius: 999px;
  background: #111827;
  font-size: 10px;
  font-weight: 850;
}

.ez-home .ez-visual-photo--scene,
.ez-home .ez-visual-qr,
.ez-home .ez-visual-wave,
.ez-home .ez-visual-microbadges,
.ez-home .ez-visual-card,
.ez-home .ez-visual-orbit {
  display: none;
}

@media (max-width: 1024px) {
  .ez-home .ez-hero {
    min-height: auto;
    padding: 96px 0 88px;
  }

  .ez-home .ez-hero-grid {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .ez-home .ez-hero-content {
    max-width: 760px;
  }

  .ez-home .ez-hero-visual {
    width: min(100%, 640px);
    min-height: 540px;
    margin: 0 auto;
  }

  .ez-home .ez-visual-chart,
  .ez-home .ez-visual-device {
    display: grid;
  }
}

@media (max-width: 768px) {
  .ez-home .ez-hero {
    padding: 72px 0 68px;
  }

  .ez-home .ez-hero-content h1 {
    font-size: clamp(38px, 10vw, 54px);
    line-height: 1.02;
  }

  .ez-home .ez-hero-content p {
    font-size: 16px;
    line-height: 1.72;
  }

  .ez-home .ez-hero-visual {
    width: min(100%, 390px);
    min-height: 410px;
  }

  .ez-home .ez-hero-visual::before {
    inset: 28px 0 24px;
    border-radius: 32px;
  }

  .ez-home .ez-hero-visual::after {
    inset: 50px 24px 48px;
    border-radius: 26px;
  }

  .ez-home .ez-visual-light {
    inset: 30px 4px 24px;
  }

  .ez-home .ez-visual-photo--main {
    top: 66px;
    width: 250px;
    height: 250px;
    border-radius: 28px;
  }

  .ez-home .ez-visual-chart {
    display: none;
  }

  .ez-home .ez-visual-device {
    right: 4px;
    bottom: 38px;
    width: 122px;
    min-height: 198px;
    padding: 15px;
    border-radius: 26px;
  }
}

@media (max-width: 480px) {
  .ez-home .ez-hero {
    padding: 58px 0 58px;
  }

  .ez-home .ez-hero-content h1 {
    font-size: clamp(34px, 12vw, 44px);
    letter-spacing: -0.035em;
  }

  .ez-home .ez-hero-content__actions {
    gap: 10px;
  }

  .ez-home .ez-hero .ez-btn {
    min-height: 50px;
  }

  .ez-home .ez-hero-visual {
    width: min(100%, 330px);
    min-height: 350px;
  }

  .ez-home .ez-visual-photo--main {
    top: 58px;
    width: 214px;
    height: 214px;
    border-radius: 24px;
  }

  .ez-home .ez-visual-device {
    right: -2px;
    bottom: 32px;
    width: 108px;
    min-height: 178px;
    padding: 13px;
  }

  .ez-home .ez-visual-device small {
    display: none;
  }
}

/* Bento media crop tuning */
.ez-home .ez-bento-card--large .ez-bento-card__photo {
  aspect-ratio: 1.52 / 1;
  background:
    radial-gradient(circle at 50% 12%, rgba(224, 123, 66, 0.08), transparent 42%),
    linear-gradient(180deg, #fffaf7 0%, #f8fafc 100%);
}

.ez-home .ez-bento-card--large .ez-bento-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.ez-home .ez-bento-card--large .ez-bento-card__photo::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(15, 23, 42, 0.06)),
    radial-gradient(circle at 82% 20%, rgba(224, 123, 66, 0.10), transparent 32%);
}

@media (max-width: 768px) {
  .ez-home .ez-bento-card--large .ez-bento-card__photo {
    aspect-ratio: 1.18 / 1;
  }
}

/* Homepage trust strip and FAQ */
.ez-home .ez-trust-strip {
  position: relative;
  z-index: 2;
  margin-top: -34px;
  padding: 0 0 26px;
}

.ez-home .ez-trust-strip__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.08);
}

.ez-home .ez-trust-strip__inner span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 6px 12px;
  border-radius: 999px;
  color: #536175;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
}

.ez-home .ez-trust-strip__inner span::before {
  content: "";
  flex: 0 0 6px;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 999px;
  background: var(--ez-primary);
  box-shadow: 0 0 0 4px rgba(224, 123, 66, 0.10);
}

.ez-home .ez-faq {
  background:
    radial-gradient(circle at 12% 0%, rgba(224, 123, 66, 0.08), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.ez-home .ez-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ez-home .ez-faq-item {
  border: 1px solid rgba(15, 23, 42, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.055);
}

.ez-home .ez-faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 22px 24px;
  color: var(--ez-dark);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.35;
}

.ez-home .ez-faq-item summary::-webkit-details-marker {
  display: none;
}

.ez-home .ez-faq-item summary::after {
  content: "+";
  float: right;
  margin-left: 16px;
  color: var(--ez-primary-dark);
  font-size: 20px;
  line-height: 1;
}

.ez-home .ez-faq-item[open] summary::after {
  content: "-";
}

.ez-home .ez-faq-item p {
  margin: -8px 24px 24px;
  color: #667085;
  font-size: 15px;
  line-height: 1.7;
}

@media (max-width: 1024px) {
  .ez-home .ez-trust-strip {
    margin-top: -18px;
  }

  .ez-home .ez-trust-strip__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 24px;
  }

  .ez-home .ez-trust-strip__inner span {
    white-space: normal;
  }
}

@media (max-width: 768px) {
  .ez-home .ez-trust-strip {
    margin-top: 0;
    padding-bottom: 18px;
  }

  .ez-home .ez-trust-strip__inner,
  .ez-home .ez-faq-grid {
    grid-template-columns: 1fr;
  }

  .ez-home .ez-trust-strip__inner {
    padding: 8px;
  }

  .ez-home .ez-trust-strip__inner span {
    min-height: 32px;
    justify-content: flex-start;
    font-size: 12px;
  }

  .ez-home .ez-faq-item summary {
    padding: 20px;
    font-size: 16px;
  }

  .ez-home .ez-faq-item p {
    margin: -6px 20px 20px;
  }
}

@media (max-width: 480px) {
  .ez-home .ez-product-grid {
    gap: 16px;
  }

  .ez-home .ez-product-card__media {
    aspect-ratio: 1 / 0.82;
  }
}

/* V4 footer polish */
.footer-wrapper,
.footer-2,
.absolute-footer {
  background:
    radial-gradient(circle at 18% 0%, rgba(224, 123, 66, 0.16), transparent 28%),
    radial-gradient(circle at 86% 12%, rgba(56, 102, 255, 0.10), transparent 30%),
    linear-gradient(135deg, #101827 0%, #161f2d 52%, #0b111d 100%);
  color: rgba(255, 255, 255, 0.76);
  font-family: var(--ez-font-main);
}

.footer-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-wrapper .widget,
.footer-wrapper .col-inner {
  color: rgba(255, 255, 255, 0.76);
}

.footer-wrapper .widget {
  margin-bottom: 20px;
}

.footer-wrapper h1,
.footer-wrapper h2,
.footer-wrapper h3,
.footer-wrapper h4,
.footer-wrapper h5,
.footer-wrapper h6,
.footer-wrapper .widget-title,
.footer-wrapper .widgettitle {
  color: #ffffff;
  font-family: var(--ez-font-main);
  font-weight: 900;
  letter-spacing: -0.01em;
}

.footer-wrapper p,
.footer-wrapper li,
.footer-wrapper span,
.footer-wrapper td {
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--ez-font-main);
  font-size: 14px;
  line-height: 1.72;
}

.footer-wrapper a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

.footer-wrapper a:hover,
.absolute-footer a:hover {
  color: #E07B42;
}

.footer-wrapper img {
  max-height: 58px;
  width: auto;
}

.footer-wrapper .social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.footer-wrapper .social-icons a,
.footer-wrapper .social-icons .button,
.footer-wrapper .icon {
  width: 34px;
  height: 34px;
  min-height: 34px;
  border-color: rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.82);
}

.footer-wrapper .social-icons a:hover,
.footer-wrapper .social-icons .button:hover {
  border-color: rgba(224, 123, 66, 0.72);
  color: #E07B42;
  background: rgba(224, 123, 66, 0.10);
}

.footer-wrapper .follow-icons + span,
.footer-wrapper .social-icons + span,
.footer-wrapper .widget:has(.social-icons) .is-divider + p {
  display: none;
}

.footer-2 {
  padding-top: 40px;
  padding-bottom: 30px;
}

.absolute-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.62);
}

.absolute-footer,
.absolute-footer p,
.absolute-footer span {
  font-family: var(--ez-font-main);
  font-size: 12px;
}

/* Products mega menu */
.ez-products-mega,
.ez-products-mega * {
  box-sizing: border-box;
}

.ez-products-mega {
  width: min(1120px, calc(100vw - 48px));
  padding: 32px;
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 28px;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  background:
    radial-gradient(circle at 10% 0%, rgba(224, 123, 66, 0.08), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%);
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.14);
  color: var(--ez-text);
  font-family: var(--ez-font-main);
}

.nav-dropdown:has(.ez-products-mega) {
  width: min(1120px, calc(100vw - 48px));
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 24px;
  background: transparent;
  box-shadow: none;
}

.ez-products-mega__section-head {
  display: grid;
  gap: 7px;
  margin-bottom: 16px;
}

.ez-products-mega__section-head span {
  color: var(--ez-primary-dark);
  font-size: 11px;
  font-weight: 850;
  line-height: 1.1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ez-products-mega__section-head h3 {
  margin: 0;
  color: var(--ez-dark);
  font-family: var(--ez-font-main);
  font-size: 20px;
  font-weight: 850;
  line-height: 1.18;
  letter-spacing: 0;
}

.ez-products-mega__category-list {
  display: grid;
  gap: 10px;
}

.ez-products-mega__category,
.ez-products-mega__solution {
  color: inherit;
  text-decoration: none;
}

.ez-products-mega__category {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 70px;
  padding: 12px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.ez-products-mega__category:hover {
  transform: translateY(-2px);
  border-color: rgba(224, 123, 66, 0.24);
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.ez-products-mega__icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(224, 123, 66, 0.18);
  border-radius: 14px;
  background: rgba(224, 123, 66, 0.10);
  color: var(--ez-primary-dark);
  font-size: 15px;
  font-weight: 850;
  line-height: 1;
}

.ez-products-mega__copy,
.ez-products-mega__title-row {
  min-width: 0;
  display: grid;
}

.ez-products-mega__title-row {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
}

.ez-products-mega__title-row strong,
.ez-products-mega__solution strong {
  color: var(--ez-dark);
  font-family: var(--ez-font-main);
  font-weight: 850;
  letter-spacing: 0;
}

.ez-products-mega__title-row strong {
  overflow: hidden;
  font-size: 14px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ez-products-mega__title-row em {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 3px 7px;
  border-radius: 999px;
  background: rgba(224, 123, 66, 0.12);
  color: var(--ez-primary-dark);
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.ez-products-mega__category small,
.ez-products-mega__solution small {
  color: var(--ez-muted);
  font-family: var(--ez-font-main);
  font-size: 12px;
  line-height: 1.45;
}

.ez-products-mega__featured {
  min-width: 0;
  padding-left: 28px;
  border-left: 1px solid rgba(15, 23, 42, 0.08);
}

.ez-products-mega__solution-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.ez-products-mega__solution {
  min-width: 0;
  min-height: 260px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.ez-products-mega__solution:hover {
  transform: translateY(-3px);
  border-color: rgba(224, 123, 66, 0.26);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.11);
}

.ez-products-mega__visual {
  position: relative;
  overflow: hidden;
  height: 112px;
  display: block;
  border-radius: 18px;
  background:
    radial-gradient(circle at 18% 16%, rgba(224, 123, 66, 0.18), transparent 28%),
    linear-gradient(135deg, #f8fafc 0%, #eef2f7 100%);
}

.ez-products-mega__visual::before,
.ez-products-mega__visual::after,
.ez-products-mega__visual span {
  content: "";
  position: absolute;
  display: block;
}

.ez-products-mega__visual::before {
  inset: 14px auto auto 16px;
  width: 58px;
  height: 72px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ffffff 0%, #f5f7fb 100%);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
}

.ez-products-mega__visual::after {
  right: 18px;
  bottom: 18px;
  width: 54px;
  height: 34px;
  border: 1px solid rgba(224, 123, 66, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.ez-products-mega__visual span {
  left: 56px;
  bottom: 20px;
  width: 92px;
  height: 54px;
  border-radius: 15px;
  background: linear-gradient(135deg, #172033 0%, #26354f 100%);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.20);
  transform: rotate(-7deg);
}

.ez-products-mega__visual--photo {
  background: #f3f4f6;
}

.ez-products-mega__visual--photo::before,
.ez-products-mega__visual--photo::after {
  display: none;
}

.ez-products-mega__visual--photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 58%;
  transition: transform 220ms ease;
}

.ez-products-mega__solution:hover .ez-products-mega__visual--photo img {
  transform: scale(1.035);
}

.ez-products-mega__visual--stand span {
  width: 74px;
  height: 64px;
  border-radius: 13px 13px 7px 7px;
  transform: rotate(-3deg);
}

.ez-products-mega__visual--card span {
  width: 110px;
  height: 62px;
  transform: rotate(-8deg);
}

.ez-products-mega__visual--rfid span {
  width: 96px;
  height: 58px;
  background: linear-gradient(135deg, #ffffff 0%, #dfe6ef 100%);
  transform: rotate(-6deg);
}

.ez-products-mega__solution strong {
  font-size: 16px;
  line-height: 1.25;
}

.ez-products-mega__solution small {
  flex: 1;
}

.ez-products-mega__link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--ez-primary-dark);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.2;
}

.ez-products-mega__link b {
  color: var(--ez-primary);
  font-weight: 850;
  transition: transform 180ms ease;
}

.ez-products-mega__solution:hover .ez-products-mega__link b {
  transform: translateX(3px);
}

@media (min-width: 1024px) and (max-width: 1180px) {
  .ez-products-mega {
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 22px;
    padding: 28px;
  }

  .ez-products-mega__featured {
    padding-left: 22px;
  }
}

@media (max-width: 1023px) {
  .ez-products-mega {
    display: none;
  }
}

/* Solutions landing page */
.ez-solutions-page {
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  background: #ffffff;
  color: var(--ez-text);
  font-family: var(--ez-font-main);
}

.ez-solutions-page *,
.ez-solutions-page *::before,
.ez-solutions-page *::after {
  box-sizing: border-box;
}

.ez-solutions-page a {
  text-decoration: none;
}

.ez-solutions-page .ez-section-heading p {
  max-width: 520px;
  margin: 0;
  color: var(--ez-muted);
  font-size: 16px;
  line-height: 1.7;
}

.ez-solutions-hero {
  padding-top: 92px;
  background:
    radial-gradient(circle at 82% 12%, rgba(224, 123, 66, 0.13), transparent 30%),
    radial-gradient(circle at 12% 24%, rgba(56, 102, 255, 0.08), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.ez-solutions-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
  gap: 58px;
  align-items: center;
}

.ez-solutions-hero__copy {
  display: grid;
  gap: 22px;
}

.ez-solutions-hero__copy h1 {
  max-width: 820px;
  margin: 0;
  color: var(--ez-dark);
  font-family: var(--ez-font-main);
  font-size: clamp(38px, 6vw, 68px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
}

.ez-solutions-hero__copy p {
  max-width: 720px;
  margin: 0;
  color: var(--ez-muted);
  font-size: 18px;
  line-height: 1.75;
}

.ez-solutions-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.ez-solutions-hero__visual {
  position: relative;
  min-height: 470px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(248, 250, 252, 0.78)),
    radial-gradient(circle at 30% 18%, rgba(224, 123, 66, 0.13), transparent 32%);
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.10);
  overflow: hidden;
}

.ez-solutions-hero__visual::before {
  content: "";
  position: absolute;
  inset: 48px;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.48);
}

.ez-solutions-mockup {
  position: absolute;
  display: grid;
  gap: 9px;
  min-width: 210px;
  padding: 22px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 22px 46px rgba(15, 23, 42, 0.12);
}

.ez-solutions-mockup span {
  color: var(--ez-primary-dark);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ez-solutions-mockup strong {
  color: var(--ez-dark);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
}

.ez-solutions-mockup::after {
  content: "";
  width: 74px;
  height: 38px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ez-primary), #f5b285);
  opacity: 0.18;
}

.ez-solutions-mockup--review {
  top: 62px;
  right: 48px;
}

.ez-solutions-mockup--nfc {
  top: 184px;
  left: 48px;
  transform: rotate(-4deg);
}

.ez-solutions-mockup--rfid {
  right: 64px;
  bottom: 58px;
  transform: rotate(3deg);
}

.ez-solutions-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ez-solutions-card,
.ez-solutions-industry-card,
.ez-solutions-step,
.ez-solutions-faq-item {
  border: 1px solid rgba(15, 23, 42, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.065);
}

.ez-solutions-card {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.ez-solutions-card:hover,
.ez-solutions-industry-card:hover,
.ez-solutions-step:hover {
  transform: translateY(-3px);
  border-color: rgba(224, 123, 66, 0.24);
  box-shadow: 0 24px 52px rgba(15, 23, 42, 0.09);
}

.ez-solutions-card__icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border: 1px solid rgba(224, 123, 66, 0.18);
  border-radius: 16px;
  background: rgba(224, 123, 66, 0.10);
  color: var(--ez-primary-dark);
  font-size: 17px;
  font-weight: 900;
}

.ez-solutions-card h3,
.ez-solutions-industry-card h3,
.ez-solutions-step h3 {
  margin: 0;
  color: var(--ez-dark);
  font-family: var(--ez-font-main);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.22;
  letter-spacing: 0;
}

.ez-solutions-card p,
.ez-solutions-step p {
  margin: 12px 0 0;
  color: var(--ez-muted);
  font-size: 14px;
  line-height: 1.7;
}

.ez-solutions-card ul {
  display: grid;
  gap: 10px;
  margin: 20px 0 22px;
  padding: 0;
  list-style: none;
}

.ez-solutions-card li {
  position: relative;
  padding-left: 22px;
  color: #344054;
  font-size: 13px;
  line-height: 1.55;
}

.ez-solutions-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ez-primary);
  box-shadow: 0 0 0 4px rgba(224, 123, 66, 0.12);
}

.ez-solutions-card a {
  margin-top: auto;
  color: var(--ez-primary-dark);
  font-size: 14px;
  font-weight: 850;
}

.ez-solutions-card a span {
  display: inline-block;
  color: var(--ez-primary);
  transition: transform 180ms ease;
}

.ez-solutions-card a:hover span {
  transform: translateX(3px);
}

.ez-solutions-industry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ez-solutions-industry-card {
  padding: 24px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.ez-solutions-industry-card dl {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
}

.ez-solutions-industry-card dt {
  margin-top: 6px;
  color: var(--ez-primary-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ez-solutions-industry-card dd {
  margin: 0;
  color: var(--ez-muted);
  font-size: 14px;
  line-height: 1.65;
}

.ez-solutions-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ez-solutions-step {
  min-height: 250px;
  padding: 26px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.ez-solutions-step span {
  display: inline-block;
  margin-bottom: 34px;
  color: rgba(224, 123, 66, 0.28);
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
}

.ez-solutions-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(15, 23, 42, 0.09);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.07);
}

.ez-solutions-table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
  border: 0;
  margin: 0;
  font-family: var(--ez-font-main);
}

.ez-solutions-table th,
.ez-solutions-table td {
  padding: 18px 20px;
  border: 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  color: var(--ez-muted);
  font-size: 14px;
  line-height: 1.55;
  text-align: left;
  vertical-align: top;
}

.ez-solutions-table thead th {
  background: #f8fafc;
  color: var(--ez-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.ez-solutions-table tbody th {
  color: var(--ez-dark);
  font-size: 16px;
  font-weight: 900;
}

.ez-solutions-table tbody tr:last-child th,
.ez-solutions-table tbody tr:last-child td {
  border-bottom: 0;
}

.ez-solutions-cta-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ez-solutions-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  padding: 44px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 28px;
  background:
    radial-gradient(circle at 84% 0%, rgba(224, 123, 66, 0.30), transparent 32%),
    linear-gradient(135deg, #101827 0%, #172033 56%, #0c111d 100%);
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.20);
}

.ez-solutions-cta .ez-eyebrow {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  color: #f7b58d;
}

.ez-solutions-cta h2 {
  max-width: 720px;
  margin: 16px 0 12px;
  color: #ffffff;
  font-family: var(--ez-font-main);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
}

.ez-solutions-cta p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.75;
}

.ez-solutions-cta .ez-btn-secondary,
.ez-solutions-dark-btn {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.ez-solutions-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ez-solutions-faq-item {
  overflow: hidden;
}

.ez-solutions-faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 22px 24px;
  color: var(--ez-dark);
  font-family: var(--ez-font-main);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

.ez-solutions-faq-item summary::-webkit-details-marker {
  display: none;
}

.ez-solutions-faq-item summary::after {
  content: "+";
  float: right;
  margin-left: 16px;
  color: var(--ez-primary-dark);
  font-size: 20px;
  line-height: 1;
}

.ez-solutions-faq-item[open] summary::after {
  content: "-";
}

.ez-solutions-faq-item p {
  margin: -6px 24px 24px;
  color: var(--ez-muted);
  font-size: 14px;
  line-height: 1.75;
}

@media (max-width: 1180px) {
  .ez-solutions-hero__grid {
    grid-template-columns: 1fr;
  }

  .ez-solutions-hero__visual {
    min-height: 390px;
  }

  .ez-solutions-grid,
  .ez-solutions-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .ez-solutions-page .ez-section-heading--split {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ez-solutions-industry-grid,
  .ez-solutions-faq-grid {
    grid-template-columns: 1fr;
  }

  .ez-solutions-cta {
    grid-template-columns: 1fr;
    padding: 32px;
  }
}

@media (max-width: 640px) {
  .ez-solutions-hero {
    padding-top: 64px;
  }

  .ez-solutions-hero__grid {
    gap: 34px;
  }

  .ez-solutions-hero__copy p {
    font-size: 16px;
  }

  .ez-solutions-actions,
  .ez-solutions-actions .ez-btn {
    width: 100%;
  }

  .ez-solutions-actions .ez-btn {
    justify-content: center;
  }

  .ez-solutions-hero__visual {
    min-height: 430px;
    border-radius: 26px;
  }

  .ez-solutions-hero__visual::before {
    inset: 24px;
  }

  .ez-solutions-mockup {
    min-width: 190px;
    padding: 18px;
  }

  .ez-solutions-mockup strong {
    font-size: 20px;
  }

  .ez-solutions-mockup--review {
    top: 42px;
    right: 22px;
  }

  .ez-solutions-mockup--nfc {
    top: 172px;
    left: 22px;
  }

  .ez-solutions-mockup--rfid {
    right: 28px;
    bottom: 36px;
  }

  .ez-solutions-grid,
  .ez-solutions-process-grid {
    grid-template-columns: 1fr;
  }

  .ez-solutions-card,
  .ez-solutions-step,
  .ez-solutions-industry-card {
    min-height: 0;
    padding: 22px;
  }

  .ez-solutions-cta {
    padding: 28px 22px;
    border-radius: 24px;
  }

  .ez-solutions-faq-item summary {
    padding: 20px;
  }

  .ez-solutions-faq-item p {
    margin: -4px 20px 20px;
  }
}
