/* ============================================================
   Customer Portals — Landing Page styles
   ============================================================ */

:root {
  --cp-blue-50: #f3f7ff;
  --cp-blue-100: #ccdaff;
  --cp-blue-300: #6691ff;
  --cp-blue-500: #0047ff;
  --cp-blue-700: #012b99;
  --cp-blue-800: #001d66;
  --cp-blue-900: #000e33;
  --cp-red-50: #ffe5e4;
  --cp-red-300: #e42527;
  --cp-violet-0: #f7f2ff;
  --cp-violet-100: #deccff;
  --cp-violet-500: #5e05ff;
  --cp-yellow-0: #fffdf5;
  --cp-yellow-300: #fee253;
  --cp-yellow-700: #7a6600;
  --cp-blue-tag: #003acc;
  --cp-text: #1a1a1a;
  --cp-muted: #454545;
  --cp-border: #ebebeb;
  --cp-bg-soft: #f1f4fa;
  --cp-bg-mix: #cfd9fc;
}

.zwc-flx-cnt {
  display: flex;
  flex-wrap: wrap;
}

.pagewrapper .zwc-link-button {
  text-transform: capitalize;
  display: inline-flex;
  gap: 12px;
  padding: 14px 24px;
  border-radius: 4px;
}

/* shared section heading */
.zwc-section-head {
  text-align: center;
  max-width: 928px;
  margin: 0 auto;
}

.zwc-section-head h2 {
  font-family: var(--primaryfont-bold);
  font-size: clamp(32px, 4.4vw, 60px);
  line-height: 1.13;
  letter-spacing: -1.8px;
  color: #000;
  margin: 0;
}

.zwc-section-head h2 span {
  color: var(--cp-blue-500);
}

.zwc-section-head p {
  font-family: var(--primaryfont-regular);
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: var(--cp-muted);
  margin: 24px auto 0;
}

/* shared link style */
.zwc-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--primaryfont-semibold);
  font-size: 16px;
  letter-spacing: -0.32px;
  color: var(--cp-blue-500);
  text-decoration: none;
  display: none;
}

.zwc-link:hover {
  color: var(--cp-blue-700);
}

.zwc-arrow-sm {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.zwc-arrow {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* Video play/pause toggle */
.zwc-vid-option {
  position: relative;
}

.zwc-vid-option video {
  display: block;
  width: 100%;
  height: auto;
  max-height: 660px;
  border-radius: 4px;
}

.zwc-vid-toggle {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
  -webkit-transition: background 0.2s ease, opacity 0.2s ease;
  transition: background 0.2s ease, opacity 0.2s ease;
}

.zwc-vid-toggle::before,
.zwc-vid-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Pause icon (default — shown while playing) */
.zwc-vid-toggle::before {
  width: 4px;
  height: 14px;
  margin-left: -4px;
  background: #fff;
}

.zwc-vid-toggle::after {
  width: 4px;
  height: 14px;
  margin-left: 4px;
  background: #fff;
}

/* Play icon (shown while paused) */
.zwc-vid-toggle.zwc-paused::before {
  width: 0;
  height: 0;
  margin-left: 2px;
  background: transparent;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #fff;
}

.zwc-vid-toggle.zwc-paused::after {
  display: none;
}

/* ============================================================
   HERO
   ============================================================ */
.zwc-banner-wrap {
  position: relative;
  padding: 80px 0 88px;
  border-bottom: 1px solid var(--cp-border);
  overflow: hidden;
}

.zwc-banner-wrap .content-wrap {
  display: flex;
  gap: 64px;
  align-items: center;
  justify-content: space-between;
  max-width: 1356px;
  position: relative;
  z-index: 2;
}

.zwc-banner-left {
  /* flex: 1 1 640px; */
  max-width: 50%;
}

.zwc-banner-wrap h1 {
  font-family: var(--primaryfont-bold);
  font-size: clamp(40px, 5.3vw, 72px);
  line-height: 1.05;
  letter-spacing: -2.16px;
  color: #000;
  margin: 0;
}

.zwc-banner-wrap h1 span {
  color: var(--cp-blue-500);
}

.zwc-banner-wrap p {
  font-family: var(--primaryfont-regular);
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: var(--cp-muted);
  margin: 24px 0 0;
}

.zwc-cta-row {
  margin-top: 32px;
}

.zwc-banner-right {
  position: relative;
  width: 50%;
  aspect-ratio: 636 / 507;
}

.zwc-card-primary {
  position: absolute;
  top: 0;
  left: 0;
  width: 83%;
  /* border-radius: 16px; */
  /* border: 4px solid var(--cp-blue-800); */
  overflow: hidden;
  /* background: var(--cp-bg-soft); */
}

.zwc-card-primary img,
.zwc-card-secondary img {
  display: block;
}

.zwc-card-secondary {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 34%;
  /* height: 52%; */
  background: #fefdfc;
  /* border: 2px solid #0e0e0e; */
  /* border-radius: 16px; */
  overflow: hidden;
  box-shadow: 0 40px 80px -16px rgba(0, 0, 0, 0.16);
}

.zwc-card-secondary img {
  object-position: center;
}

.zwc-banner-stock {
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  /* width: auto; */
  object-fit: contain;
  object-position: bottom center;
  z-index: 1;
}

.zwc-banner-stock img {
  object-position: bottom;
  height: 100%;
  object-fit: contain;
}

.zwc-tick {
  position: absolute;
  top: 225px;
  right: -5px;
  width: 34px;
  height: 34px;
  background-image: url("/sites/zweb/images/creator/cp-tick.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  border-radius: 999px;
}

.zwc-blob {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  filter: blur(80px);
  z-index: 1;
  pointer-events: none;
}

.zwc-blob-1 {
  background: rgba(228, 37, 39, 0.10);
  left: -260px;
  top: 320px;
}

.zwc-blob-2 {
  /* background: rgba(0, 71, 255, 0.18); */
  background: rgba(228, 37, 39, 0.10);
  right: -260px;
  top: 60px;
}

/* ============================================================
   CAPABILITIES (Toolkit)
   ============================================================ */
.zwc-toolkit {
  padding: 96px 0 0;
  background: #fff;
}

.zwc-toolkit .content-wrap {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.zwc-tabs-sticky {
  position: sticky;
  top: 66px;
  z-index: 10;
  margin-top: 64px;
  padding: 12px 0;
  background: #fff;
}

.zwc-tabs {
  display: flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--cp-border);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 16px 24px -4px rgba(0, 0, 0, 0.1);
}

.zwc-tab {
  flex: 1 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  border: 0;
  background: transparent;
  border-radius: 999px;
  font-family: var(--primaryfont-semibold);
  font-size: 15px;
  letter-spacing: -0.15px;
  color: var(--cp-muted);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.zwc-tab:hover {
  background: #f5f5f5;
}

.zwc-tab .zwc-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #f5f5f5;
  border-radius: 999px;
  font-family: var(--primaryfont-bold);
  font-size: 12px;
  color: #000;
}

.zwc-tab.is-active {
  background: var(--cp-blue-700);
  color: #fff;
}

.zwc-tab.is-active:hover {
  background: var(--cp-blue-700);
}

.zwc-tab.is-active .zwc-num {
  background: var(--cp-blue-100);
}

.zwc-tab-panel {
  margin-top: 64px;
  background: linear-gradient(180deg, var(--cp-blue-100) 0%, var(--cp-bg-mix) 65%, var(--cp-red-50) 100%);
  position: relative;
  overflow: hidden;
  display: none;
}

.zwc-tab-panel.is-active {
  display: block;
  animation: zwc-tab-fade 0.35s ease both;
}

@keyframes zwc-tab-fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.zwc-tab-panel::before {
  content: "";
  position: absolute;
  inset: 0 calc(60% + 2px) 0 0;
  background: var(--cp-bg-soft);
  z-index: 0;
}

.zwc-tab-grid {
  position: relative;
  z-index: 1;
  max-width: 1356px;
  margin: 0 auto;
  padding: 96px 0px;
  gap: 120px;
  align-items: center;
}

.zwc-tab-left {
  flex: 0 1 450px;
  min-width: 0;
}

.zwc-tab-left h3 {
  font-family: var(--primaryfont-semibold);
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.13;
  letter-spacing: -1.92px;
  color: #000;
  margin: 0 0 90px;
}

.zwc-tab-left h3 span {
  display: block;
}

.zwc-feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.zwc-feature-list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 18px 0;
}

.zwc-feature-head {
  align-items: center;
  gap: 16px;
  cursor: pointer;
}

.zwc-feature-head h4 {
  flex: 1;
  min-width: 0;
}

.zwc-feature-head h4 {
  font-family: var(--primaryfont-semibold);
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.2px;
  color: var(--cp-text);
  margin: 0;
}

.zwc-feature-list li.is-active .zwc-feature-head h4 {
  color: #000;
}

.zwc-feature-list li.is-active {
  position: relative;
}

.zwc-feature-list li .zwc-feature-head::before {
  filter: brightness(0);
}

.zwc-feature-list li.is-active .zwc-feature-head::before {
  filter: brightness(1);
}

.zwc-feature-body {
  margin: 0 0 4px 40px;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s ease, margin-top 0.4s ease;
}

.zwc-feature-body>* {
  overflow: hidden;
  min-height: 0;
}

.zwc-feature-list li.is-active .zwc-feature-body {
  grid-template-rows: 1fr;
  margin-top: 16px;
}


.zwc-feature-body p {
  font-family: var(--zf-primary-medium);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.16px;
  color: #000;
  margin: 0;
}

[class*="zwc-icon-"]::before,
.zwc-feature-head::after,
.zwc-testimonial .slick-prev:before,
.zwc-testimonial .slick-next:before,
.zwc-hm-text-btn::after {
  content: "";
  background-image: url("/sites/zweb/images/creator/customer-lp-sprite.svg");
  background-repeat: no-repeat;
  background-size: 652px 29px;
  flex-shrink: 0;
}

.zwc-hm-text-btn {
  color: #0047ff;
  border-bottom: 1px solid #0047ff;
  display: inline-block;
  position: relative;
}

.zwc-hm-text-btn::after {
  background-position: -635px -2px;
  width: 17px;
  height: 18px;
  position: absolute;
  right: -24px;
  top: 5px;
  transition: 0.3s;
}

.zwc-feature-head::before {
  width: 24px;
  height: 24px;
  background-position-y: -5px;
}

.zwc-feature-head::after {
  width: 24px;
  height: 24px;
  background-position: -595px 0;
  transition: transform 0.2s ease;
}

.zwc-feature-list li.is-active .zwc-feature-head::after {
  transform: rotate(90deg);
}

.zwc-icon-layers::before {
  background-position-x: 1px;
}

.zwc-icon-builder::before {
  background-position-x: -21px;
}

.zwc-icon-brand::before {
  background-position-x: -42px;
}

.zwc-icon-ai::before {
  background-position-x: -67px;
}

.zwc-icon-device::before {
  background-position-x: -93px;
}

.zwc-icon-shield::before {
  background-position-x: -116px;
}

.zwc-icon-mfa::before {
  background-position-x: -141px;
}

.zwc-icon-key::before {
  background-position-x: -163px;
}

.zwc-icon-eye::before {
  background-position-x: -184px;
}

.zwc-icon-lock::before {
  background-position-x: -207px;
}

.zwc-icon-message::before {
  background-position-x: -231px;
}

.zwc-icon-bell::before {
  background-position-x: -254px;
}

.zwc-icon-comment::before {
  background-position-x: -277px;
}

.zwc-icon-upload::before {
  background-position-x: -300px;
}

.zwc-icon-users::before {
  background-position-x: -325px;
}

.zwc-tab-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  z-index: 2;
  padding: 0 3%;
  display: grid;
  grid-template-columns: min(100%, 760px);
  align-content: center;
  justify-content: center;
}

.zwc-feature-image {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease;
}

.zwc-tab-right .zwc-feature-image {
  background: rgba(255, 255, 255, 0.6);
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 12px;
}

.zwc-tab-right .zwc-feature-image img{
  border-radius: 10px;
  height: 100%;
  object-fit: contain;
}

.zwc-tab-right .zwc-feature-image.zwc-mobile {
  padding: 80px 12px;
}

.zwc-feature-image.zwc-mobile video {
  max-height: 470px;
}

.zwc-feature-image.is-active {
  opacity: 1;
  visibility: visible;
}

/* ============================================================
   USE CASES (Portals)
   ============================================================ */
.zwc-portals {
  padding: 96px 0;
  background: #FAFAFA;
}

.zwc-portals .content-wrap {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.zwc-portal-grid {
  gap: 24px;
}

.zwc-portal-card {
  width: calc((100% - 24px) / 2);
  box-sizing: border-box;
  background: #fff;
  border: 1px solid var(--cp-border);
  border-radius: 16px;
  padding: 24px;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.zwc-portal-card:hover {
  box-shadow: 0 16px 40px -8px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}

.zwc-portal-preview {
  border-radius: 8px;
  background: #E4EDFF;
  overflow: hidden;
  margin-bottom: 32px;
  text-align: center;
  padding: 24px;
}

.zwc-portal-preview img {
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}

.zwc-portal-meta h3 {
  font-family: var(--primaryfont-semibold);
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -0.4px;
  color: #000;
  margin: 0 0 8px;
}

.zwc-portal-meta p {
  font-family: var(--zf-primary-medium);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.16px;
  color: var(--cp-muted);
  margin: 0;
}

.zwc-more-head {
  align-items: center;
  gap: 24px;
  margin-top: 8px;
}

.zwc-more-head p {
  font-family: var(--primaryfont-semibold);
  font-size: 18px;
  letter-spacing: -0.18px;
  color: var(--cp-text);
  margin: 0;
}

.zwc-more-head span {
  flex: 1;
  display: block;
  height: 1px;
  background: var(--cp-border);
}

.zwc-more-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 24px;
}

.zwc-more-grid li {
  width: calc((100% - 72px) / 4);
  box-sizing: border-box;
  background: #fff;
  border: 1px solid var(--cp-border);
  border-radius: 12px;
  padding: 24px;
  position: relative;
}

.zwc-more-grid h4 {
  font-family: var(--primaryfont-semibold);
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.18px;
  color: #000;
  margin: 0 0 8px;
  padding-top: 64px;
  position: relative;
}

.zwc-more-grid p {
  font-family: var(--zf-primary-medium);
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: -0.14px;
  color: var(--cp-muted);
  margin: 0;
}

.zwc-more-grid h4::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background-color: #E4EDFF;
}

.zwc-more-grid h4::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 13px;
  width: 22px;
  height: 22px;
  background-image: url("/sites/zweb/images/creator/customer-lp-sprite.svg");
  background-repeat: no-repeat;
  background-size: 652px 29px;
  z-index: 1;
}

.zwc-icon-vendor h4::before {
  background-position: -116px -5px;
}

.zwc-icon-student h4::before {
  background-position: -441px -7px;
}

.zwc-icon-patient h4::before {
  background-position: -141px -5px;
}

.zwc-icon-recruit h4::before {
  background-position: -488px -4px;
}

.zwc-icon-citizen h4::before {
  background-position: -508px -4px;
}

.zwc-icon-support h4::before {
  background-position: -465px -6px;
}

.zwc-icon-supplier h4::before {
  background-position: -550px -4px;
}

.zwc-icon-partner h4::before {
  background-position: -571px -4px;
}

/* ============================================================
   BENEFITS (Bento)
   ============================================================ */
.zwc-benefits {
  padding: 96px 0 0;
}

.zwc-benefits .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.zwc-benefits h2 {
  text-align: center;
  font-family: var(--primaryfont-bold);
  font-size: clamp(32px, 4.1vw, 56px);
  line-height: 1.1;
  letter-spacing: -1.68px;
  color: #000;
  margin: 0;
  max-width: 888px;
}

.zwc-benefits h2 span {
  color: var(--cp-blue-500);
}

.zwc-bento {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 24px;
  width: 100%;
}

.zwc-bento li {
  width: calc((100% - 48px) / 3);
  box-sizing: border-box;
  border-radius: 24px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 280px;
}

.zwc-bento h3 {
  font-family: var(--primaryfont-semibold);
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1.25;
  letter-spacing: -0.64px;
  color: #000;
  margin: 0;
}

.zwc-bento p {
  font-family: var(--primaryfont-regular);
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: -0.14px;
  color: var(--cp-muted);
  margin: 0;
}

.zwc-bento-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--primaryfont-bold);
  font-size: 12px;
  letter-spacing: 0.96px;
}

.zwc-bento-tag .zwc-bullet {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: currentColor;
}

.zwc-bento-violet {
  background: var(--cp-violet-0);
  border: 1px solid var(--cp-violet-100);
}

.zwc-bento-violet .zwc-bento-tag {
  color: var(--cp-violet-500);
}

.zwc-bento-yellow {
  background: var(--cp-yellow-0);
  border: 1px solid var(--cp-yellow-300);
}

.zwc-bento-yellow .zwc-bento-tag {
  color: var(--cp-yellow-700);
}

.zwc-bento-blue {
  background: var(--cp-blue-50);
  border: 1px solid var(--cp-blue-100);
}

.zwc-bento-blue .zwc-bento-tag {
  color: var(--cp-blue-tag);
}

/* Testimonial */
.zwc-testimonial {
  padding: 120px 0 0;
  background: linear-gradient(180deg, #FFF 0%, #EFF2FB 26.71%, #FFF 100%);
}

.pagewrapper .zwc-testimonial .content-wrap {
  max-width: 1320px;
  padding: 88px 16px 40px;
  background: #fff;
  border-radius: 8px;
}

.zwc-testimonial h2,
.zwc-testi-wrap>div {
  max-width: 800px;
}

.zwc-testimonial h2,
.zwc-testi-slider p span {
  font-family: var(--zf-primary-medium);
}

.zwc-testi-slider .zwc-testi-desc,
.zwc-testi-slider p {
  font-family: var(--primaryfont-semibold);
}

.zwc-testimonial h2,
.zwc-testi-slider p {
  font-size: 16px;
}

.zwc-testimonial h2,
.zwc-testi-slider .zwc-testi-prfl div img,
.zwc-testi-slider p span {
  display: block;
}

.zwc-testimonial h2 {
  line-height: 24px;
  margin: 0 auto 16px;
}

.zwc-testi-wrap>div {
  margin: 0 auto;
}

.zwc-testi-slider .zwc-testi-desc {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.8px;
  margin-bottom: 32px;
}

.zwc-testi-slider .zwc-testi-prfl div img {
  border-radius: 50px;
  margin-right: 16px;
}

.zwc-testi-slider p {
  font-size: 20px;
  margin-bottom: 0;
}

.zwc-testi-slider p span {
  font-size: 16px;
}

.pagewrapper p.zwc-mr-btn {
  position: relative;
  text-align: right;
  margin: 20px 70px 0 0;
}

.pagewrapper p.zwc-mr-btn:before {
  content: "";
  position: absolute;
  left: 20%;
  top: 14px;
  z-index: 1;
  background: #E5E5E5;
  height: 1px;
  width: 63%;
}

.zwc-testimonial .slick-next,
.zwc-testimonial .slick-prev {
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.25);
}

.zwc-testimonial .slick-prev {
  left: 5%;
}

.zwc-testimonial .slick-next {
  right: 5%;
}

.zwc-testimonial .slick-prev:before,
.zwc-testimonial .slick-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  background-position: -611px -5px;
  opacity: 1;
  background-color: transparent;
}

.zwc-testimonial .slick-prev:before {
  transform: rotate(180deg);
}

.zwc-testimonial .slick-prev:hover:after,
.zwc-testimonial .slick-prev:hover:before {
  background-color: transparent;
}

.zwc-testimonial .slick-next:before {
  transform: rotate(0);
}

.zwc-testimonial .slick-prev:after,
.zwc-testimonial .slick-next:after {
  display: none;
}

.zwc-testi-wrap .zwc-flx-cnt {
  align-items: center;
}

.zwc-testimonial .slick-dots {
  margin: 30px 0;
}

.zwc-testi-prf-logo {
  justify-content: space-between;
}

/* End Testimonial */

/* ============================================================
   FINAL CTA
   ============================================================ */
.zwc-cta {
  padding: 80px 0;
  background: #fff;
}

.zwc-cta .content-wrap {
  text-align: center;
}

.zwc-cta h2 {
  font-family: var(--primaryfont-bold);
  font-size: clamp(28px, 3.5vw, 48px);
  line-height: 1.16;
  letter-spacing: -0.96px;
  color: #000;
  margin: 0 0 28px;
}

/* FAQ */
.zwc-faq {
  background: #030303;
}

.pagewrapper .zwc-faq .content-wrap {
  padding: 120px 0;
}

.zwc-faq-heading,
.zwc-faq-item,
.zwc-faq-cnt h3,
.zwc-faq-cnt h3 button {
  position: relative;
}

.zwc-faq-heading {
  width: 40%;
}

.zwc-faq-heading div {
  position: sticky;
  top: 90px;
}

.zwc-faq-heading h2 {
  font-size: clamp(28px, 3.5vw, 48px);
  letter-spacing: -0.96px;
  max-width: 420px;
  color: #fff;
}

.zwc-faq-cnt {
  width: 60%;
}

.zwc-faq-item {
  margin-bottom: 16px;
  background: #141414;
}

.zwc-faq-item:last-child {
  margin-bottom: 0;
}

.zwc-faq-item.active h3 span:after {
  display: none;
}

.zwc-faq-cnt h3 {
  margin-bottom: 0;
  z-index: 2;
  color: #D1D1D1;
}

.zwc-faq-cnt h3 button {
  font-size: 20px;
  letter-spacing: -0.4px;
  margin-bottom: 0;
  cursor: pointer;
  padding: 24px 56px 24px 24px;
  background: transparent;
  border: inherit;
  width: 100%;
  text-align: left;
  font-family: var(--primaryfont-semibold);
  z-index: 2;
  color: #D1D1D1;
}

.zwc-faq-cnt h3 span,
.zwc-faq-cnt h3 span:before,
.zwc-faq-cnt h3 span:after {
  content: "";
  position: absolute;
  cursor: pointer;
}

.zwc-faq-cnt h3 span {
  right: 26px;
  top: 26px;
  z-index: 1;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 100px;
}

.zwc-faq-cnt h3 span:before,
.zwc-faq-cnt h3 span:after {
  background: #000;
  z-index: 2;
  border-radius: 8px;
}

.zwc-faq-cnt h3 span:before,
.zwc-faq-cnt h3 span:after {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.zwc-faq-cnt h3 span:before {
  height: 2px;
  width: 14px;
}

.zwc-faq-cnt h3 span:after {
  width: 2px;
  height: 14px;
}

.zwc-faq-ans {
  display: none;
  padding: 0 24px 24px;
}

.zwc-faq-item:first-child .zwc-faq-ans {
  display: block;
}

.zwc-faq-ans p {
  font-size: 16px;
  margin-bottom: 0;
  max-width: 660px;
  color: #D1D1D1;
}

.zwc-faq-ans ul {
  list-style: disc;
  list-style-position: inside;
  margin: 15px 0;
}

.zwc-faq-ans ul li {
  color: #D1D1D1;
  font-size: 16px;
  margin-bottom: 10px;
}

.zwc-faq-ans p a,
.zwc-faq-ans p+a {
  color: var(--zwc-link-clr-dark);
}

.zwc-faq-heading a {
  margin-top: 24px;
}

/* End FAQ */
/* Trusted Brands */
.zwc-trusted-brands {
  border-bottom: 1px solid var(--cp-border);
}

.pagewrapper .zwc-trusted-brands .content-wrap {
  padding: 55px 0 40px;
  max-width: 1060px;
}

.zwc-trusted-brands .content-wrap h2 {
  font-size: 24px;
  text-align: center;
  margin: 0 0 32px;
  letter-spacing: inherit;
  color: #000E33;
}

.zwc-trusted-brands ul li {
  width: 16.6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.zwc-trusted-brands ul li img {
  display: block;
}

.zwc-trusted-brands ul li {
  transition: transform .1s ease-in-out;
}

.zwc-trusted-brands.in-view ul li {
  transform: scale(1);
}

.zwc-trusted-brands p {
  font-size: 12px;
  padding: 8px 12px;
  border: 1px solid #929EBD;
  border-radius: 100px;
  max-width: 607px;
  margin: 34px auto 0;
  font-family: var(--primaryfont-semibold);
  display: none;
  gap: 12px;
}

/* End Trusted Brands */

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 1440px) {
  .zwc-tab-grid {
    padding: 90px 30px;
  }
}



@media (max-width: 1280px) {
  .zwc-banner-wrap .content-wrap {
    gap: 40px;
  }

  .zwc-tab-grid {
    gap: 100px;
    padding: 80px 30px;
  }

  .zwc-tab-left {
    flex-basis: 400px;
  }

  .zwc-more-grid li {
    width: calc((100% - 24px) / 2);

  }

  /* Trusted Brands */
  .pagewrapper .zwc-trusted-brands .content-wrap {
    max-width: 944px;
  }

  /* End Trusted Brands */

  /* FAQ  */
  .zwc-faq .content-wrap {
    padding: 102px 0;
  }

  .zwc-faq-heading,
  .zwc-faq-cnt {
    width: 100%;
  }

  .zwc-faq-heading h2 {
    margin-bottom: 40px;
    max-width: inherit;
  }

  .zwc-faq-cnt .zwc-sec-cta-dark {
    margin-top: 20px;
  }

  .zwc-faq-heading div {
    position: static;
    top: 0;
  }

  /* End FAQ */

  .zwc-testimonial .slick-next {
    right: 0;
  }

  .zwc-testimonial .slick-prev {
    left: 0;
  }


}

@media (max-width: 1199px) {


  .zwc-tab-panel::before {
    inset: 0 calc(50% + 40px) 0 0;
  }

  .zwc-tab-right {
    width: calc(50% + 40px);
  }

  .zwc-tab-grid {
    gap: 90px;
  }

  .zwc-tab {
    padding: 12px 10px;
  }

  .zwc-tabs-sticky {
    top: 0;
  }

  /* Testimonial */
  .zwc-testimonial {
    padding: 64px 0 80px;
  }

  .pagewrapper .zwc-testimonial .content-wrap {
    max-width: 848px;
  }

  .zwc-testi-wrap>div,
  .zwc-testimonial h2 {
    max-width: 675px;
  }

  .pagewrapper p.zwc-mr-btn:before {
    width: 63%;
    left: 9%;
  }

  /* End Testimonial */

  /* FAQ  */
  .pagewrapper .zwc-faq .content-wrap {
    padding: 80px 0;
  }

  /* End FAQ */

  /* Trusted Brands */
  .zwc-trusted-brands p {
    padding: 12px;
  }

  /* End Trusted Brands */
}

@media (max-width: 1024px) {
  .zwc-banner-wrap {
    padding: 64px 0 72px;
  }

  .zwc-banner-wrap .content-wrap {
    flex-direction: column;
    gap: 48px;
  }

  .zwc-banner-left {
    max-width: 780px;
    text-align: center;
  }

  .zwc-banner-right {
    width: 100%;
    max-width: 540px;
    height: 420px;
    margin: 0 auto;
  }

  .zwc-tabs-sticky {
    display: none;
  }

  .zwc-tabs {
    display: none;
  }

  .zwc-tab-panel {
    display: block;
  }

  .zwc-tab-panel+.zwc-tab-panel {
    margin-top: 64px;
  }

  .zwc-tab-panel::before {
    display: none;
  }

  .zwc-tab-grid {
    gap: 40px;
    padding: 64px 30px;
  }

  .zwc-tab-left {
    flex: 1 1 100%;
  }

  .zwc-tab-right {
    display: none;
  }

  .zwc-feature-list .zwc-feature-image {
    grid-column: unset;
    grid-row: unset;
    opacity: 1;
    visibility: visible;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, margin-top 0.4s ease;
  }

  .zwc-feature-list li.is-active .zwc-feature-image {
    max-height: 800px;
    margin-top: 16px;
  }


  .zwc-tab-left h3 span {
    display: inline;
  }

  .zwc-tab-left h3 {
    margin-bottom: 30px;
  }

  .zwc-feature-list li.is-active .zwc-feature-head::before {
    filter: brightness(0);
  }


  .zwc-feature-list .zwc-feature-image {
    display: none;
  }


}

@media (max-width: 991px) {

  /* Testimonial */
  .pagewrapper .zwc-testimonial .content-wrap {
    max-width: 624px;
    padding: 24px 16px 24px;
  }

  .zwc-testi-wrap>div,
  .zwc-testimonial h2 {
    max-width: 448px;
  }

  .zwc-testimonial p.zwc-mr-btn {
    margin: 20px 40px 0 0;
  }

  .zwc-testi-slider .zwc-testi-desc {
    font-size: 32px;
    line-height: 44px;
  }

  .pagewrapper p.zwc-mr-btn:before {
    display: none;
  }

  .zwc-testi-logo {
    width: 100%;
    margin-top: 24px;
  }

  /* End Testimonial */

  /* Trusted Brands */
  .zwc-trusted-brands ul {
    gap: 32px;
  }

  .zwc-trusted-brands ul li {
    width: 29.3%;
  }

  /* End Trusted Brands */

  .zwc-bento li {
    width: calc((100% - 24px) / 2);
    min-height: auto;
  }

  .zwc-vid-option video {
    max-height: unset;
  }
}

@media (max-width: 767px) {
  /* .pagewrapper .content-wrap {
    padding: 0 20px;
  } */

  .zwc-banner-wrap {
    padding: 48px 0 56px;
  }

  .zwc-banner-stock,
  .zwc-tick {
    display: none;
  }

  .zwc-banner-wrap h1,
  .zwc-section-head h2,
  .zwc-benefits h2,
  .zwc-cta h2,
  .zwc-tab-left h3 {
    letter-spacing: normal;
    line-height: normal;
  }

  .zwc-banner-wrap p,
  .zwc-section-head p {
    letter-spacing: normal;
  }


  .zwc-banner-right {
    height: auto;
    aspect-ratio: 540 / 432;
    max-width: 480px;
  }

  .zwc-card-primary {
    width: 78%;
  }

  .zwc-card-secondary {
    width: 38%;
    /* height: 56%; */
  }

  .zwc-tick {
    top: 48%;
    right: 7%;
    width: 36px;
    height: 36px;
  }

  .zwc-toolkit {
    padding: 64px 0 0;
  }

  .zwc-tabs {
    gap: 6px;
    padding: 6px;
    border-radius: 16px;
  }

  .zwc-tab {
    flex: 1 1 100%;
    min-width: 100%;
    padding: 14px;
    border-radius: 12px;
  }

  .zwc-tab-grid {
    padding: 48px 30px;
  }

  .zwc-tab-right {
    padding: 8px;
  }

  .zwc-portals {
    padding: 64px 0;
  }

  .zwc-portal-card {
    width: 100%;
    padding: 20px;
  }

  .zwc-portal-preview {
    margin-bottom: 24px;
  }

  .zwc-more-grid li {
    width: 100%;
  }

  .zwc-benefits {
    padding: 64px 0 0;
  }

  .zwc-bento li {
    padding: 24px;
    width: 100%;
  }

  .zwc-cta {
    padding: 56px 0;
  }


  /* Testimonial */
  .pagewrapper .zwc-testimonial .content-wrap {
    max-width: inherit;
    padding: 80px 16px 80px;
  }

  .zwc-testi-wrap>div,
  .zwc-testimonial h2 {
    max-width: inherit;
    padding: 0 70px;
  }

  .zwc-testi-slider .zwc-testi-desc {
    font-size: 24px;
    line-height: 32px;
  }

  .zwc-testi-slider p {
    width: 100%;
  }

  /* End Testimonial */

  /* Trusted Brands */
  .pagewrapper .zwc-trusted-brands .content-wrap {
    max-width: inherit;
    padding: 40px 0;
  }

  .zwc-trusted-brands ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .zwc-trusted-brands h2 {
    margin: 0 0 40px;
  }

  .zwc-trusted-brands p {
    flex-direction: column;
    text-align: center;
  }

  /* End Trusted Brands */


}


@media (max-width: 480px) {

  /* Left-align everything on small phones */
  .zwc-banner-wrap .content-wrap {
    align-items: flex-start;
  }

  .zwc-banner-left {
    text-align: left;
  }

  .zwc-banner-right {
    margin: 0;
  }

  .zwc-section-head {
    text-align: left;
    max-width: 100%;
    margin: 0;
  }

  .zwc-section-head h2,
  .zwc-section-head p,
  .zwc-benefits h2 {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .zwc-benefits .content-wrap,
  .zwc-cta .content-wrap {
    align-items: flex-start;
    text-align: left;
  }

  /* Testimonial */
  .zwc-testi-wrap {
    display: none;
  }

  .zwc-testimonial .zwc-testi-wrap:first-child {
    display: block;
  }

  .pagewrapper .zwc-testimonial .content-wrap {
    padding: 24px;
  }

  .zwc-testi-wrap>div,
  .zwc-testimonial h2 {
    padding: 0;
  }

  .zwc-testimonial p.zwc-mr-btn {
    text-align: left;
    margin: 20px 20px 0 0;
  }

  /* End Testimonial */

  .zwc-tab-grid {
    padding: 40px 20px;
  }

  .zwc-portal-preview {
    padding: 15px;
  }
}

/* Scroll Animation */
@media (min-width: 1200px) {
  .pagewrapper .content-wrap {
    opacity: 0;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
    -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
    transition: opacity 0.8s ease, transform 0.8s ease;
  }

  .pagewrapper .content-wrap.bottom-animated {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .pagewrapper .content-wrap.middle-animated {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }

  .pagewrapper .content-wrap.top-animated {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}

/* End Scroll Animation */

/* Staggered Reveals */
@media (min-width: 1200px) {
  @-webkit-keyframes zwc-rise {
    from {
      opacity: 0;
      -webkit-transform: translateY(40px);
      transform: translateY(40px);
    }

    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }

  @keyframes zwc-rise {
    from {
      opacity: 0;
      -webkit-transform: translateY(40px);
      transform: translateY(40px);
    }

    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }

  @-webkit-keyframes zwc-from-left {
    from {
      opacity: 0;
      -webkit-transform: translateX(-60px);
      transform: translateX(-60px);
    }

    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }

  @keyframes zwc-from-left {
    from {
      opacity: 0;
      -webkit-transform: translateX(-60px);
      transform: translateX(-60px);
    }

    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }

  /* Stock image rises from below — keeps its translateX(-50%) centering */
  @-webkit-keyframes zwc-from-down {
    from {
      opacity: 0;
      -webkit-transform: translate(-50%, 60px);
      transform: translate(-50%, 60px);
    }

    to {
      opacity: 1;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
    }
  }

  @keyframes zwc-from-down {
    from {
      opacity: 0;
      -webkit-transform: translate(-50%, 60px);
      transform: translate(-50%, 60px);
    }

    to {
      opacity: 1;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
    }
  }

  @-webkit-keyframes zwc-pop {
    from {
      opacity: 0;
      -webkit-transform: scale(0.4);
      transform: scale(0.4);
    }

    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }

  @keyframes zwc-pop {
    from {
      opacity: 0;
      -webkit-transform: scale(0.4);
      transform: scale(0.4);
    }

    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }

  /* Banner right — cards slide in from left, stock rises from below, tick pops */
  .zwc-banner-right>* {
    opacity: 0;
  }

  /* banner-cp: primary dashboard card slides in from left */
  .zwc-banner-right.in-view .zwc-card-primary {
    -webkit-animation: zwc-from-left 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) 0.1s both;
    animation: zwc-from-left 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) 0.1s both;
  }

  /* banner-signin: secondary card slides in from left */
  .zwc-banner-right.in-view .zwc-card-secondary {
    -webkit-animation: zwc-from-left 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) 0.35s both;
    animation: zwc-from-left 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) 0.35s both;
  }

  /* banner-stock-img: person image rises up from below */
  .zwc-banner-right.in-view .zwc-banner-stock {
    -webkit-animation: zwc-from-down 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) 0.5s both;
    animation: zwc-from-down 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) 0.5s both;
  }

  /* tick badge pops in last */
  .zwc-banner-right.in-view .zwc-tick {
    -webkit-animation: zwc-pop 0.45s cubic-bezier(0.34, 1.56, 0.64, 1) 0.8s both;
    animation: zwc-pop 0.45s cubic-bezier(0.34, 1.56, 0.64, 1) 0.8s both;
  }

  /* Portal grid — cards rise up one by one */
  .zwc-portal-grid .zwc-portal-card {
    opacity: 0;
  }

  .zwc-portal-grid.in-view .zwc-portal-card {
    -webkit-animation: zwc-rise 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) both;
    animation: zwc-rise 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) both;
  }

  .zwc-portal-grid.in-view .zwc-portal-card:nth-child(1) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }

  .zwc-portal-grid.in-view .zwc-portal-card:nth-child(2) {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
  }

  .zwc-portal-grid.in-view .zwc-portal-card:nth-child(3) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }

  .zwc-portal-grid.in-view .zwc-portal-card:nth-child(4) {
    -webkit-animation-delay: 0.55s;
    animation-delay: 0.55s;
  }

  .zwc-portal-grid.in-view .zwc-portal-card:nth-child(5) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
  }

  .zwc-portal-grid.in-view .zwc-portal-card:nth-child(6) {
    -webkit-animation-delay: 0.85s;
    animation-delay: 0.85s;
  }

  /* More grid — cards rise up one by one */
  .zwc-more-grid>li {
    opacity: 0;
  }

  .zwc-more-grid.in-view>li {
    -webkit-animation: zwc-rise 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) both;
    animation: zwc-rise 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) both;
  }

  .zwc-more-grid.in-view>li:nth-child(1) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }

  .zwc-more-grid.in-view>li:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }

  .zwc-more-grid.in-view>li:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }

  .zwc-more-grid.in-view>li:nth-child(4) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }

  .zwc-more-grid.in-view>li:nth-child(5) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }

  .zwc-more-grid.in-view>li:nth-child(6) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }

  .zwc-more-grid.in-view>li:nth-child(7) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
  }

  .zwc-more-grid.in-view>li:nth-child(8) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
  }

  /* Bento — cards rise up one by one */
  .zwc-bento>li {
    opacity: 0;
  }

  .zwc-bento.in-view>li {
    -webkit-animation: zwc-rise 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) both;
    animation: zwc-rise 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) both;
  }

  .zwc-bento.in-view>li:nth-child(1) {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
  }

  .zwc-bento.in-view>li:nth-child(2) {
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
  }

  .zwc-bento.in-view>li:nth-child(3) {
    -webkit-animation-delay: 0.55s;
    animation-delay: 0.55s;
  }
}

@media (prefers-reduced-motion: reduce) {

  .zwc-banner-right>*,
  .zwc-portal-grid .zwc-portal-card,
  .zwc-more-grid>li,
  .zwc-bento>li {
    opacity: 1;
    -webkit-animation: none;
    animation: none;
  }
}

/* End Staggered Reveals */