body.home-v4 {
  --container: 1480px;
  --home-gutter: clamp(22px, 4.5vw, 86px);
  --home-ink: #101827;
  --home-blue: #dcecff;
  --home-teal: #0f8d82;
  --home-warm: #fff7ee;
  background: #ffffff;
}

.home-v4 .nav-shell {
  width: min(var(--container), calc(100% - (var(--home-gutter) * 2)));
  min-height: 76px;
}

.home-v4 .brand img {
  width: 188px;
}

.home-v4 .button {
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 12px;
}

.home-v4 .button-small {
  min-height: 42px;
  padding: 10px 16px;
}

.dz-home-shell {
  width: min(1320px, calc(100% - (var(--home-gutter) * 2)));
  margin: 0 auto;
}

.dz-home-hero {
  position: relative;
  min-height: clamp(720px, calc(100svh - 76px), 900px);
  overflow: hidden;
  background:
    radial-gradient(circle at 77% 12%, rgba(102, 172, 255, 0.32), transparent 30%),
    radial-gradient(circle at 48% 90%, rgba(255, 255, 255, 0.96), transparent 42%),
    linear-gradient(135deg, #f9fbff 0%, #eaf4ff 46%, #d8eaff 100%);
}

.dz-home-hero::before,
.dz-home-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.dz-home-hero::before {
  width: 560px;
  height: 560px;
  right: -180px;
  bottom: -300px;
  border: 1px solid rgba(26, 92, 158, 0.13);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(255, 255, 255, 0.12), 0 0 0 180px rgba(255, 255, 255, 0.08);
}

.dz-home-hero::after {
  inset: auto 0 0;
  height: 120px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.72), transparent);
}

.dz-home-hero-grid {
  position: relative;
  z-index: 2;
  width: min(1540px, calc(100% - (var(--home-gutter) * 2)));
  min-height: inherit;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(440px, 0.82fr) minmax(660px, 1.18fr);
  gap: clamp(34px, 4vw, 76px);
  align-items: center;
  padding: clamp(58px, 7vh, 84px) 0 clamp(70px, 8vh, 96px);
}

.dz-home-hero-copy {
  position: relative;
  z-index: 5;
  max-width: 680px;
}

.dz-home-hero-copy .eyebrow,
.dz-home-heading .eyebrow,
.dz-anywhere-copy .eyebrow,
.dz-demo-copy .eyebrow {
  margin-bottom: 16px;
  color: #bd171d;
  letter-spacing: 0.13em;
}

.dz-home-hero h1 {
  max-width: 760px;
  color: var(--home-ink);
  font-size: clamp(58px, 5.25vw, 92px);
  font-weight: 760;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.dz-home-hero h1 span {
  display: block;
}

.dz-home-hero h1 span + span {
  margin-top: 0.12em;
}

.dz-home-lede {
  max-width: 630px;
  margin-top: 28px;
  color: #33445b;
  font-size: clamp(19px, 1.45vw, 23px);
  line-height: 1.55;
}

.dz-home-offer {
  max-width: 630px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  padding: 11px 14px;
  border: 1px solid rgba(183, 23, 28, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 12px 30px rgba(50, 74, 108, 0.06);
  backdrop-filter: blur(12px);
}

.dz-home-offer strong {
  flex: 0 0 auto;
  color: #a9141a;
  font-size: 14px;
}

.dz-home-offer span {
  color: #53627a;
  font-size: 13px;
  font-weight: 700;
}

.dz-home-hero .hero-actions {
  margin-top: 34px;
}

.dz-home-hero .button-secondary {
  border-color: rgba(16, 24, 39, 0.58);
  background: rgba(255, 255, 255, 0.38);
  backdrop-filter: blur(12px);
}

.dz-home-reassurance {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  max-width: 610px;
  margin-top: 22px;
  color: #506079;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}

.dz-home-reassurance > span {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  margin-top: 5px;
  border-radius: 50%;
  background: #14a46d;
  box-shadow: 0 0 0 5px rgba(20, 164, 109, 0.12);
}

.dz-home-whatsapp-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: #166c55;
  font-size: 13px;
  font-weight: 850;
}

.dz-home-whatsapp-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.dz-product-scene {
  position: relative;
  min-height: clamp(560px, 61vh, 690px);
  perspective: 1400px;
  isolation: isolate;
}

.dz-product-scene::before {
  content: "";
  position: absolute;
  right: 5%;
  bottom: 2%;
  left: 3%;
  height: 19%;
  border-radius: 50%;
  background: rgba(48, 80, 119, 0.19);
  filter: blur(38px);
  transform: rotate(-3deg);
}

.dz-scene-orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(37, 105, 174, 0.2);
  border-radius: 50%;
}

.dz-scene-orbit-one {
  inset: 10% 2% 4% 5%;
  transform: rotate(-8deg);
}

.dz-scene-orbit-two {
  inset: 20% 12% 14% -3%;
  transform: rotate(11deg);
}

.dz-scene-card,
.dz-scene-phone {
  position: absolute;
  margin: 0;
  border: 1px solid rgba(29, 48, 75, 0.16);
  background: #ffffff;
  box-shadow: 0 30px 80px rgba(29, 56, 91, 0.22), 0 8px 22px rgba(29, 56, 91, 0.14);
}

.dz-scene-card {
  overflow: hidden;
  border-radius: 18px;
}

.dz-scene-card figcaption,
.dz-scene-phone figcaption {
  position: absolute;
  z-index: 3;
  top: 12px;
  left: 12px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 999px;
  color: #122137;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 6px 18px rgba(20, 37, 61, 0.12);
  backdrop-filter: blur(12px);
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
}

.dz-scene-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.dz-scene-reports {
  z-index: 1;
  top: 4%;
  left: 0;
  width: 48%;
  height: 36%;
  transform: rotateY(7deg) rotateZ(-3deg);
}

.dz-scene-kitchen {
  z-index: 2;
  top: 0;
  right: 1%;
  width: 46%;
  height: 39%;
  transform: rotateY(-7deg) rotateZ(3deg);
}

.dz-scene-register {
  z-index: 4;
  bottom: 7%;
  left: 6%;
  width: 76%;
  height: 58%;
  transform: rotateY(-3deg) rotateZ(-0.8deg);
  animation: dz-scene-float 7s ease-in-out infinite;
}

.dz-scene-phone {
  z-index: 6;
  right: 0;
  bottom: 0;
  width: 22%;
  padding: 9px;
  border: 5px solid #152033;
  border-radius: 34px;
  background: #101827;
  transform: rotate(3deg);
  animation: dz-scene-float 7s ease-in-out -2s infinite;
}

.dz-scene-phone > div {
  overflow: hidden;
  border-radius: 22px;
  background: #ffffff;
}

.dz-scene-phone img {
  width: 100%;
  height: auto;
}

.dz-scene-phone figcaption {
  top: auto;
  bottom: 20px;
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
}

.dz-scene-status {
  position: absolute;
  z-index: 7;
  right: 25%;
  bottom: 1%;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  color: #27384e;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 34px rgba(30, 58, 93, 0.16);
  backdrop-filter: blur(14px);
  font-size: 12px;
  font-weight: 850;
}

.dz-scene-status i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #18a66f;
  box-shadow: 0 0 0 5px rgba(24, 166, 111, 0.12);
}

@keyframes dz-scene-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -8px; }
}

.dz-fact-strip {
  position: relative;
  z-index: 5;
  border-top: 1px solid #e3eaf2;
  border-bottom: 1px solid #e3eaf2;
  background: #ffffff;
}

.dz-fact-strip-grid {
  width: min(1320px, calc(100% - (var(--home-gutter) * 2)));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dz-fact-strip-grid > div {
  min-width: 0;
  padding: 25px clamp(16px, 2vw, 30px);
  border-left: 1px solid #e3eaf2;
}

.dz-fact-strip-grid > div:last-child {
  border-right: 1px solid #e3eaf2;
}

.dz-fact-strip strong,
.dz-fact-strip span {
  display: block;
}

.dz-fact-strip strong {
  color: #141f30;
  font-size: 15px;
}

.dz-fact-strip span {
  margin-top: 3px;
  color: #68758a;
  font-size: 13px;
}

.dz-story,
.dz-platform,
.dz-anywhere,
.dz-launch,
.dz-demo {
  padding: clamp(86px, 10vw, 148px) 0;
}

.dz-home-heading {
  max-width: 900px;
  margin-bottom: clamp(54px, 7vw, 88px);
}

.dz-home-heading.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.dz-home-heading h2,
.dz-anywhere-copy h2,
.dz-demo-copy h2 {
  color: var(--home-ink);
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.dz-home-heading > p:not(.eyebrow),
.dz-anywhere-copy > p:not(.eyebrow),
.dz-demo-copy > p:not(.eyebrow) {
  max-width: 760px;
  margin-top: 22px;
  color: #56647a;
  font-size: clamp(18px, 1.45vw, 21px);
  line-height: 1.58;
}

.dz-home-heading.centered > p:not(.eyebrow) {
  margin-right: auto;
  margin-left: auto;
}

.dz-story {
  background: #ffffff;
}

.dz-story-list {
  display: grid;
  gap: clamp(76px, 10vw, 140px);
}

.dz-story-chapter {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(560px, 1.28fr);
  gap: clamp(42px, 7vw, 104px);
  align-items: center;
}

.dz-story-chapter.is-reversed {
  grid-template-columns: minmax(560px, 1.28fr) minmax(300px, 0.72fr);
}

.dz-story-chapter.is-reversed .dz-story-copy {
  order: 2;
}

.dz-story-chapter.is-reversed .dz-story-media {
  order: 1;
}

.dz-story-copy {
  position: relative;
}

.dz-story-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  border: 1px solid #ccd8e5;
  border-radius: 50%;
  color: #b7171c;
  background: #ffffff;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 9px 28px rgba(24, 45, 74, 0.08);
}

.dz-story-kicker {
  margin-bottom: 12px;
  color: #b7171c;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dz-story-copy h3 {
  max-width: 520px;
  font-size: clamp(34px, 3.4vw, 54px);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.dz-story-copy > p:last-child {
  max-width: 540px;
  margin-top: 20px;
  color: #5c687a;
  font-size: 18px;
  line-height: 1.65;
}

.dz-story-media {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid #dbe3ec;
  border-radius: 30px;
  background: #f3f7fb;
  box-shadow: 0 34px 90px rgba(25, 53, 86, 0.14);
}

.dz-story-media::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  pointer-events: none;
}

.dz-story-media img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: top center;
}

.dz-platform {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 0%, rgba(49, 144, 171, 0.18), transparent 30%),
    radial-gradient(circle at 90% 90%, rgba(232, 33, 39, 0.14), transparent 28%),
    #101722;
}

.dz-platform .eyebrow {
  color: #7dd3fc;
}

.dz-platform .dz-home-heading h2,
.dz-platform .dz-home-heading > p:not(.eyebrow) {
  color: #ffffff;
}

.dz-platform .dz-home-heading > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.7);
}

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

.dz-pillar-card {
  position: relative;
  min-height: 270px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.065);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08);
}

.dz-pillar-card::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  right: -85px;
  bottom: -90px;
  border-radius: 50%;
  background: var(--pillar-color, rgba(255, 255, 255, 0.12));
  filter: blur(2px);
  opacity: 0.2;
}

.dz-pillar-guest { --pillar-color: #60a5fa; }
.dz-pillar-service { --pillar-color: #f87171; }
.dz-pillar-operations { --pillar-color: #2dd4bf; }
.dz-pillar-business { --pillar-color: #fbbf24; }

.dz-pillar-mark {
  display: block;
  width: 42px;
  height: 5px;
  margin-bottom: 48px;
  border-radius: 999px;
  background: var(--pillar-color);
  box-shadow: 0 0 28px var(--pillar-color);
}

.dz-pillar-card h3 {
  color: #ffffff;
  font-size: 26px;
}

.dz-pillar-card p {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 1.62;
}

.dz-availability-note {
  max-width: 900px;
  margin: 30px auto 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}

.dz-anywhere {
  background: linear-gradient(150deg, #f7fbff, #edf6ff 55%, #fff9f3);
}

.dz-anywhere-grid {
  display: grid;
  grid-template-columns: minmax(370px, 0.82fr) minmax(580px, 1.18fr);
  gap: clamp(48px, 8vw, 118px);
  align-items: center;
}

.dz-anywhere-copy ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.dz-anywhere-copy li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #34445a;
  font-size: 14px;
  font-weight: 800;
}

.dz-anywhere-copy li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #ffffff;
  background: #138b7e;
  font-size: 12px;
}

.dz-anywhere-media {
  overflow: hidden;
  border: 1px solid #d9e4ee;
  border-radius: 32px;
  background: #ffffff;
  box-shadow: 0 34px 90px rgba(25, 53, 86, 0.16);
  transform: rotate(1.4deg);
}

.dz-anywhere-media img {
  width: 100%;
  height: auto;
}

.dz-launch {
  background: #fffdfa;
}

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

.dz-launch-grid article {
  min-height: 250px;
  padding: 30px;
  border: 1px solid #e2e5e9;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 14px 42px rgba(28, 42, 63, 0.07);
}

.dz-launch-grid article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 44px;
  border-radius: 12px;
  color: #ffffff;
  background: #121a28;
  font-weight: 900;
}

.dz-launch-grid h3 {
  font-size: 27px;
}

.dz-launch-grid p {
  margin-top: 14px;
  color: #5e6a7c;
  line-height: 1.62;
}

.dz-launch-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 36px;
}

.dz-home-pricing {
  margin-top: clamp(58px, 7vw, 90px);
}

.dz-home-pricing > .eyebrow {
  margin-bottom: 18px;
  color: #b7171c;
  text-align: center;
}

.dz-home-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.dz-home-plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: 30px;
  border: 1px solid #dde2e8;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 16px 45px rgba(28, 42, 63, 0.08);
}

.dz-home-plan-card.is-featured {
  border-color: #b7171c;
  box-shadow: 0 22px 60px rgba(183, 23, 28, 0.14);
}

.dz-home-plan-card h3 {
  font-size: 28px;
}

.dz-home-plan-price {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin-top: 24px;
}

.dz-home-plan-price strong {
  color: var(--home-ink);
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.045em;
}

.dz-home-plan-price span,
.dz-home-plan-note {
  color: #68758a;
  font-size: 13px;
}

.dz-home-addons {
  margin-top: 28px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid #dce4ee;
  border-radius: 26px;
  background: linear-gradient(145deg, #f7fafc 0%, #eef7f6 100%);
  box-shadow: 0 18px 46px rgba(28, 42, 63, 0.06);
}

.dz-home-addons-heading {
  max-width: 760px;
  margin-bottom: 26px;
}

.dz-home-addons-heading .eyebrow {
  margin-bottom: 7px;
  color: #b7171c;
}

.dz-home-addons-heading h3 {
  font-size: clamp(25px, 3vw, 36px);
}

.dz-home-addons-heading > div > p:last-child {
  max-width: 650px;
  margin-top: 10px;
  color: #5f6e81;
  line-height: 1.65;
}

.dz-home-addon-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.dz-home-addon-card {
  min-width: 0;
  min-height: 540px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(170px, 42%);
  overflow: hidden;
  border: 1px solid #dce4eb;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(21, 39, 61, 0.08);
}

.dz-home-addon-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(24px, 3vw, 34px) 18px clamp(24px, 3vw, 34px) clamp(24px, 3vw, 34px);
}

.dz-home-addon-meta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 30px;
}

.dz-home-addon-meta span {
  color: #0a7379;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dz-home-addon-card.is-menu .dz-home-addon-meta span {
  color: #c9252b;
}

.dz-home-addon-meta strong {
  padding: 7px 10px;
  border-radius: 999px;
  background: #e8f5f2;
  color: #075f64;
  font-size: 12px;
  white-space: nowrap;
}

.dz-home-addon-card.is-menu .dz-home-addon-meta strong {
  background: #fff0f0;
  color: #a8151a;
}

.dz-home-addon-card h4 {
  color: var(--home-ink);
  font-size: clamp(23px, 2.2vw, 31px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.dz-home-addon-copy > p {
  margin-top: 15px;
  color: #58677a;
  font-size: 14px;
  line-height: 1.6;
}

.dz-home-addon-copy ul {
  display: grid;
  gap: 8px;
  margin: 22px 0;
}

.dz-home-addon-copy li {
  display: flex;
  gap: 8px;
  color: #334357;
  font-size: 13px;
  font-weight: 750;
}

.dz-home-addon-copy li span {
  color: #0b7c7f;
}

.dz-home-addon-copy > a {
  margin-top: auto;
  color: #0b6870;
  font-size: 13px;
  font-weight: 900;
}

.dz-home-addon-card.is-menu .dz-home-addon-copy > a,
.dz-home-addon-card.is-menu .dz-home-addon-copy li span {
  color: #be2026;
}

.dz-home-addon-media {
  min-width: 0;
  margin: 18px 18px 18px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 12px;
  border: 1px solid #d8e0e7;
  border-radius: 20px;
  background: radial-gradient(circle at 50% 35%, #ffffff 0%, #f1f5f7 72%);
}

.dz-home-addon-device {
  --dz-device-ratio: 9 / 19.5;
  position: relative;
  width: min(100%, 230px);
  aspect-ratio: var(--dz-device-ratio);
  padding: 7px;
  border: 2px solid #111923;
  border-radius: 34px;
  background: #111923;
  box-shadow: 0 24px 46px rgba(12, 24, 39, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.dz-home-addon-screen {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 26px;
  background: #f8f6f0;
}

.dz-home-addon-screen img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.dz-device-button {
  position: absolute;
  z-index: 2;
  width: 3px;
  border-radius: 3px;
  background: #29323d;
}

.dz-device-button-volume {
  top: 24%;
  left: -5px;
  height: 54px;
  box-shadow: 0 68px 0 #29323d;
}

.dz-device-button-power {
  top: 31%;
  right: -5px;
  height: 76px;
}

.dz-home-user-addon {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  margin-top: 18px;
  padding: 16px 18px;
  border: 1px solid #d9e3e8;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
}

.dz-home-user-addon > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--home-ink);
  color: #ffffff;
  font-size: 24px;
}

.dz-home-user-addon strong {
  color: var(--home-ink);
}

.dz-home-user-addon p {
  margin-top: 3px;
  color: #657387;
  font-size: 13px;
}

.dz-home-user-addon a {
  color: #1745a4;
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
}

.dz-home-addons-note {
  margin-top: 14px;
  color: #6b7789;
  font-size: 12px;
  line-height: 1.5;
}

.dz-mobile-sales-bar {
  display: none;
}

.dz-home-plan-card ul {
  display: grid;
  gap: 10px;
  margin: 26px 0;
}

.dz-home-plan-card li {
  display: flex;
  gap: 9px;
  color: #3d4c60;
  font-weight: 750;
}

.dz-home-plan-card li span {
  color: #138b7e;
}

.dz-home-plan-card .button {
  width: 100%;
  margin-top: auto;
}

.dz-home-plan-note {
  max-width: 860px;
  margin: 20px auto 0;
  line-height: 1.55;
  text-align: center;
}

.dz-demo {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 10%, rgba(232, 33, 39, 0.2), transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(41, 134, 160, 0.18), transparent 30%),
    #101722;
}

.dz-demo-grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.82fr) minmax(480px, 1.18fr);
  gap: clamp(46px, 7vw, 96px);
  align-items: start;
}

.dz-demo-copy .eyebrow {
  color: #ff8589;
}

.dz-demo-copy h2 {
  color: #ffffff;
}

.dz-demo-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.dz-demo-note {
  padding-left: 16px;
  border-left: 3px solid #e82127;
  font-size: 15px !important;
}

.dz-booking-button {
  margin-top: 26px;
  border-color: rgba(255, 255, 255, 0.32);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.dz-direct-contact {
  display: grid;
  gap: 8px;
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.dz-direct-contact h3 {
  color: #ffffff;
}

.dz-direct-contact p {
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.62);
}

.dz-direct-contact a {
  width: fit-content;
  color: #ffffff;
  font-weight: 850;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.35);
  text-underline-offset: 4px;
}

.dz-demo .demo-form {
  padding: clamp(24px, 3vw, 38px);
  border-radius: 24px;
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.3);
}

.dz-demo .demo-form .button {
  min-height: 56px;
}

@media (min-width: 1100px) {
  .home-v4 .desktop-nav {
    gap: clamp(18px, 2vw, 30px);
  }

  .home-v4 .desktop-nav a {
    font-size: 13px;
  }
}

@media (max-width: 1199px) {
  body.home-v4 {
    --home-gutter: 30px;
  }

  .dz-home-hero-grid {
    grid-template-columns: minmax(380px, 0.9fr) minmax(520px, 1.1fr);
    gap: 26px;
  }

  .dz-home-hero h1 {
    font-size: clamp(54px, 6vw, 72px);
  }

  .dz-product-scene {
    min-height: 560px;
  }

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

  .dz-pillar-card {
    min-height: 235px;
  }

  .dz-story-chapter,
  .dz-story-chapter.is-reversed {
    grid-template-columns: minmax(280px, 0.76fr) minmax(470px, 1.24fr);
    gap: 42px;
  }
}

@media (max-width: 899px) {
  body.home-v4 {
    --home-gutter: 22px;
  }

  .home-v4 .nav-shell {
    width: calc(100% - 32px);
  }

  .dz-home-hero {
    min-height: 0;
  }

  .dz-home-hero-grid {
    width: calc(100% - (var(--home-gutter) * 2));
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 68px 0 52px;
  }

  .dz-home-hero-copy {
    max-width: 720px;
  }

  .dz-home-hero h1 {
    font-size: clamp(50px, 10vw, 74px);
  }

  .dz-product-scene {
    min-height: clamp(470px, 68vw, 620px);
  }

  .dz-fact-strip-grid {
    width: calc(100% - 32px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dz-fact-strip-grid > div:nth-child(3) {
    border-top: 1px solid #e3eaf2;
  }

  .dz-fact-strip-grid > div:nth-child(4) {
    border-top: 1px solid #e3eaf2;
    border-right: 1px solid #e3eaf2;
  }

  .dz-story-chapter,
  .dz-story-chapter.is-reversed,
  .dz-anywhere-grid,
  .dz-demo-grid {
    grid-template-columns: 1fr;
  }

  .dz-story-chapter.is-reversed .dz-story-copy,
  .dz-story-chapter.is-reversed .dz-story-media {
    order: initial;
  }

  .dz-story-copy {
    max-width: 620px;
  }

  .dz-story-media,
  .dz-story-media img {
    min-height: clamp(330px, 62vw, 500px);
  }

  .dz-anywhere-copy {
    max-width: 680px;
  }

  .dz-anywhere-media {
    transform: none;
  }

  .dz-launch-grid {
    grid-template-columns: 1fr;
  }

  .dz-home-plan-grid {
    grid-template-columns: 1fr;
  }

  .dz-home-addon-grid { grid-template-columns: 1fr; }

  .dz-launch-grid article {
    min-height: 0;
  }
}

@media (max-width: 620px) {
  body.home-v4 {
    padding-bottom: 76px;
  }

  .dz-home-hero-grid {
    padding-top: 50px;
  }

  .dz-home-hero h1 {
    font-size: clamp(43px, 13vw, 60px);
    letter-spacing: -0.045em;
  }

  .dz-home-lede {
    margin-top: 22px;
    font-size: 18px;
  }

  .dz-home-hero .hero-actions,
  .dz-launch-actions {
    display: grid;
  }

  .dz-home-hero .button,
  .dz-launch-actions .button {
    width: 100%;
  }

  .dz-home-reassurance {
    font-size: 12px;
  }

  .dz-home-offer {
    display: grid;
    gap: 5px;
  }

  .dz-home-addon-card { min-height: 520px; grid-template-columns: minmax(0, 1fr) minmax(170px, 40%); }
  .dz-home-addon-copy { padding: 22px 14px 22px 20px; }
  .dz-home-addon-meta { display: grid; justify-items: start; margin-bottom: 22px; }
  .dz-home-addon-copy ul { margin: 18px 0; }
  .dz-home-addon-media { margin: 12px 12px 12px 0; }
  .dz-home-user-addon { grid-template-columns: auto minmax(0, 1fr); }
  .dz-home-user-addon a { grid-column: 2; }

  .dz-mobile-sales-bar {
    position: fixed;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 120;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    gap: 8px;
    padding: 8px;
    border: 1px solid rgba(16, 24, 39, 0.12);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 50px rgba(16, 24, 39, 0.2);
    backdrop-filter: blur(16px);
  }

  .dz-mobile-sales-bar .button {
    min-height: 46px;
    padding: 10px 12px;
    font-size: 13px;
  }

  .dz-product-scene {
    min-height: 410px;
    margin-right: -8px;
    margin-left: -8px;
  }

  .dz-scene-reports {
    width: 51%;
    height: 32%;
  }

  .dz-scene-kitchen {
    width: 48%;
    height: 34%;
  }

  .dz-scene-register {
    left: 1%;
    width: 82%;
    height: 56%;
  }

  .dz-scene-phone {
    width: 27%;
    padding: 5px;
    border-width: 4px;
    border-radius: 24px;
  }

  .dz-scene-phone > div {
    border-radius: 15px;
  }

  .dz-scene-card figcaption,
  .dz-scene-phone figcaption,
  .dz-scene-status {
    font-size: 9px;
  }

  .dz-scene-status {
    right: 29%;
    padding: 8px 10px;
  }

  .dz-fact-strip-grid {
    grid-template-columns: 1fr;
  }

  .dz-fact-strip-grid > div,
  .dz-fact-strip-grid > div:nth-child(3),
  .dz-fact-strip-grid > div:nth-child(4) {
    border: 0;
    border-bottom: 1px solid #e3eaf2;
    padding: 18px 6px;
  }

  .dz-story,
  .dz-platform,
  .dz-anywhere,
  .dz-launch,
  .dz-demo {
    padding: 78px 0;
  }

  .dz-home-heading {
    margin-bottom: 46px;
  }

  .dz-home-heading h2,
  .dz-anywhere-copy h2,
  .dz-demo-copy h2 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .dz-story-list {
    gap: 74px;
  }

  .dz-story-media,
  .dz-story-media img {
    min-height: 280px;
  }

  .dz-story-media {
    border-radius: 20px;
  }

  .dz-pillar-grid,
  .dz-anywhere-copy ul {
    grid-template-columns: 1fr;
  }

  .dz-pillar-card {
    min-height: 220px;
  }

  .dz-demo .demo-form {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .dz-home-addons {
    padding: 20px 14px;
  }

  .dz-home-addon-card {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .dz-home-addon-copy {
    padding: 24px;
  }

  .dz-home-addon-media {
    margin: 0 12px 12px;
    padding: 18px 10px;
  }

  .dz-home-addon-device {
    width: min(76%, 210px);
  }

  .dz-home-user-addon {
    padding: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dz-scene-register,
  .dz-scene-phone {
    animation: none;
  }
}
