@charset "UTF-8";
/* ===================================================
   Virtual Town Halls — Zoho Connect
   =================================================== */
/* Typography */
@media screen and (min-width: 1200px) {
  .zwc-hero__title {
    font-size: 68px;
  }
  .zwc-feature__title,
  .zwc-benefits__title,
  .zwc-catalyst__title,
  .zwc-bottom-cta__title {
    font-size: 48px;
  }
  .zwc-catalyst__card-title {
    font-size: 24px;
  }
}
/* Shared section spacing */
.zwc-secpad {
  padding: 120px 0;
}

.zwc-secmar {
  margin: 120px 0;
}

/* Tick marker (shared across feature lists) */
.zwc-feature__tick {
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 6px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><circle cx='10' cy='10' r='10' fill='%2324a426'/><path d='M5.5 10.5l3 3 6-6.5' stroke='white' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/contain no-repeat;
}

.cta-sec-btn {
  color: #000;
  background: transparent;
  display: inline-block;
  font-family: var(--zf-primary-semibold), sans-serif;
  border: 1px solid #000;
  cursor: pointer;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
}

.act-btn,
.cta-sec-btn {
  padding: 11px 30px;
}

/* ===================================================
   Hero Section
   =================================================== */
.zw-product-header {
  background: #001745;
}

.zwc-hero {
  background: #001745;
  padding: 120px 0 0;
  color: #fff;
  overflow: hidden;
}
.zwc-hero .content-wrap {
  text-align: center;
}
.zwc-hero__inner {
  max-width: 580px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.zwc-hero__title {
  font-family: var(--primaryfont-semibold);
  color: #fff;
  letter-spacing: -2.16px;
  line-height: 1.11;
  max-width: 1280px;
}
.zwc-hero__title span {
  color: #ccff33;
}
.zwc-hero__desc {
  font-family: var(--zf-primary-medium);
  font-size: 20px;
  line-height: 1.4;
  max-width: 780px;
  color: #fff;
}
.zwc-hero__media {
  margin-top: 56px;
  max-width: 1207px;
  margin-left: auto;
  margin-right: auto;
}
.zwc-hero__media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

/* ===================================================
   Trust Bar — stats + customer logos
   (adapted from connect.css; dark band recoloured to
   match our navy hero so the white card lifts off it)
   =================================================== */
.zwc-tb-wrap {
  position: relative;
  margin-bottom: 30px;
  padding-top: 60px;
}
.zwc-tb-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(50% + 10px);
  top: 0;
  left: 0;
  background-color: #001745;
}
.zwc-tb-wrap .content-wrap {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 80px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
}

.zwc-count-wrap {
  display: flex;
  justify-content: space-around;
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f3f3f3;
}
.zwc-count-wrap span {
  display: block;
  font-size: 20px;
}

.zwc-count {
  font-size: 50px;
  font-family: var(--zf-secondary-semibold);
  text-align: center;
}

.zwc-customer-wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.zwc-customer-wrap img {
  max-height: 30px;
  margin: 15px;
}
.zwc-customer-wrap .zwc-tb-toyato {
  transform: scale(1.5);
}
.zwc-customer-wrap .zwc-tb-azizi,
.zwc-customer-wrap .zwc-tb-canon,
.zwc-customer-wrap .zwc-tb-sony {
  transform: scale(0.8);
}

@media screen and (max-width: 991px) {
  .zwc-customer-wrap {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .zwc-tb-wrap {
    padding-top: 40px;
  }
  .zwc-tb-wrap .content-wrap {
    width: 95%;
    padding: 30px 20px;
  }
  .zwc-count-wrap {
    flex-direction: column;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .zwc-count.zwc-count2 {
    margin: 30px 0;
  }
  .zwc-count {
    font-size: 34px;
  }
  .zwc-customer-wrap img {
    margin: 20px;
  }
}
/* ===================================================
   Features wrapper (holds all feature blocks)
   =================================================== */
.zwc-features__list {
  display: flex;
  flex-direction: column;
  gap: 120px;
}

/* ===================================================
   Feature block (single feature row)
   =================================================== */
.zwc-feature {
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
}
.zwc-feature__heading {
  text-align: center;
  max-width: 850px;
}
.zwc-feature__heading p {
  margin-top: 24px;
}
.zwc-feature__title {
  font-family: var(--primaryfont-semibold);
  letter-spacing: -0.96px;
  line-height: 1.17;
}
.zwc-feature__desc {
  font-size: 18px;
  line-height: 1.55;
}
.zwc-feature__body {
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.zwc-feature__list {
  flex: 1 1 50%;
  min-width: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.zwc-feature__item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}
.zwc-feature__text {
  font-size: 18px;
  line-height: 1.55;
}
.zwc-feature__text strong {
  font-family: var(--primaryfont-semibold);
  font-size: 24px;
  line-height: 1.33;
  display: inline-block;
  margin-bottom: 4px;
}
.zwc-feature__visual {
  flex: 1 1 50%;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zwc-feature__visual img {
  width: 100%;
  height: auto;
  display: block;
}
.zwc-feature--reverse .zwc-feature__body {
  flex-direction: row-reverse;
}

/* ===================================================
   Benefits Section (Dark) — Smooth Accordion
   =================================================== */
.zwc-benefits {
  background: #262626;
  color: #fff;
}
.zwc-benefits__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
}
.zwc-benefits__heading {
  text-align: center;
  max-width: 800px;
}
.zwc-benefits__heading p {
  margin-top: 16px;
}
.zwc-benefits__title {
  font-family: var(--primaryfont-semibold);
  color: #fff;
  letter-spacing: -0.96px;
  line-height: 1.17;
}
.zwc-benefits__desc {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}
.zwc-benefits__body {
  display: flex;
  gap: 108px;
  align-items: flex-start;
  width: 100%;
}
.zwc-benefits__list {
  flex: 0 0 524px;
  max-width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.zwc-benefits__item {
  border-bottom: 1px solid #3d3d3d;
  border-radius: 12px;
  transition: background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.zwc-benefits__item--active {
  background: linear-gradient(135deg, #000 0%, #1a0408 100%);
  border-bottom-color: transparent;
  box-shadow: inset 4px 0 0 #e42527;
}
.zwc-benefits__item--active .zwc-benefits__icon {
  transform: rotate(180deg);
  filter: drop-shadow(0 0 6px rgba(228, 37, 39, 0.55));
}
.zwc-benefits__trigger {
  width: 100%;
  background: transparent;
  border: 0;
  color: #fff;
  padding: 24px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  font-family: var(--primaryfont-semibold);
  cursor: pointer;
  text-align: left;
}
.zwc-benefits__icon {
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'><polyline points='6 9 12 15 18 9'/></svg>") center/contain no-repeat;
  transition: transform 0.35s ease;
  display: inline-block;
  flex-shrink: 0;
}
.zwc-benefits__panel {
  max-height: 0;
  overflow: hidden;
  padding: 0 32px;
  color: #b0b0b0;
  font-size: 18px;
  line-height: 1.55;
  transition: max-height 0.4s ease, padding 0.4s ease;
}
.zwc-benefits__item--active .zwc-benefits__panel {
  padding: 0 32px 24px;
}
.zwc-benefits__media {
  flex: 1;
  min-width: 0;
  border: 1px solid #454545;
  border-radius: 24px;
  overflow: hidden;
  background: #3d3d3d;
  align-self: flex-start;
}
.zwc-benefits__media img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===================================================
   Comparison Table
   =================================================== */
.zwc-compare__inner {
  display: flex;
  justify-content: center;
}
.zwc-compare__table {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 640px;
  max-width: 100%;
}
.zwc-compare__row {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.zwc-compare__row--head .zwc-compare__cell--value {
  background: #001745;
  border-radius: 24px 24px 0 0;
  padding: 18px 24px;
  min-height: 97px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zwc-compare__row--title .zwc-compare__cell--label {
  background: #e7e7e7;
}
.zwc-compare__row--title .zwc-compare__cell--label p {
  font-family: var(--primaryfont-semibold);
}
.zwc-compare__row--title .zwc-compare__cell--edition {
  background: #12357B;
  color: #ccff33;
}
.zwc-compare__row--title .zwc-compare__cell--edition p {
  font-family: var(--primaryfont-semibold);
}
.zwc-compare__row--foot .zwc-compare__cell--label {
  min-height: 84px;
}
.zwc-compare__row--foot .zwc-compare__cell--value {
  background: #001745;
  border-radius: 0 0 24px 24px;
  min-height: 84px;
}
.zwc-compare__row:last-child .zwc-compare__cell {
  border: none;
}
.zwc-compare__cell {
  flex: 1;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e7e7e7;
}
.zwc-compare__cell p {
  font-size: 18px;
  line-height: 1.44;
  text-align: center;
  max-width: 272px;
  margin: 0;
}
.zwc-compare__cell--label {
  background: #fff;
}
.zwc-compare__cell--value {
  background: #001745;
  color: #fff;
  border-bottom-color: rgba(27, 57, 116, 0.8);
}
.zwc-compare__logo {
  font-family: var(--primaryfont-semibold);
  font-size: 22px;
  background: #fff;
  color: #e42527;
  padding: 8px 20px;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(228, 37, 39, 0.25);
}

/* ===================================================
   Catalyst Card Grid
   =================================================== */
.zwc-catalyst {
  background: #f5f5f5;
  width: 98%;
  margin-inline: auto;
  border-radius: 24px;
}
.zwc-catalyst__inner {
  background: #f5f5f5;
  padding: 80px 0;
}
.zwc-catalyst__heading {
  text-align: center;
  max-width: 1280px;
  padding: 0 80px;
  margin-bottom: 60px;
}
.zwc-catalyst__title {
  font-family: var(--primaryfont-semibold);
  letter-spacing: -0.96px;
  line-height: 1.17;
  margin-bottom: 38px;
}
.zwc-catalyst__desc {
  font-family: var(--zf-primary-medium);
  font-size: 20px;
  line-height: 1.5;
  max-width: 1132px;
}
.zwc-catalyst__grid {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 71px 44px;
  padding: 0 24px;
}
.zwc-catalyst__card {
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 17px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.zwc-catalyst__card:hover {
  border-color: #24a426;
  box-shadow: 0 10px 28px rgba(36, 164, 38, 0.22), 0 2px 8px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}
.zwc-catalyst__card-title {
  font-family: var(--primaryfont-semibold);
  line-height: 1.33;
}
.zwc-catalyst__card-title::before {
  content: "";
  display: block;
  width: 50px;
  height: 44px;
  margin-bottom: 17px;
  background-image: url("/sites/zweb/images/connect/virtual-town-hall/sprite.svg");
  background-repeat: no-repeat;
  background-size: 366px 44px;
}
.zwc-catalyst__grid > li:nth-child(1) .zwc-catalyst__card-title::before {
  background-position: -6px 0;
}
.zwc-catalyst__grid > li:nth-child(2) .zwc-catalyst__card-title::before {
  background-position: -55px 0;
}
.zwc-catalyst__grid > li:nth-child(3) .zwc-catalyst__card-title::before {
  background-position: -107px -4px;
  background-size: 390px 54px;
}
.zwc-catalyst__grid > li:nth-child(4) .zwc-catalyst__card-title::before {
  background-position: -142px 0;
}
.zwc-catalyst__grid > li:nth-child(5) .zwc-catalyst__card-title::before {
  background-position: -186px 0;
  width: 40px;
}
.zwc-catalyst__grid > li:nth-child(6) .zwc-catalyst__card-title::before {
  background-position: -222px 0;
}
.zwc-catalyst__grid > li:nth-child(7) .zwc-catalyst__card-title::before {
  background-position: -269px 0;
}
.zwc-catalyst__grid > li:nth-child(8) .zwc-catalyst__card-title::before {
  background-position: -314px 0;
}
.zwc-catalyst__card-desc {
  font-family: var(--zf-primary-medium);
  font-size: 16px;
  line-height: 1.5;
}

/* ===================================================
   Bottom CTA Section
   =================================================== */
.zwc-bottom-cta {
  background: #001745;
}
.zwc-bottom-cta .cta-sec-btn {
  color: #fff;
  border-color: #fff;
}
.zwc-bottom-cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  text-align: center;
}
.zwc-bottom-cta__title {
  font-family: var(--primaryfont-semibold);
  letter-spacing: -0.96px;
  line-height: 1.17;
  max-width: 960px;
  color: #fff;
}
.zwc-bottom-cta__title span {
  color: #ccff33;
}
.zwc-bottom-cta__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

/* ===================================================
   Responsive
   =================================================== */
@media screen and (max-width: 1199px) {
  .zwc-features__list {
    gap: 96px;
  }
  .zwc-feature__body {
    flex-direction: column;
    gap: 48px;
  }
  .zwc-feature--reverse .zwc-feature__body {
    flex-direction: column;
  }
  .zwc-feature__list,
  .zwc-feature__visual {
    flex: 1 1 100%;
    width: 100%;
    max-width: 640px;
  }
  .zwc-catalyst__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
  .zwc-benefits__body {
    gap: 48px;
  }
  .zwc-benefits__list {
    flex: 0 0 440px;
  }
}
@media screen and (max-width: 991px) {
  .zwc-secpad {
    padding: 80px 0;
  }
  .zwc-secmar {
    margin: 80px 0;
  }
  .zwc-hero {
    padding: 80px 0 0;
  }
  .zwc-hero__media {
    margin-top: 48px;
  }
  .zwc-features__list {
    gap: 80px;
  }
  .zwc-feature {
    gap: 48px;
  }
  .zwc-benefits__inner {
    gap: 48px;
  }
  .zwc-benefits__body {
    flex-direction: column;
    gap: 40px;
  }
  .zwc-benefits__list {
    flex: 1 1 100%;
    width: 100%;
  }
  .zwc-benefits__media {
    width: 100%;
    max-height: 420px;
  }
  .zwc-catalyst__inner {
    padding: 64px 0;
    gap: 56px;
  }
  .zwc-catalyst__heading {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .zwc-secpad {
    padding: 60px 0;
  }
  .zwc-secmar {
    margin: 60px 0;
  }
  .zwc-hero {
    padding: 60px 0 0;
  }
  .zwc-hero__inner {
    gap: 24px;
  }
  .zwc-hero__media {
    margin-top: 40px;
  }
  .zwc-hero__media img {
    border-radius: 8px;
  }
  .zwc-features__list {
    gap: 56px;
  }
  .zwc-feature {
    gap: 36px;
  }
  .zwc-feature__body {
    gap: 32px;
  }
  .zwc-feature__list {
    gap: 24px;
  }
  .zwc-benefits__trigger {
    padding: 20px 24px;
    font-size: 20px;
  }
  .zwc-benefits__panel {
    padding: 0 24px;
  }
  .zwc-benefits__item--active .zwc-benefits__panel {
    padding: 0 24px 20px;
  }
  .zwc-benefits__media {
    max-height: 320px;
    border-radius: 16px;
  }
  .zwc-catalyst__inner {
    padding: 48px 0;
    gap: 40px;
    border-radius: 16px;
  }
  .zwc-catalyst__heading {
    padding: 0 24px;
  }
  .zwc-catalyst__grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 20px;
    max-width: 480px;
    margin-inline: auto;
    text-align: center;
  }
  .zwc-catalyst__card-title::before {
    margin-inline: auto;
  }
  .zwc-catalyst__card {
    height: auto;
    min-height: 240px;
    padding: 24px;
  }
  .zwc-compare__table {
    max-width: unset;
  }
  .zwc-compare__inner {
    overflow: auto;
    display: block;
  }
  .zwc-compare__cell p {
    font-size: 15px;
    line-height: 1.4;
  }
  .zwc-compare__logo {
    font-size: 18px;
  }
  .zwc-bottom-cta__inner {
    gap: 32px;
    padding-bottom: 40px;
  }
  .zwc-bottom-cta__actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 320px;
  }
}
/* ===================================================
   Scroll-in animations (desktop only, >= 1200px)
   - Hero media triggers off .middle-animated on .content-wrap
   - Feature visual triggers off .zwe-om on .zwc-feature
   =================================================== */
@media screen and (min-width: 1200px) {
  .zwc-hero__inner {
    max-width: 1200px;
  }
  .zwc-hero__media,
  .zwc-feature__visual {
    opacity: 0;
    will-change: opacity, transform;
    transition: 0.6s all ease-in-out;
  }
  .zwc-hero__media {
    transform: translate3d(0, 40px, 0);
  }
  .zwc-feature__visual {
    transform: translate3d(40px, 0, 0);
  }
  .zwc-feature--reverse .zwc-feature__visual {
    transform: translate3d(-40px, 0, 0);
  }
  .content-wrap.middle-animated .zwc-hero__media,
  .zwc-feature.zwe-om .zwc-feature__visual {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}