* {
  -webkit-tap-highlight-color: transparent;
}

.zw-product-header {
  background-color: #0a0a0a;
}

/* ================================
           BANNER SECTION
           ================================ */
.zwc-banner-bg-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("/sites/zweb/images/one/future-release/header-artwork.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.zwc-banner-bg-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: #010101;
  z-index: -1;
  width: 100%;
}

.zwc-banner-wrap {
  padding: 90px 0 clamp(120px, 12vw, 224px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.zwc-banner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 790px;
  margin: 0 auto;
}

.zwc-banner-content {
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 3.1vw, 54px);
  align-items: center;
  width: 100%;
}

.zwc-text-container {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 1.7vw, 30px);
  align-items: center;
  text-align: center;
  color: #ffffff;
  width: 100%;
}

.zwc-banner-wrap .zwc-tagline {
  font-family: var(--primaryfont-bold);
  font-size: clamp(48px, 3.7vw, 64px);
  line-height: 1.125;
  letter-spacing: -1.28px;
  margin: 0;
  color: #ffffff;
  display: block;
}

.zwc-banner-wrap h1 {
  font-family: var(--primaryfont-bold);
  font-size: clamp(64px, 5.6vw, 72px);
  line-height: 1.1;
  letter-spacing: -1.6px;
  margin: 0;
}

.zwc-banner-wrap .zwc-highlight {
  color: #ffd731;
}

/* Button Styles */
.zwc-button-set {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.zwc-primary-btn,
.zwc-secondary-btn {
  text-transform: uppercase;
}
.zwc-primary-btn .zwc-arrow-icon,
.zwc-secondary-btn .zwc-arrow-icon {
  transition: all ease 0.3s;
}
.zwc-primary-btn {
  background-color: #e42527;
  color: #ffffff;
  
  border-radius: 4px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--primaryfont-semibold);
  font-size: 16px;
   
  letter-spacing: -0.32px;
  white-space: nowrap;
  border: 2px solid #e42527;
}
a.act-btn.cta-btn{
padding: 16px 32px;
line-height: 1.5;
}

.zwc-secondary-btn {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 16px 32px;
  border-radius: 4px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--primaryfont-semibold);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.32px;
  white-space: nowrap;
  text-align: center;
  justify-content: center;
}

.zwc-arrow-icon {
  width: 24px;
  height: 24px;
  background-image: url("/sites/zweb/images/one/future-release/right-arrow-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

/* ================================
           UNIFIED SECTION
           ================================ */
.zwc-unifiedsection-wrap {
  padding: 0 0 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* overflow: hidden; */
}

.zwc-unified-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.zwc-unified-content {
  background-color: #ffd731;
  background-image: url("/sites/zweb/images/one/future-release/bg-unified-intellctual.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 40px;
  padding: clamp(60px, 5.8vw, 100px) 40px;
  display: flex;
  gap: clamp(60px, 6vw, 104px);
  align-items: center;
  justify-content: center;
  width: 100%;
}

.zwc-left-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 354px;
  color: #000000;
}

.zwc-left-section .zwc-section-tag {
  font-family: var(--primaryfont-bold);
  font-size: clamp(32px, 2.3vw, 40px);
  line-height: 1.2;
  letter-spacing: -0.8px;
  margin: 0;
}

.zwc-left-section h2 {
  font-family: var(--primaryfont-bold);
  font-size: clamp(48px, 3.7vw, 64px);
  line-height: 1.125;
  letter-spacing: -1.28px;
  margin: 0;
}

.zwc-right-section {
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 3.7vw, 64px);
  width: 580px;
  color: #000000;
}

.zwc-section-item {
  display: flex;
  flex-direction: column;
  gap: 14px;
  opacity: 0.4;
  transition: opacity 0.5s ease;
}

.zwc-section-item.zwc-unifactive {
  opacity: 1;
}

.zwc-section-item h3 {
  font-family: var(--primaryfont-bold);
  font-size: clamp(32px, 2.3vw, 40px);
  line-height: 1.2;
  letter-spacing: -0.8px;
  margin: 0;
}

.zwc-section-item p {
  font-family: var(--primaryfont-regular);
  font-size: clamp(18px, 1.16vw, 20px);
  line-height: 1.4;
  letter-spacing: -0.4px;
  margin: 0;
}
.zwc-section-item h3,
.zwc-section-item p {
  transform: scale(1);
  transition: all 0.5s ease;
}
.zwc-section-item.zwc-unifactive h3 {
  transform: scale(1.02);
}

.zwc-section-item.zwc-unifactive p {
  transform: scale(1.01);
}

/* ================================
           VIDEO SECTION
           ================================ */
.zwc-video-wrap {
  background-color: #0a0a0a;
  padding: clamp(80px, 7.5vw, 144px) 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.zwc-video-container-wrapper {
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 3.7vw, 64px);
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.zwc-video-wrap h2 {
  font-family: var(--primaryfont-bold);
  font-size: clamp(48px, 3.7vw, 64px);
  line-height: 1.125;
  letter-spacing: -1.28px;
  text-align: center;
  color: #ffffff;
  margin: 0;
}

.zwc-video-container {
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(14.634px);
  border: 0.836px solid #ffffff;
  border-radius: 40px;
  width: 100%;
  height: clamp(620px, 38.4vw, 700px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
/* Video Controls Container */
.zwc-video-controls {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  align-items: center;
  z-index: 5;
}
.zwc-play-button {
  min-width: 128px;
}
.zwc-play-button,
.zwc-mute-button {
  background: #ffffff;
  color: #000000;
  border: none;
  border-radius: 40px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: var(--primaryfont-semibold);
  font-size: 16px;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  cursor: pointer;
}
.zwc-mute-button {
  width: 44px;
  justify-content: center;
  height: 44px;
  padding: 6px;
}

.zwc-play-button:hover,
.zwc-mute-button:hover {
  background: #f0f0f0;
}

.zwc-play-icon {
  width: 12px;
  height: 13px;
  position: relative;
}
.zwc-play-icon:after,
.zwc-play-icon:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  inset: 0;
}
.zwc-play-icon:before {
  background-image: url("/sites/zweb/images/one/future-release/play-icon.svg");
  opacity: 1;
}
.zwc-play-icon:after {
  background-image: url("/sites/zweb/images/one/future-release/pause-icon.svg");
  background-size: 16px auto;
  background-position: -3px -1px;
  opacity: 0;
}
.zwc-play-icon.zwc-pause:after {
  opacity: 1;
}
.zwc-play-icon.zwc-pause:before {
  opacity: 0;
}
/* Mute/Unmute Icons */
.zwc-mute-icon {
  width: 22px;
  height: 22px;
  position: relative;
}
.zwc-mute-icon:before,
.zwc-mute-icon:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  inset: 0;
}
.zwc-mute-icon:after {
  background-image: url("/sites/zweb/images/one/future-release/mute-icon.svg");
   opacity: 1;
}
.zwc-mute-icon:before {
  background-image: url("/sites/zweb/images/one/future-release/unmute-icon.svg");
  opacity: 0;
}
.zwc-mute-icon.zwc-unmuted:before {
  opacity: 1;
} 
.zwc-mute-icon.zwc-unmuted:after {
  opacity: 0;
}

.zwc-video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: static;
  z-index: 1;
}

/* ================================
           USER EXPERIENCE SECTION
           ================================ */
.zwc-userexperience-wrap {
  background-color: #0a0a0a;
  padding: clamp(80px, 7.5vw, 144px) 0;
  overflow: hidden;
}

.zwc-userexp-wrapper {
  display: flex;
  flex-direction: column;
  gap: clamp(60px, 4.9vw, 84px);
  align-items: center;
  max-width: 1728px;
  margin: 0 auto;
}

.zwc-title-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  max-width: 980px;
}

.zwc-title-wrap .zwc-text-container {
  display: flex;
  flex-direction: column;
  gap: 18px;
  color: #ffffff;
  width: 482px;
  align-items: flex-start;
  text-align: left;
}

.zwc-title-wrap h2 {
  font-family: var(--primaryfont-bold);
  font-size: clamp(48px, 3.7vw, 64px);
  line-height: 1.125;
  letter-spacing: -1.28px;
  margin: 0;
}

.zwc-title-wrap p {
  font-family: var(--primaryfont-regular);
  font-size: clamp(18px, 1.16vw, 20px);
  line-height: 1.4;
  letter-spacing: -0.4px;
  margin: 0;
}

.zwc-userexp-container {
  width: 100%;
}

/* Carousel Arrow Navigation */
.custom-slicknav {
  margin: 0 0 0 auto;
  text-align: right;
  max-width: 890px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.custom-slicknav .custom-prev,
.custom-slicknav .custom-next {
  width: 56px;
  height: 56px;
  border-radius: 4px;
  border: 1px solid #ffd731;
  background: #0a0a0a;
  cursor: pointer;
  transition: all 0.1s ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Default (active) arrow icon */
.slick-arrow-icon {
  background: url("/sites/zweb/images/one/future-release/active-arrow.svg")
    no-repeat center / 28px auto;
  width: 28px;
  height: 24px;
  display: block;
}

/* Rotate for prev arrow */
.custom-prev .slick-arrow-icon {
  transform: rotate(180deg);
}

/* Disabled button border color */
.custom-prev.slick-disabled,
.custom-next.slick-disabled {
  border: 1px solid #4d4d4d;
  cursor: default;
  pointer-events: none;
}

/* Disabled state icon */
.custom-prev.slick-disabled .slick-arrow-icon,
.custom-next.slick-disabled .slick-arrow-icon {
  background: url("/sites/zweb/images/one/future-release/inactive-arrow.svg")
    no-repeat center / 28px auto;
}

/* Rotate inactive prev arrow also */
.custom-prev.slick-disabled .slick-arrow-icon {
  transform: rotate(0deg);
}

.custom-next.slick-disabled .slick-arrow-icon {
  transform: rotate(180deg);
}

/* Carousel Styles */
.zwc-userexp-slider .slick-track {
  display: flex;
  align-items: stretch;
}
.zwc-userexp-slider .slick-slide {
  margin: 0 12px;
  height: auto;
  display: flex;
  background-color: #141414;
  align-items: stretch;
}

.zwc-userexp-slider .slick-list {
  margin: 0 -12px;
  overflow: visible;
}

/* Card Styles */
.zwc-card-container {
  display: flex;
  flex-direction: column;
}

.zwc-card-text {
  background-color: #141414;
  padding: clamp(40px, 3.7vw, 64px);
  /* min-height: 284px; */
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: auto;
}

.zwc-text-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #ffffff;
  flex: 1;
}
.zwc-tab-img {
  display: none;
}

.zwc-text-block h3 {
  font-family: var(--primaryfont-bold);
  font-size: clamp(28px, 1.85vw, 32px);
  line-height: 1.25;
  letter-spacing: -0.64px;
  margin: 0;
}

.zwc-text-block p {
  font-family: var(--primaryfont-regular);
  font-size: clamp(16px, 1.04vw, 18px);
  line-height: 1.44;
  letter-spacing: -0.36px;
  margin: 0;
}

.zwc-card-image {
  /* height: 424px; */
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zwc-card-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Card Color Variants */
.zwc-card-image.zwc-spaces {
  background-color: #fffacc;
}

.zwc-card-image.zwc-dashboard {
  background-color: #ccffed;
}

.zwc-card-image.zwc-assistant {
  background-color: #ccd3ff;
}

.zwc-card-image.zwc-actions {
  background-color: #ffcccf;
}

/* ================================
           UNIFIED ADMIN SECTION
           ================================ */
.zwc-unifiedadmin-wrap {
  background-color: #000000;
  padding: clamp(80px, 7.5vw, 144px) 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.zwc-admin-wrapper {
  display: flex;
  flex-direction: column;
  gap: 44px;
  align-items: center;
  justify-content: center;
  max-width: 1280px;
  margin: 0 auto;
}

.zwc-main-container {
  display: flex;
  flex-direction: column;
  gap: clamp(30px, 2.5vw, 44px);
  max-width: 1080px;
}

.zwc-header-wrapper {
  width: 980px;
  display: flex;
  justify-content: flex-start;
}

.zwc-header-section {
  display: flex;
  flex-direction: column;
  gap: 18px;
  color: #ffffff;
  width: 482px;
}

.zwc-header-section h2 {
  font-family: var(--primaryfont-bold);
  font-size: clamp(48px, 3.7vw, 64px);
  line-height: 1.125;
  letter-spacing: -1.28px;
  margin: 0;
}

.zwc-header-section p {
  font-family: var(--primaryfont-regular);
  font-size: clamp(18px, 1.16vw, 20px);
  line-height: 1.4;
  letter-spacing: -0.4px;
  margin: 0;
}

/* Tab Button Group Styles */
.zwc-button-group {
  background-color: #141414;
  padding: 14px 20px;
  border-radius: 6px;
  display: flex;
  gap: 10px;
  align-items: center;
  max-width: 902px;
  margin-bottom: 80px;
}

.zwc-tab-button {
  padding: 10px 34px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: -0.28px;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: var(--primaryfont-semibold);
}

.zwc-tab-button.zwc-active,
.zwc-tab-button[aria-selected="true"] {
  background-color: #ffd630;
  color: #000000;
}

.zwc-tab-button:not(.zwc-active),
.zwc-tab-button[aria-selected="false"] {
  background: transparent;
  color: #ffffff;
  /* font-family: var(--zf-primary-medium); */
}

.zwc-tab-button:hover:not([aria-disabled="true"]) {
  background-color: rgba(255, 214, 48, 0.2);
  color: #fff;
}

.zwc-tab-button[aria-disabled="true"] {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Admin Tab Content */
.zwc-admin-tab-content {
  width: 100%;
}

.zwc-admin-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.zwc-admin-container[hidden] {
  display: none;
}

.zwc-admin-container.zwc-active {
  display: flex;
}

/* Info Container with Animations */
.zwc-info-container {
  background: #1a1a1a;
  background-image: url("/sites/zweb/images/one/future-release/unified-integrations-tab-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  backdrop-filter: blur(14.634px);
  border: 0.836px solid #ffffff;
  border-radius: 40px;
  color: #000000;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 1.5vw, 24px);
  position: relative;
  padding: 30px 30px 0;
  margin: -20px;
}

.zwc-info-container[hidden] {
  display: none;
}

.zwc-info-container.zwc-active {
  display: flex;
}

.zwc-info-text {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ffd731;
  color: #000000;
  padding: clamp(40px, 3.7vw, 64px);
  border-radius: 20px;
  width: 364px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 2;
  transform: translate(11%, -13%);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.zwc-info-container.zwc-active .zwc-info-text {
  opacity: 1;
  transition-delay: 0.2s;
}

.zwc-info-image {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  transform: translateX(-20px) scale(0.98);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.zwc-info-container.zwc-active .zwc-info-image {
  transform: translateX(0) scale(1);
  opacity: 1;
  transition-delay: 0.1s;
}

.zwc-info-container h3 {
  font-family: var(--primaryfont-bold);
  font-size: clamp(28px, 1.85vw, 32px);
  line-height: 1.25;
  letter-spacing: -0.64px;
  margin: 0;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.6s ease;
}

.zwc-info-container.zwc-active h3 {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.4s;
}

.zwc-info-container p {
  font-family: var(--primaryfont-regular);
  font-size: clamp(16px, 1.04vw, 18px);
  line-height: 1.44;
  letter-spacing: -0.36px;
  margin: 0;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.6s ease;
}

.zwc-info-container.zwc-active p {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.5s;
}

/* ================================
           AMPLIFIED SECURITY SECTION
           ================================ */
.zwc-amplified-wrap {
  background-color: #fffacc;
  padding: clamp(80px, 7.5vw, 144px) 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.zwc-amplified-container {
  display: flex;
  flex-direction: column;
  gap: clamp(30px, 2.5vw, 40px);
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.zwc-amplified-wrap .zwc-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.zwc-amplified-header {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  color: #000000;
  text-align: center;
  padding-bottom: 0;
}

.zwc-amplified-header h2 {
  font-family: var(--primaryfont-bold);
  font-size: clamp(48px, 3.7vw, 64px);
  line-height: 1.125;
  letter-spacing: -1.28px;
  margin: 0;
}

.zwc-amplified-header p {
  font-family: var(--primaryfont-regular);
  font-size: clamp(18px, 1.16vw, 20px);
  line-height: 1.4;
  letter-spacing: -0.4px;
  margin: 0;
}

.zwc-amplified-menu {
  background-color: #000000;
  padding: 14px 20px;
  border-radius: 6px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1150px;
}

.zwc-amplified-panels {
  width: 100%;
}

.zwc-audit-wrap {
  display: flex;
  gap: clamp(30px, 2.5vw, 44px);
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}

.zwc-audit-wrap[hidden] {
  display: none;
}

.zwc-audit-wrap.zwc-active {
  display: flex;
}

.zwc-audit-container {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 2vw, 34px);
  width: 392px;
  transform: translateY(15px);
  opacity: 0;
  transition: all 0.4s ease;
}

.zwc-audit-wrap.zwc-active .zwc-audit-container {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.1s;
}

.zwc-audit-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #000000;
}

.zwc-audit-text h3 {
  font-family: var(--primaryfont-bold);
  font-size: clamp(28px, 1.85vw, 32px);
  line-height: 1.25;
  letter-spacing: -0.64px;
  margin: 0;
}

.zwc-audit-text p {
  font-family: var(--primaryfont-regular);
  font-size: clamp(16px, 1.04vw, 18px);
  line-height: 1.44;
  letter-spacing: -0.36px;
  margin: 0;
}

.zwc-background-amplified {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 764px;
}

.zwc-background-amplified img {
  transform: translateX(20px) scale(0.99);
  opacity: 0;
  transition: all 0.5s ease;
}

.zwc-audit-wrap.zwc-active .zwc-background-amplified img {
  transform: translateX(0) scale(1);
  opacity: 1;
  transition-delay: 0.1s;
}

.zwc-amplified-background {
  background-color: #0d0d0d;
  border-radius: 20px;
  height: 100%;
  width: 100%;
  padding-left: 66px;
  padding-top: 66px;
  overflow: hidden;
  display: flex;
}

.zwc-amplified-background img {
  width: 700px;
  margin-top: auto;
  /* height: 460px; */
}

/* ================================
           CONTEXTUAL INTELLIGENCE SECTION
           ================================ */
.zwc-contextual-wrap {
  background-color: #0a0a0a;
  padding: clamp(80px, 7.5vw, 144px) 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.zwc-contextual-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("/sites/zweb/images/one/future-release/contextual-bg-pattern.jpg");
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 0;
}

.zwc-contextual-container {
  display: flex;
  flex-direction: column;
  gap: clamp(60px, 4.9vw, 84px);
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.zwc-contextual-header {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  color: #ffffff;
  text-align: center;
  width: 100%;
}

.zwc-contextual-header h2 {
  font-family: var(--primaryfont-bold);
  font-size: clamp(48px, 3.7vw, 64px);
  line-height: 1.125;
  letter-spacing: -1.28px;
  margin: 0;
}

.zwc-contextual-header p {
  font-family: var(--primaryfont-regular);
  font-size: clamp(18px, 1.16vw, 20px);
  line-height: 1.4;
  letter-spacing: -0.4px;
  margin: 0;
}

.zwc-content-section {
  display: flex;
  gap: 64px;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
}

/* Mockup Panels */
.zwc-mockup-panels {
  position: relative;
  width: 624px;
  height: auto;
  flex-shrink: 0;
}

.zwc-mockup-panels .zwc-mockup-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.zwc-mockup-container img {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.zwc-mockup-panels .zwc-mockup-container[hidden] {
  display: none;
}

.zwc-mockup-panels .zwc-mockup-container.zwc-active {
  display: flex;
}

.zwc-mockup-panels .zwc-mockup-container.zwc-active img {
  opacity: 1;
}

.zwc-mockup-panels .zwc-mockup-container img {
  max-width: 604px;
  width: 100%;
  height: auto;
}

.zwc-greeting-overlay {
  position: absolute;
  top: 104px;
  left: 134px;
  background: #ffffff;
  padding: 8px 16px;
  border-radius: 10px;
  z-index: 2;
}

.zwc-greeting-overlay p {
  font-family: var(--primaryfont-semibold);
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.32px;
  color: #000000;
  margin: 0;
}

/* Content Tab Styles */
.zwc-text-content[role="tablist"] {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}
.zwc-text-content > div {
  padding: 30px 0;
  gap: clamp(32px, 3.2vw, 44px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  position: relative;
}
.zwc-text-content > div a {
  display: inline-block;
  font-family: var(--primaryfont-regular);
  color: #fff;
}
.zwc-text-content > div a.zwc-readmore:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: calc(100% - 38px);
  height: 2px;
  background: #ffffff;
}
.zwc-text-content > div a .zwp-arrow {
  border: 1px solid #fff;
}
.zwc-text-content > div a .zwp-arrow:after {
  border-color: #fff;
  top: -4px;
}
.zwc-text-content > div button {
  background: transparent;
  border: none;
  padding: 0;
  text-align: left;
  transition: all 0.3s ease;
  cursor: pointer;
  margin: 0 0 20px;
}

.zwc-text-content[role="tablist"] .zwc-content-item a {
  position: relative;
  z-index: 2;
  color: #ffffff;
  text-decoration: none;
}

.zwc-text-content[role="tablist"] .zwc-content-item a:hover {
  text-decoration: underline;
}

.zwc-content-item {
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 3.2vw, 44px);
}

.zwc-text-content .zwc-text-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #ffffff;
}

.zwc-text-content .zwc-text-block h3 {
  font-family: var(--primaryfont-bold);
  font-size: clamp(28px, 1.85vw, 32px);
  line-height: 1.25;
  letter-spacing: -0.64px;
  margin: 0;
  text-wrap: pretty;
}

.zwc-text-content .zwc-text-block p {
  font-family: var(--primaryfont-regular);
  font-size: clamp(16px, 1.04vw, 18px);
  line-height: 1.44;
  letter-spacing: -0.36px;
  margin: 0;
}
#contextual-tab-2 .zwc-text-block h3 {
  max-width: 350px;
}
.zwc-content-item > div:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  opacity: 0;
}

.zwc-content-item.zwc-active > div:before {
  width: 100%;
  opacity: 1;
  -webkit-animation: progress-line 1s ease-in-out;
  -moz-animation: progress-line 1s ease-in-out;
  -o-animation: progress-line 1s ease-in-out;
  animation: progress-line 1s ease-in-out;
}

@keyframes progress-line {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ================================
           LATEST APPS SECTION
           ================================ */
.zwc-latestapps-wrap {
  background-color: #0a0a0a;
  padding: clamp(80px, 8.3vw, 144px) 0;
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 3.7vw, 64px);
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.zwc-latestapps-container {
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 3.7vw, 64px);
  max-width: 1280px;
  margin: 0 auto;
}

.zwc-latestapps-wrap .zwc-title-wrap {
  display: flex;
  flex-direction: column;
  gap: clamp(30px, 2.5vw, 44px);
  align-items: center;
  text-align: center;
  margin: 0 auto;
}

.zwc-apps-header {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  width: 100%;
}

.zwc-apps-header h2 {
  font-family: var(--primaryfont-bold);
  font-size: clamp(48px, 3.7vw, 64px);
  line-height: 1.125;
  letter-spacing: -1.28px;
  text-align: center;
  color: #ffffff;
  margin: 0;
}

.zwc-apps-container {
  background-color: #1a1a1a;
  padding: 14px 20px;
  border-radius: 6px;
  display: flex;
  gap: 10px;
  align-items: center;
  width: auto;
  margin: 0 auto;
  text-align: center;
}

.zwc-app-item {
  padding: 10px 34px;
  border-radius: 4px;
  border: none;
  background: transparent;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: -0.28px;
  white-space: nowrap;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: var(--primaryfont-semibold);
}

.zwc-app-item.zwc-active,
.zwc-app-item[aria-selected="true"] {
  background-color: #ffd630;
  color: #000000;
}

.zwc-app-item:not(.zwc-active),
.zwc-app-item[aria-selected="false"] {
  background: transparent;
  color: #ffffff;
}

.zwc-app-item:hover:not([aria-disabled="true"]) {
  background-color: rgba(255, 214, 48, 0.1);
  color: #fff;
}

.zwc-app-item[aria-disabled="true"] {
  opacity: 0.6;
  cursor: not-allowed;
}

.zwc-coming-soon {
  display: flex;
  align-items: center;
  gap: 10px;
}

.zwc-coming-soon-badge {
  background-color: #0d0d0d;
  color: #ffea32;
  padding: 4px 10px;
  border-radius: 2px;
  font-family: var(--zf-primary-medium);
  font-size: 12px;
  line-height: 1.67;
  letter-spacing: -0.24px;
  white-space: nowrap;
}

.zwc-screenshot-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.zwc-content-wrap {
  background-color: #fffacc;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
  padding: 64px 0 0;
  position: relative;
  overflow: hidden;
}

.zwc-content-wrap[hidden] {
  display: none;
}

.zwc-content-wrap.zwc-active {
  display: flex;
}

.zwc-content-wrap img {
  width: 1000px;
  /* height: 510px; */
  object-fit: contain;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.5s ease;
}

.zwc-content-wrap.zwc-active img {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.2s;
}

.zwc-rpa-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 1000px;
  z-index: 1;
  text-align: center;
  transform: translateY(15px);
  opacity: 0;
  transition: all 0.4s ease;
}

.zwc-content-wrap.zwc-active .zwc-rpa-section {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.1s;
}

.zwc-rpa-section h3 {
  font-family: var(--primaryfont-bold);
  font-size: clamp(32px, 2.3vw, 40px);
  line-height: 1.2;
  letter-spacing: -0.8px;
  color: #000000;
  text-align: center;
  margin: 0;
}

.zwc-rpa-section p {
  font-family: var(--primaryfont-regular);
  font-size: clamp(16px, 1.04vw, 18px);
  line-height: 1.44;
  letter-spacing: -0.36px;
  color: #000000;
  text-align: center;
  margin: 0;
}
.zwc-readmore {
  display: inline-block;
  position: relative;
  width: max-content;
  cursor: pointer;
  padding-right: 20px;
  color: #000;
  font-family: var(--primaryfont-bold);
  font-size: 16px;
  margin: 0 auto;
}

.zwc-readmore .zwp-arrow {
  position: relative;
  width: 15px;
  height: 2px;
  display: inline-block;
  top: -3px;
  right: -12px;
  transition: all ease 0.3s;
  background: #000;
}
.zwc-readmore .zwp-arrow:after {
  box-sizing: content-box;
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  transform: rotate(-45deg);
  border: 2px solid #000;
  border-left: 0;
  border-top: 0;
  top: -3px;
  right: 0;
}
.zwc-readmore:hover .zwp-arrow,
.zwc-primary-btn:hover .zwc-arrow-icon,
.zwc-secondary-btn:hover .zwc-arrow-icon {
  transform: translateX(3px);
  transition: all ease 0.3s;
}

/* ================================
           ENHANCED MOBILE SECTION
           ================================ */
.zwc-enhancedmobile-wrap {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.zwc-mobile-wrapper {
  display: flex;
  align-items: stretch;
  width: 100%;
  position: relative;
}

.zwc-mobile-wrapper:before,
.zwc-mobile-wrapper:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
}

.zwc-mobile-wrapper:before {
  background: #025540;
  left: -100%;
}

.zwc-mobile-wrapper:after {
  background: #ffd731;
  right: -100%;
}

.zwc-enhanceapp-left {
  background-color: #025540;
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: clamp(60px, 9.6vw, 166px);
  position: relative;
  z-index: 1;
}

.zwc-mobile-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 532px;
}

.zwc-mobile-container {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 2vw, 34px);
}

.zwc-mobile-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #ffffff;
}

.zwc-mobile-text h2 {
  font-family: var(--primaryfont-bold);
  font-size: clamp(56px, 4.17vw, 72px);
  line-height: 1.11;
  letter-spacing: -1.44px;
  margin: 0;
}

.zwc-mobile-text p {
  font-family: var(--primaryfont-regular);
  font-size: clamp(16px, 1.04vw, 18px);
  line-height: 1.44;
  letter-spacing: -0.36px;
  margin: 0;
}

.zwc-store-links {
  display: flex;
  gap: 19.2px;
  align-items: center;
}

.zwc-store-badge {
  height: 48px;
  display: block;
}

.zwc-store-badge img {
  height: 100%;
  width: auto;
}

.zwc-enhanceapp-right {
  background-color: #ffd731;
  /* height: 720px; */
  width: 50%;
  display: flex;
  gap: 10px;
  align-items: flex-end;
  justify-content: center;
  padding: 126px clamp(120px, 5vw, 233px) 0;
  position: relative;
  z-index: 1;
}

.zwc-mobile-device {
  height: auto;
  width: 398px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.zwc-mobile-device img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-top: auto;
}

/* ================================
           FOOTER SECTION
           ================================ */
.zwc-bottom-cta-wrap {
  background-color: #0a0a0a;
  padding: clamp(100px, 9.3vw, 120px) 0;
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 3.2vw, 56px);
  align-items: center;
  overflow: hidden;
}

.zwc-footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
}

.zwc-bottom-cta-wrap .zwc-title-wrap {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 1.85vw, 32px);
  align-items: center;
  margin-bottom: 32px;
  max-width: 800px;
}

.zwc-bottom-cta-wrap h2 {
  font-family: var(--primaryfont-semibold);
  font-size: clamp(48px, 3.7vw, 64px);
  line-height: 1.125;
  letter-spacing: -1.28px;
  color: #ffffff;
  text-align: center;
  margin: 0;
}

.zwc-cta-btns {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

/* ================================
           RESPONSIVE BREAKPOINTS
           ================================ */
@media (min-width: 768px) {
  .zwc-enhancedmobile-wrap .content-wrap {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 1440px) {
  .content-wrap {
    width: 1140px;
  }
  a.act-btn.cta-btn,
  .zwc-secondary-btn {
    padding: 14px 22px;
  }
  .zwc-banner-container {
    max-width: 570px;
  }
  .zwc-banner-wrap .zwc-tagline {
    font-size: clamp(42px, 3.4vw, 56px);
  }
  .zwc-banner-wrap h1 {
    font-size: clamp(56px, 5vw, 64px);
  }
  .zwc-left-section .zwc-section-tag {
    font-size: clamp(30px, 3.4vw, 36px);
  }
  .zwc-title-wrap h2,
  .zwc-header-section h2,
  .zwc-video-wrap h2,
  .zwc-left-section h2,
  .zwc-contextual-header h2,
  .zwc-amplified-header h2,
  .zwc-mobile-text h2 {
    font-size: clamp(42px, 3.3vw, 56px);
  }
  .zwc-button-group {
    margin-bottom: 60px;
  }
  .zwc-footer-container {
    max-width: 620px;
  }
  .zwc-header-section {
    width: 390px;
  }
  .zwc-title-wrap .zwc-text-container {
    width: 340px;
  }
  .zwc-mobile-content {
    max-width: 330px;
  }
  .zwc-amplified-background {
    padding-left: 40px;
    padding-top: 40px;
  }
  .zwc-store-badge {
    height: 40px;
  }
  .custom-slicknav .custom-prev,
  .custom-slicknav .custom-next {
    width: 42px;
    height: 42px;
  }
  .zwc-text-block h3 {
    font-size: clamp(26px, 1.85vw, 32px);
  }
  .zwc-section-item h3 {
    font-size: clamp(28px, 2.3vw, 40px);
  }
  .zwc-card-image {
    height: auto;
  }
  .zwc-text-block p {
    text-wrap: pretty;
  }
  .zwc-mobile-wrapper {
    align-items: stretch;
  } 
  .zwc-bottom-cta-wrap {
    padding: clamp(70px, 7.5vw, 160px) 0;
  }
  .zwc-bottom-cta-wrap a.act-btn.cta-btn {
    padding: 14px 20px;
  }
}

@media (max-width: 1199px) {
  .content-wrap {
    width: 960px;
  }
  .zwc-banner-container {
    max-width: 510px;
  }
 a.act-btn.cta-btn,
  .zwc-secondary-btn,
  .zwc-bottom-cta-wrap a.act-btn.cta-btn {
    padding: 12px 16px;
    font-size: 14px;
  }
  .zwc-banner-wrap {
    padding: 70px 0 clamp(120px, 12vw, 224px);
  }
  .zwc-banner-wrap .zwc-tagline {
    font-size: clamp(36px, 3vw, 48px);
  }
  .zwc-banner-wrap h1 {
    font-size: clamp(48px, 4.4vw, 56px);
  }
  .zwc-title-wrap h2,
  .zwc-header-section h2,
  .zwc-video-wrap h2,
  .zwc-left-section h2,
  .zwc-contextual-header h2,
  .zwc-amplified-header h2,
  .zwc-mobile-text h2 {
    font-size: clamp(36px, 3vw, 48px);
  }
  .zwc-left-section .zwc-section-tag {
    font-size: clamp(26px, 3.4vw, 36px);
  }
  .zwc-section-item h3 {
    font-size: clamp(26px, 2.3vw, 40px);
  }
  .zwc-left-section {
    width: 310px;
  }
  .zwc-title-wrap,
  .zwc-header-wrapper,
  .zwc-content-section {
    max-width: 890px;
    margin-left: auto;
    margin-right: auto;
  }
  /* .zwc-card-text,
        .zwc-info-text {
          padding: clamp(20px, 3.7vw, 30px);
        } */
  .zwc-header-section {
    width: 290px;
  }
  .zwc-admin-container,
  .zwc-amplified-container {
    max-width: 890px;
  }
  .zwc-tab-button {
    padding: 8px 10px;
    white-space: normal;
    font-size: 13px;
  }
  .zwc-info-container h3,
  .zwc-text-content .zwc-text-block h3 {
    font-size: clamp(24px, 1.85vw, 28px);
  }
  .zwc-button-group {
    margin-bottom: 40px;
  }
  .zwc-info-text {
    width: 250px;
  }
  .zwc-content-section {
    gap: 40px;
  }
  .zwc-mockup-panels {
    width: 500px;
  }
  .zwc-content-wrap {
    gap: 40px;
    padding-top: 40px;
  }
  .zwc-content-wrap img {
    width: 860px;
  }
  .zwc-enhanceapp-right {
    padding: 80px clamp(120px, 5vw, 233px) 0;
  }
  .zwc-bottom-cta-wrap .zwc-title-wrap {
    max-width: 540px;
  }
}

@media (max-width: 991px) {
  .content-wrap {
    width: 720px;
  }
  .zwc-banner-wrap {
    padding: 50px 0 clamp(120px, 12vw, 224px);
  }
  .zwc-banner-container {
    max-width: 440px;
  }
  .zwc-banner-wrap .zwc-tagline {
    font-size: clamp(30px, 3vw, 40px);
  }
  .zwc-banner-wrap h1 {
    font-size: clamp(40px, 4.6vw, 46px);
  }
  .zwc-title-wrap h2,
  .zwc-header-section h2,
  .zwc-video-wrap h2,
  .zwc-left-section h2,
  .zwc-contextual-header h2,
  .zwc-amplified-header h2,
  .zwc-mobile-text h2 {
    font-size: clamp(32px, 3vw, 40px);
  }
  .zwc-text-block h3 {
    font-size: clamp(22px, 1.85vw, 28px);
  }
  .zwc-unified-content {
    padding: clamp(40px, 5.8vw, 100px) 40px;
  }
  .zwc-section-item h3 {
    font-size: clamp(22px, 3vw, 28px);
  }
  .zwc-section-item p {
    font-size: clamp(16px, 1.16vw, 18px);
  }
  .zwc-card-text,
  .zwc-info-text {
    padding: clamp(20px, 1.5vw, 30px);
  }
  .zwc-video-container {
    height: clamp(400px, 38.4vw, 664px);
  }
  .zwc-title-wrap,
  .zwc-header-wrapper,
  .zwc-content-section {
    max-width: 100%;
    width: 100%;
  }
  .zwc-header-section {
    width: 270px;
  }
  .zwc-header-section p,
  .zwc-amplified-header p,
  .zwc-contextual-header p {
    font-size: clamp(16px, 1.16vw, 18px);
  }
  .zwc-button-group,
  .zwc-amplified-menu,
  .zwc-apps-container {
    display: none;
  }
  .zwc-content-wrap img {
    width: 610px;
  }
  .zwc-rpa-section {
    max-width: 380px;
  }
  .zwc-info-container,
  .zwc-audit-wrap,
  .zwc-content-wrap {
    margin: 0 0 80px;
  }
  .zwc-info-container:last-child,
  .zwc-audit-wrap:last-child,
  .zwc-content-wrap:last-child {
    margin-bottom: 0;
  }
  .zwc-info-container[hidden],
  .zwc-audit-wrap[hidden],
  .zwc-content-wrap[hidden] {
    display: flex;
  }
  .zwc-admin-wrapper {
    gap: 64px;
  }
  .zwc-info-container {
    max-width: 690px;
    margin-right: auto;
    margin-bottom: 100px;
  }
  .zwc-info-image,
  .zwc-amplified-background img,
  .zwc-audit-container,
  .zwc-rpa-section,
  .zwc-content-wrap img,
  .zwc-info-container p,
  .zwc-info-container h3 {
    opacity: 1;
    transform: none;
  }
  .zwc-info-text {
    opacity: 1;
  }
  .zwc-mockup-panels {
    width: 360px;
  }
  .zwc-content-section {
    align-items: flex-start;
  }
  .zwc-text-content .zwc-text-block h3 {
    font-size: clamp(22px, 1.85vw, 24px);
  }
  .zwc-enhanceapp-left {
    padding: clamp(60px, 2.6vw, 80px);
  }
  .zwc-enhanceapp-right {
    padding: 60px clamp(80px, 2vw, 80px) 0;
  }
  .zwc-bottom-cta-wrap .zwc-title-wrap {
    max-width: 460px;
  }
}

@media (max-width: 767px) {
  .content-wrap {
    width: 450px;
  }
  .zwc-banner-wrap {
    padding: 50px 0 clamp(60px, 7vw, 120px);
  }
  .zwc-banner-container {
    max-width: 330px;
  }
  .zwc-title-wrap,
  .zwc-header-wrapper,
  .zwc-content-section {
    max-width: 100%;
    width: 100%;
    flex-wrap: wrap;
  }
  .zwc-userexp-wrapper {
    gap: clamp(30px, 4.9vw, 60px);
  }
  .zwc-banner-wrap h1 {
    font-size: clamp(32px, 4.6vw, 36px);
  }
  .zwc-banner-wrap .zwc-tagline {
    font-size: clamp(26px, 3vw, 32px);
  }
  .zwc-title-wrap h2,
  .zwc-header-section h2,
  .zwc-video-wrap h2,
  .zwc-left-section h2,
  .zwc-contextual-header h2,
  .zwc-amplified-header h2,
  .zwc-mobile-text h2 {
    font-size: clamp(28px, 3vw, 30px);
    text-wrap: pretty;
  }
  .zwc-banner-wrap .zwc-tagline,
  .zwc-banner-wrap h1,
  .zwc-title-wrap h2,
  .zwc-header-section h2,
  .zwc-amplified-header h2,
  .zwc-contextual-header h2,
  .zwc-apps-header h2,
  .zwc-mobile-text h2,
  .zwc-bottom-cta-wrap h2,
  .zwc-left-section .zwc-section-tag,
  .zwc-left-section h2,
  .zwc-section-item h3,
  .zwc-text-block h3,
  .zwc-info-container h3,
  .zwc-audit-text h3,
  .zwc-rpa-section h3 {
    letter-spacing: normal;
    line-height: normal;
  }
  .zwc-video-container,
  .zwc-unified-content,
  .zwc-info-container {
    border-radius: 20px;
  }

  .zwc-info-container {
    padding: 16px;
  }
  .zwc-tab-img {
    display: block;
    margin: 40px auto 20px;
  }

  .zwc-left-section .zwc-section-tag {
    font-size: clamp(24px, 3.4vw, 36px);
  }
  .zwc-section-item h3 {
    font-size: clamp(22px, 2vw, 32px);
  }
  .zwc-info-container h3,
  .zwc-text-content .zwc-text-block h3,
  .zwc-audit-text h3,
  .zwc-rpa-section h3 {
    font-size: clamp(22px, 1.85vw, 28px);
  }
  .zwc-left-section,
  .zwc-right-section {
    width: 100%;
  }
  .zwc-unified-content {
    padding: clamp(24px, 5vw, 100px);
     flex-direction: column;
    gap: clamp(30px, 6vw, 40px);
  }
  .zwc-amplified-header {
    gap: 8px;
  } 

  .zwc-unifiedadmin-wrap,
  .zwc-userexperience-wrap,
  .zwc-video-wrap,
  .zwc-contextual-wrap,
  .zwc-latestapps-wrap {
    padding: clamp(70px, 7.5vw, 90px) 0;
  }
  .zwc-video-container {
    height: 250px;
  }
  .zwc-play-button {
    font-size: 14px;
    padding: 10px 16px;
  }
  .zwc-mute-button {
    width: 36px;
    height: 36px;
  }
  .zwc-mute-icon {
    width: 18px;
    height: 18px;
  }
  .zwc-userexp-slider .slick-list {
    overflow: hidden;
  }
  .zwc-info-text {
    transform: none;
    width: 100%;
    position: static;
    border-radius: 10px;
    background: transparent;
    color: #fff;
  }
  .zwc-info-container {
    margin-bottom: 40px;
  }
  .zwc-audit-wrap {
    flex-direction: column;
  }
  .zwc-audit-container,
  .zwc-background-amplified {
    width: 100%;
  }
  .zwc-admin-wrapper {
    gap: 42px;
  }
  .zwc-info-container,
  .zwc-audit-wrap,
  .zwc-content-wrap {
    margin: 0 0 40px;
  }
  .zwc-mockup-panels {
    display: none;
  }
  .zwc-content-item .zwc-tab-img {
    display: block;
  }
  .zwc-content-wrap {
    gap: 30px;
    padding: 40px 20px 0px;
  }
  .zwc-content-wrap img {
    width: 80%;
    max-width: 348px;
  }
  .zwc-mobile-wrapper {
    flex-direction: column;
    margin: 60px auto 0;
  }
  .zwc-mobile-wrapper::before,
  .zwc-mobile-wrapper:after {
    display: none;
  }
  .zwc-enhanceapp-left,
  .zwc-enhanceapp-right {
    width: 100%;
  }
  .zwc-store-badge img {
    max-width: unset;
  }
  .zwc-mobile-content {
    max-width: 100%;
  }
  .zwc-enhanceapp-left {
    padding: clamp(30px, 2.6vw, 60px);
  }
  .zwc-contextual-container {
    gap: clamp(30px, 4.9vw, 60px);
  }
  .custom-slicknav {
    margin: 40px 0 0 auto;
  }
  .custom-slicknav .custom-prev,
  .custom-slicknav .custom-next {
    width: 40px;
    height: 40px;
  }
  .zwc-text-content > div button {
    pointer-events: none;
  }
  .zwc-content-item.zwc-active > div:before,
  .zwc-content-item > div:before {
    display: none;
  }
  .zwc-text-content > div:last-child {
    border: none;
  }
}

@media (max-width: 480px) {
  .content-wrap {
    width: 90%;
  }
  .zwc-store-badge {
    height: 34px;
  }
  .zwc-video-container {
    height: 210px;
  }
}
