/* Common CSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-family: var(--zf-primary-regular), sans-serif;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.5em;
    color: #333;
}

body {
    font-size: 1.125rem;
    font-family: var(--zf-primary-regular), sans-serif;
    margin: 0;
    padding: 0;
    background: #F7F5F7;
}

button,
input,
select,
textarea {
    font-family: var(--zf-primary-regular), sans-serif;
}

/*** Links ***/

a {
    text-decoration: none;
    outline: 0;
    transition: color ease .2s;
    color: #1756e3;
}

/*** Lists ****/

ol ol,
ol ul,
ul ol,
ul ul {
    margin: 0;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

video,
iframe {
    border: 0;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    height: auto;
    width: auto;
    vertical-align: middle;
    position: relative;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

/**** Styling ****/

p,
pre {
    margin: 1.5em 0;
}

blockquote {
    margin: 1.5em 30px;
}

h1 {
    font-family: var(--zf-primary-bold), sans-serif;
    font-size: 2.75rem;
    line-height: 1.2em;
    margin-bottom: 0.5em;
    padding: 0;
    color: #000;
}

h2 {
    font-family: var(--zf-primary-semibold), sans-serif;
    font-size: 2.25rem;
    line-height: 1.3em;
    margin-top: 0em;
    margin-bottom: 0.5em;
    font-weight: normal;
    color: #000;
}

h3 {
    font-family: var(--zf-primary-semibold), sans-serif;
    font-size: 1.75rem;
    line-height: 1.25em;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    color: #333;
}

h4 {
    font-size: 1.125rem;
    line-height: 1.5em;
    font-weight: normal;
    color: #333;
    font-family: var(--zf-primary-semibold), sans-serif;
}

h5 {
    font-family: var(--zf-primary-regular), sans-serif;
    font-size: 1.125rem;
    line-height: 1.25em;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    font-weight: normal;
}

h6 {
    font-family: var(--zf-primary-regular), sans-serif;
    font-size: 1rem;
    line-height: 1.25em;
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: normal;
}

p {
    font-family: var(--zf-primary-regular), sans-serif;
    line-height: 1.6em;
    margin: 0.6em 0;
    font-size: 1.125rem;
    color: #353535;
    font-weight: lighter;
}

ul li {
    cursor: pointer;
    list-style-type: none;
}

.zs-overflow:after {
    content: "";
    display: table;
    clear: both;
}

.zs-padding-null {
    padding: 0;
}

.zs-margin-null {
    margin: 0;
}

.zs-paddingtop {
    padding-top: 15px;
}

.zs-margintop {
    margin-top: 15px;
}

.zs-paddingbottom {
    padding-bottom: 15px;
}

.zs-marginbottom {
    margin-bottom: 15px;
}

.zs-paddingtop-small {
    padding-top: 30px;
}

.zs-paddingbottom-small {
    padding-bottom: 30px;
}
  
.zs-paddingbottom-large {
    padding-bottom: 90px;
}
  
.zs-paddingleft-small {
    padding-left: 30px;
}

.zs-paddingright-small {
    padding-right: 30px;
}

.zs-margintop-small {
    margin-top: 30px;
}

.zs-margintop-large {
    margin-top: 90px;
}

.zs-paddingtop-large {
    padding-top: 90px;
}

.zs-marginbottom-small {
    margin-bottom: 30px;
}

.zs-marginbottom-large {
    margin-bottom: 90px;
}

.zs-center {
    text-align: center;
}

.zs-left {
    text-align: left;
}

  .zs-right {
    text-align: right;
  }
  .w-100 {
    width: 100px;
  }

.zs-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.zs-svg-icon {
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    /* fill: #474444; */
    fill-opacity: 0.6;
}
  .zs-svgparent {
    display: none;
  }

.zs-related-apps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 60%;
    margin: 0 auto;
}

.zs-tablecell {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.zs-inlineblock {
    display: inline-block;
    vertical-align: middle;
}

.zs-table {
    display: table;
    table-layout: fixed;
}

.zs-hidden {
    display: block;
}

.zs-pos-r {
    position: relative;
}

.zs-pos-a {
    position: absolute;
}

.zs-margin-center {
    margin: 0 auto;
}

.zs-section-container {
    max-width: 1880px;
    margin-left: auto;
    margin-right: auto;
}

.zs-sectioncontainer {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

 /* 1 Section  */
 .zs-highlight {
    background: #ffd7d7;
    padding: 0 15px;
    border-radius: 60px;
  }
  .zs-circle-element {
    width: 10%;
    right: 0;
    top: 60%;
 }
 .zs-floating-img {
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
  }

  .zs-floating-img img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  /* Hero Section */
  .hero-section {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 150px;
  }
  
  /* Background Decorative Elements */
  .bg-circle {
    position: absolute;
    top: 526px;
    right: 1584px;
    width: 230.48px;
    height: 230.48px;
    z-index: 1;
  }
  
  .circle-outer {
    position: absolute;
    top: 0;
    left: 0;
    width: 230.48px;
    height: 230.48px;
    border: 1px solid;
    border-image: linear-gradient(180deg, rgba(255, 127, 127, 1) 0%, rgba(255, 191, 191, 1) 43%, rgba(255, 255, 255, 1) 100%) 1;
    border-radius: 50%;
  }
  
  .circle-inner {
    position: absolute;
    top: 41.27px;
    left: 48.91px;
    width: 156.31px;
    height: 156.31px;
    background: linear-gradient(90deg, rgba(255, 75, 43, 1) 0%, rgba(255, 65, 108, 1) 100%);
    border-radius: 50%;
  }
  
  /* Header Content */
  .header-content {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 880px;
    margin: 0 auto;
    padding-top: 180px;
    text-align: center;
  }
  h1 {
    font-size: 5.2rem;
  }
  .header-content p {
    width: 800px;
  }
  
  /* LiveCast Highlight Animation */
  .hero-section .zs-highlight {
    display: inline-flex; /* text alignment only */
    align-items: center;  /* vertical center without touching animation */
    padding: 10px 30px;
    border-radius: 60px;
    position: relative;
    overflow: hidden; /* ensure rounded fill */
    background: transparent; /* fill comes from ::before */
    z-index: 0; /* create stacking context so ::before can sit behind text */
    line-height: 1; /* avoid baseline drift */
  }
  .hero-section .zs-highlight::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit; /* keep pill corners */
    background: linear-gradient(90deg, #ffd7d7 0%, #ffd7d7 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.6s ease; /* smooth rounded sweep */
    z-index: -1; /* keep fill behind the text */
  }
  
  /* Rounded highlight animation driven by transform instead of background-size */
  
  body.loaded .hero-section .zs-highlight::before {
    transform: scaleX(1);
    transition-delay: 0.3s;
  }
  
  /* Final section highlight: starts unfilled, animates only when in view */
  .zs-final-hero-section .zs-highlight {
    display: inline-flex; /* text alignment only */
    align-items: center;  /* vertical center */
    padding: 10px 20px;
    border-radius: 60px;
    position: relative;
    overflow: hidden;
    background: transparent;
    z-index: 0; /* stacking context */
    line-height: 1;
  }
  .zs-final-hero-section .zs-highlight::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, #ffd7d7 0%, #ffd7d7 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.6s ease;
    z-index: -1; /* keep fill behind text */
  }
  .zs-mob-footer {
    display: none;
  }
  
  .zs-final-hero-section .zs-highlight.zs-animate::before {
    transform: scaleX(1);
    transition-delay: 0.2s;
  }
  
  /* CTA Button */
  .header-button {
    margin-top: 0;
  }
  
  .cta-button {
    background: #F0483E;
    color: #FFFFFF;
    border: none;
    padding: 13.37px 25.88px;
    height: 44px;
    font-weight: 400;
    font-size: 0.9375rem; /* 15px */
    line-height: 2.13;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
  }
  
  .cta-button:hover {
    background: #e1443a;
  }
  
  /* Floating Images */
  .floating-image {
    position: absolute;
    z-index: 5;
  }
  
  .floating-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  /* Person 1 - Hexagonal */
  .person-1 {
    top: 15%;
    left: 10%;
    width: 116px;
    height: 101.5px;
  }
  
  .floating-image div {
    width: 100%;
    height: 100%;
  }
  
  /* Person 2 - Circular */
  .person-2 {
    top: 45%;
    left: 5%;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
  }
  
  /* Person 3 - Square with highlights */
  .person-3 {
    top: 80%;
    left: 10%;
    width: 173px;
    height: 169px;
  }
  
  .person-3 .person-image {
    position: absolute;
    top: 18px;
    left: 18px;
    width: 146px;
    height: 134px;
    border-radius: 20px;
    overflow: hidden;
  }
  
  /* Person 4 - Circular with highlights */
  .person-4 {
    top: 100px;
    left: 80%;
    width: 220px;
    height: 100%;
  }
  
  .person-4 .person-image {
    position: absolute;
    top: 20.34px;
    left: 20.34px;
    width: 138.32px;
    height: 138.32px;
    border-radius: 50%;
    overflow: hidden;
  }
  
  /* Person 5 - Small circular */
  .person-5 {
    top: 62%;
    left: 89%;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
  }
  
  /* Person 6 - Square with highlight */
  .person-6 {
    top: 85%;
    left: 79%;
    width: 118px;
    height: 118px;
  }
  
  .person-6 .highlight-outer {
    position: absolute;
    top: 0;
    left: 0;
    width: 118px;
    height: 118px;
    background: linear-gradient(90deg, rgba(255, 75, 43, 1) 0%, rgba(255, 65, 108, 1) 100%);
    border-radius: 10px;
  }
  
  .person-6 .person-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 118px;
    height: 118px;
    border-radius: 10px;
    overflow: hidden;
  }
  
  
  

  /* LiveCast Section Bento Styles */
  
  /* Section heading area */
  
  .zs-section-bento .zs-section-content {
    max-width: 900px;
    margin: 90px auto 0;
    text-align: center;
  }
  
  .zs-section-bento .zs-section-title, .zs-section-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.147;
    margin: 0 0 18px;
  }
  
  .zs-section-bento .zs-section-body {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.667;
    margin: 0;
  }
  
  /* Grid centered in 1220 width */
  .zs-bento-grid {
    width: 1220px;
    margin: 100px auto 120px;
    display: grid;
    grid-template-columns: repeat(2, 595px);
    grid-auto-rows: auto;
    gap: 30px;
  }
  
  /* Card */
  .zs-bento-grid-card {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 35px;
    padding: 15px 15px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .zs-bento-asset {
    width: 100%;
    height: 100%;
    border-radius: 26px 26px 14px 14px;
    overflow: hidden;
    background: #f2f2f2;
  }
  
  .zs-bento-2 .zs-bento-asset { 
    border-radius: 24px 24px 14px 14px; 
  }
  
  .zs-bento-5 .zs-bento-asset { 
    height: 414px; 
    background: url(/sites/zweb/images/show/zs-map.webp) no-repeat center center;
    background-size: 1190px;
  }
  
  .zs-bento-asset-why img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    display: block; 
  }
  .map-1 {
    right: 130px;
    top: 150px;
    width: 60px;
  }
  .map-2 {
    right: 260px;
    top: 70px;
  }
  .map-3 {
    right: 430px;
    top: 140px;
  }
  .map-4 {
    right: 230px;
    top: 250px;
    width: 180px;
  }
  
  /* Map images animation */
  .map-1, .map-2, .map-3, .map-4 {
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  }
  
  .map-1.zs-map-animate { opacity: 1; transform: scale(1); }
  .map-2.zs-map-animate { opacity: 1; transform: scale(1); transition-delay: 0.2s; }
  .map-3.zs-map-animate { opacity: 1; transform: scale(1); transition-delay: 0.5s; }
  .map-4.zs-map-animate { opacity: 1; transform: scale(1); transition-delay: 0.7s; }
  .zs-bento-grid-content {
    width: 100%;
    padding: 0 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .lastcard {
    width: 830px;
  } 
  .zs-bento-title {
   margin-bottom: 0px;
  }
  
  .zs-bento-text {
   margin-top: 0px;
  }
  
  /* Special width for Bento 5 */
  .zs-bento-span-2 {
    grid-column: 1 / span 2;
  }
  
/* Why Livcast Section */

.zs-why-mobile-sticky-section{
    display: none;
}

.zs-container {
    max-width: 1728px;
    margin: 0 auto;
    /* Unified horizontal gap across sections (desktop to tablet) */
    padding: 0 clamp(32px, 4.5vw, 56px);
  }
  /* Exclude hero sections from unified gap */
  .hero-section .zs-container,
  .zs-final-hero-section .zs-container {
    padding: 0 20px;
  }
  
  /* Why LiveCast Section */
  .zs-bento-section-why {
    background: #F7F5F7;
    padding: 50px 0;
    position: relative;
    min-height: 886px;
    display: flex;
    align-items: center;
  }
  
  /* Grid Layout - Bento Style */
  .zs-bento-row {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    max-width: 1238px;
    margin: 0 auto;
    padding: 40px 0;
  }
  
  /* Emphasized card */
  .zs-bento-card {
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    border-radius: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 25rem;
    height: 30rem;
  }
  .zs-bento-card-trust {
    padding: 15px;
    gap: 38px;
    box-shadow: 0px 7px 28px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out;
    z-index: 10;
  }
  /* Right column */
  .zs-bento-right-column {
    display: flex;
    align-items: center;
  }
  
  .zs-bento-card-adapt,
  .zs-bento-card-moments {
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    border-radius: 35px;
    padding: 15px 15px 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 38px;
    transition: all 0.3s ease-in-out;
  }

  
  /* Assets */
  .zs-bento-asset-why {
    border-radius: 20px;
    min-height: 55%;
    width: 100%;
    overflow: hidden;
  }
  .zs-bento-asset-trust {
    background: #feeceb;
    border: 1px solid #FFD2CE;
  }
  .zs-bento-asset-adapt {
    background: #d7f3e5;
    border: 1px solid #C5DED3;
  }
  .zs-bento-asset-moments {
    background: #e1dffa;
    border: 1px solid #C0BCE2;
  }

  /* Icon */
  .zs-face-face-icon, .zs-smile-icon, .zs-trust-icon {
    width: 100%;
    z-index: 1;
  }

  .zs-bento-icon-image {
    width: auto;
    height: auto;
    max-width: 100%;
    width: 50%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease-in-out;
  }

  
  /* Content */
  .zs-bento-content {
    padding: 0 20px;
  }
  .zs-bento-content h3 {
    font-size: 22px;
  }


/* ===== Use LiveCast When (Section 4) ===== */
.zs-usewhen-section { background: #F7F5F7; padding: 60px 0 80px; }

.zs-usewhen-grid { 
    display: grid; 
    grid-template-columns: 436px 339px 360px; 
    gap: 30px; 
    width: 1220px; 
    margin: 0 auto;
 }
.zs-usewhen-surface {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 22px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  width: calc(1220px + 40px); 
  margin: 0 auto; 
  padding: 30px; 
  overflow: hidden; 
}

/* Cards base */
.zs-usewhen-card { background: #FFFFFF; border: 1px solid #E7E7E7; border-radius: 30px; padding: 35px 0 0 50px; position: relative; overflow: hidden; display: flex; flex-direction: column; gap: 14px; }
.zs-usewhen-card-title { font-weight: 500; font-size: 28px; line-height: 1.286; margin: 0; }
.hosticon {
    width: 132px;
    height: 102px;
    fill: #BFE2D1;
}
.dollaricon {
    top: 15px;
    width: 64px;
    height: 114px;
    right: 10px;
    fill: #EBE0BD;
}
.teachingicon {
    width: 100px;
    height: 100px;
    right: -20px;
    fill: #C1D3EB;
}
.deliveryicon {
    width: 100px;
    height: 90px;
    right: -20px;
    fill: #E7CDB3;
}
.questionicon {
    width: 80px;
    height: 120px;
    top: 15px;
    fill: #E6D5D6;
}
.internalicon {
    width: 100px;
    height: 100px;
    right: -20px;
    fill: #CBC7EA;
}
/* Specific cards per Figma colors and icon placement */
.zs-usewhen-1 { background: #CFF1E0; border-color: #C5DED3; grid-column: 1 / 2; grid-row: 1 / 3; padding-bottom: 328px; position: relative; }
.zs-usewhen-1 .zs-usewhen-card-title { max-width: 300px; }
.zs-usewhen-1 .zs-right { position: absolute; right: -20px; bottom: 22px; }


.zs-usewhen-2 { background: #FFF4D2; border-color: #EDDFB3; grid-column: 2 / 4; grid-row: 1 / 2; gap: 50px; }
.zs-usewhen-2 .zs-usewhen-card-title { max-width: 335px; }


.zs-usewhen-3 { background: #D6E7FF; border-color: #B4CEF1; }
.zs-usewhen-3 .zs-usewhen-card-title { color: #071D3B; max-width: 252px; }


.zs-usewhen-4 { background: #FAE0C6; border-color: #F1CFAD; }
.zs-usewhen-4 .zs-usewhen-card-title { color: #3B2006; max-width: 252px; }


.zs-usewhen-5 { background: #FFE9E7; border-color: #FFD2CE; grid-column: 1 / 3; grid-row: 3 / 4; gap: 50px; }
.zs-usewhen-5 .zs-usewhen-card-title { color: #3F0B07; max-width: 380px; }

.zs-usewhen-6 { background: #DDDAF9; border-color: #C0BCE2; grid-column: 3 / 4; grid-row: 3 / 4; }
.zs-usewhen-6 .zs-usewhen-card-title { color: #0C073B; max-width: 252px; }
.zs-usewhen-6 .zs-usewhen-card-icon { height: 96px; }
  
  /* Card Animation Styles */
  .zs-usewhen-card {
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  
  /* Individual card animation directions */
  .zs-usewhen-1 { transform: translateX(-200px); } /* Host webinar: left to right */
  .zs-usewhen-2 { transform: translateY(-200px); } /* Pitching: top to bottom */
  .zs-usewhen-3 { transform: translateX(200px); } /* Teaching: right to left */
  .zs-usewhen-4 { transform: translateX(200px); } /* Delivering: right to left */
  .zs-usewhen-5 { transform: translateY(200px); } /* Q&A: bottom to top */
  .zs-usewhen-6 { transform: translateY(200px); } /* Sharing: bottom to top */
  
  /* Animated state */
  .zs-usewhen-card.zs-card-animate {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
  
  /* Hover effects for cards */
  .zs-usewhen-card {
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.3s ease;
  }
  
  .zs-usewhen-card .zs-right .zs-svg-icon {
    transition: transform 0.4s ease, fill 0.3s ease;
  }
  
  .zs-usewhen-card .zs-right .zs-svg-icon path {
    transition: fill 0.3s ease;
  }
  
  /* Individual card hover colors and icon animations */
  .zs-usewhen-1:hover { background: #093620 }
  .zs-usewhen-1:hover .zs-usewhen-card-title { color: #CFF1E0 }
  .zs-usewhen-1:hover .zs-svg-icon { transform: translateX(-30px); fill: #CFF1E0 }

  
  .zs-usewhen-2:hover { background: #342905; }
  .zs-usewhen-2:hover .zs-usewhen-card-title { color: #FFF4D2 }
  .zs-usewhen-2:hover .zs-svg-icon { transform: translateX(-30px); fill: #FFF4D2 }
  
  .zs-usewhen-3:hover { background: #071D3B;}
  .zs-usewhen-3:hover .zs-usewhen-card-title { color: #D6E7FF }
  .zs-usewhen-3:hover .zs-svg-icon { transform: translateX(-30px); fill: #D6E7FF }
  
  .zs-usewhen-4:hover { background: #3B2006; }
  .zs-usewhen-4:hover .zs-usewhen-card-title { color: #FAE0C6 }
  .zs-usewhen-4:hover .zs-svg-icon { transform: translateX(-30px); fill: #FAE0C6 }
  
  .zs-usewhen-5:hover { background: #3F0B07;}
  .zs-usewhen-5:hover .zs-usewhen-card-title { color: #FFE9E7 }
  .zs-usewhen-5:hover .zs-svg-icon { transform: translateX(-30px); fill: #FFE9E7 }
  
  .zs-usewhen-6:hover { background: #272160;}
  .zs-usewhen-6:hover .zs-usewhen-card-title { color: #DDDAF9 }
  .zs-usewhen-6:hover .zs-svg-icon { transform: translateX(-30px); fill: #DDDAF9 }

/* Why LiveCast section - Card shuffle animations */
.zs-bento-card {
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
}

/* Center card scaling - card-pos-right is the center position */
.zs-bento-right-column .zs-bento-card.card-pos-right {
  transform: translate(-50%, -50%) scale(1.2);
  z-index: 4;
  box-shadow: 0 12px 35px rgba(0,0,0,0.2);
}

/* Shuffle animation classes - cards remain visible */
.card-slide-out-left {
  transform: translateX(-30px) scale(1) !important;
  opacity: 0.7;
}

.card-slide-in-right {
  transform: translateX(30px) scale(1) !important;
  opacity: 0.7;
}

.card-slide-to-center {
  transform: translateX(0) scale(1) !important;
  opacity: 1;
}


.zs-bento-right-column .zs-bento-card.card-pos-right.card-slide-to-center {
  transform: translate(-50%, -50%) scale(1.2);
  z-index: 4;
  box-shadow: 0 12px 35px rgba(0,0,0,0.2);
}

/* Side cards should not have box-shadow */
.zs-bento-right-column .zs-bento-card.card-pos-left,
.zs-bento-right-column .zs-bento-card.card-pos-center {
  box-shadow: none;
}

/* Ensure side cards maintain their smaller scale after shuffle without shadow */
.zs-bento-right-column .zs-bento-card.card-pos-left.card-slide-to-center {
  transform: translate(-150%, -50%) scale(0.95);
  z-index: 1;
  box-shadow: none;
  opacity: 0.9;
}

.zs-bento-right-column .zs-bento-card.card-pos-center.card-slide-to-center {
  transform: translate(50%, -50%) scale(0.95);
  z-index: 1;
  box-shadow: none;
  opacity: 0.9;
}

/* Final Hero Section - New Styles Added */
.zs-bento-right-column {
  position: relative;
  height: 620px;
  justify-content: center;
}

/* Reference-style card visuals and positioning only for right-column cards */
.zs-bento-right-column .zs-bento-card {
  position: absolute;
  transition: 0.8s cubic-bezier(0.76, 0, 0.24, 1);
  will-change: left, top, transform, z-index;
  cursor: pointer;
}

/* Positional classes (left/center/right) */
.zs-bento-right-column .card-pos-left {
  left: 100%;
  top: 50%;
  transform: translate(-150%, -50%);
  z-index: 0;
}

.zs-bento-right-column .card-pos-center {
  left: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  z-index: 2;
}

.zs-bento-right-column .card-pos-right {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.2);
  z-index: 4;
}

/* Cursor pointer for left and right positioned cards only */
.zs-bento-right-column .card-pos-left,
.zs-bento-right-column .card-pos-center {
  cursor: pointer;
}
.zs-bento-right-column .card-pos-right {
  cursor: default;
}

.zs-final-hero-section {
    background: #F7F5F7;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.zs-final-hero-content {
    display: flex;
    align-items: center;
    gap: 0px;
    max-width: 1200px;
    margin: 0 auto;
}

.zs-final-hero-text {
    flex: 1;
}

.zs-final-hero-cta {
    margin-top: 0;
}

.zs-final-hero-visuals {
    flex: 1;
    position: relative;
    height: 470px;
    background: url(/sites/zweb/images/show/zs-ring.webp) no-repeat center center;
    background-size: contain;
    left: 120px;
    top: 200px;
}
.zs-final-hero-title {
    font-size: 48px;
    width: 730px;
}

/* Large Central Image with Gradient Border */
.zs-final-hero-main-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 210px;
    border-radius: 50%;
    padding: 8px;
    z-index: 5;
}

.zs-final-hero-main-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

/* Top Right Image - Square with Rounded Corners */
.zs-final-hero-top-image {
    position: absolute;
    top: -40px;
    right: 80px;
    width: 100px;
    height: 100px;
    border-radius: 16px;
    overflow: hidden;
    z-index: 4;
}

.zs-final-hero-top-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Middle Left Image - Hexagonal */
.zs-final-hero-left-image {
    position: absolute;
    top: 200px;
    left: -40px;
    width: 100px;
    height: 100px;
    z-index: 4;
}

.zs-final-hero-left-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Decorative Concentric Circles */
.zs-final-hero-circles {
    position: absolute;
    bottom: 40px;
    right: 40px;
    z-index: 1;
}

.zs-final-hero-circle-1 {
    position: absolute;
    width: 200px;
    height: 200px;
    border: 2px solid rgba(255, 107, 107, 0.3);
    border-radius: 50%;
    bottom: 0;
    right: 0;
}

.zs-final-hero-circle-2 {
    position: absolute;
    width: 150px;
    height: 150px;
    border: 2px solid rgba(255, 142, 142, 0.2);
    border-radius: 50%;
    bottom: 25px;
    right: 25px;
}

.zs-final-hero-circle-3 {
    position: absolute;
    width: 100px;
    height: 100px;
    border: 2px solid rgba(255, 177, 177, 0.1);
    border-radius: 50%;
    bottom: 50px;
    right: 50px;
}

/* ======================================== */
/* RESPONSIVE STYLES - ALL SECTIONS */
/* ======================================== */

/* Hero Section Responsive */
@media (max-width: 1728px) {
    .hero-section {
        max-width: 100%;
    }
    
    .bg-circle {
        right: 5%;
    }
}

@media (max-width: 1200px) {
    .zs-bento-asset-trust {
        background: #feeceb;
        border: 1px solid #FFD2CE;
      }
      .zs-bento-asset-adapt {
        background: #d7f3e5;
        border: 1px solid #C5DED3;
      }
      .zs-bento-asset-moments {
        background: #e1dffa;
        border: 1px solid #C0BCE2;
      }
    .zs-bento-asset {
        height: auto;
    }
    .header-content {
        width: 100%;
        max-width: 900px;
        padding-top: 200px;
    }
    .header-content p {
        width: 750px;
    }
    
    .header-title {
        font-size: 4rem;
    }
    
    .floating-image {
        transform: scale(0.8);
    }
    .person-4 {
        top: 0px;
    }
    .person-1 {
        top: 10%;
    }
    .person-2 {
        top: 45%;
    }
    .person-3 {
        top: 65%;
    }
    .person-5 {
        top: 48%;
    }
    .person-6 {
        top: 70%;
    }
    .zs-circle-element {
        top: 50%;
    }
    .hero-section {
        padding-bottom: 100px;
    }
    .zs-final-hero-content {
        padding: 0 50px;
    }
    .zs-final-hero-visuals {
        left: 3%;
    }
}

@media (max-width: 768px) {
    .header-content {
        width: 95%;
        padding-top: 150px;
        gap: 24px;
    }
    
    .header-title {
        font-size: 2.5rem;
    }
    
    .header-body {
        font-size: 1rem;
    }
    
    .floating-image {
        transform: scale(0.6);
    }
    
    .bg-circle {
        display: none;
    }
}

@media (max-width: 480px) {
.zs-final-hero-description {
    width: 100%;
 }
    .header-content {
        width: 95%;
        padding-top: 100px;
        gap: 20px;
    }
    
    .header-title {
        font-size: 2rem;
    }
    
    .cta-button {
        padding: 12px 20px;
        font-size: 0.875rem;
    }
    
    .floating-image {
        transform: scale(0.5);
    }
}

/* Bento Section Responsive */
@media (max-width: 1280px) {
    .zs-bento-grid { 
        width: 100%; 
        padding: 0 20px; 
        grid-template-columns: 1fr 1fr; 
    }

    .zs-usewhen-grid {
        grid-template-columns: 33% 30% 31%;
        width: 100%;
    }
    .zs-usewhen-surface {
        width: 100%;
        max-width: 95%;
        padding: 20px;
    }
    .map-1 {
        right: 10%;
        top: 36%;
    }
    .map-2 {
        right: 23%;
        top: 16%;
    }
    .map-3 {
        right: 37%;
        top: 35%;
    }
    .map-4 {
        right: 18%;
        top: 60%;
    }
    .zs-bento-5 .zs-bento-asset {
        background-size: 100% 100%;
    }

    /* Why LiveCast: dynamic scaling from 1280px down */
    .zs-bento-section-why {
        padding: 40px 0;
    }
    .zs-bento-row {
        max-width: 95%;
        padding: 20px 0;
        gap: 32px;
    }
    .zs-bento-right-column {
        gap: 32px;
    }
    .zs-bento-card-title {
        font-size: clamp(18px, 1.8vw, 22px);
    }
    .zs-bento-card-text {
        font-size: clamp(14px, 1.6vw, 16px);
    }
    .zs-bento-card-adapt, .zs-bento-card-moments, .zs-bento-card-trust {
        gap: 10px;
    }
    .zs-final-hero-top-image {
        right: 130px;
    }
    .zs-final-hero-left-image {
        left: 20px;
    }
}
@media (max-width: 1180px) {
  .zs-usewhen-card {
     padding: 35px 0 0 30px;
  }
   .zs-final-hero-description {
       width: 90%
   }
    .zs-section-bento .zs-section-content {
        max-width: 60%;
    }
    .person-3 {
        left: 5%;
    }
    .zs-bento-card {
        width: 22rem;
        height: 28rem;
    }
    .zs-bento-grid-card {
        padding: 15px 15px 0px;
        gap: 10px;
    }
    .zs-final-hero-left-image {
        left: 0;
    }
    .zs-final-hero-top-image {
        top: -20px;
    }
    .zs-usewhen-surface {
        max-width: 90%;
    }
    .zs-bento-grid {
        padding: 0px 60px;
        gap: 20px;
    }
    .zs-final-hero-text {
        width: 480px;
    }
    .zs-final-hero-main-image {
        width: 180px;
        height: 200px;
    }
    .zs-final-hero-visuals {
        height: 440px;
        background-size: contain;
    }
}
@media (max-width: 768px) {
    .zs-section-bento .zs-section-title { 
        font-size: 36px; 
    }
    .zs-section-bento .zs-section-body { 
        font-size: 16px; 
    }
    .zs-bento-asset { 
        height: 280px; 
    }
    .zs-bento-5 .zs-bento-asset { 
        height: 320px; 
    }
    .zs-bento-grid {
        grid-template-columns: repeat(2, 48%);
    }
    .zs-bento-card {
        width: 28.125rem;
        height: 33.75rem;
    }
    .zs-usewhen-grid {
        grid-template-columns: 1fr;
        width: 100%;
    }
    .zs-usewhen-1 {
        padding-bottom: 200px;
    }
    .map-1 {
        width: 8%;
    }
    .map-2 {
        width: 10%;
    }
    .map-3 {
        width: 12%;
        right: 35%;
    }
    .map-4 {
        width: 15%;
    }
}

/* Why LiveCast Bento Section Responsive */
@media (max-width: 1024px) {
    .zs-bento-section-why { 
        padding: 40px 0; 
    }
    .zs-bento-row { 
        flex-direction: column; 
        gap: 40px; 
        align-items: center; 
    }
    .zs-bento-right-column { 
        flex-direction: row; 
        gap: 40px; 
    }
    .zs-bento-card-adapt, .zs-bento-card-moments, .zs-bento-card-trust {
        gap: 10px;
    }
    .zs-bento-card-text { 
        font-size: 16px; 
    }
    .zs-bento-asset {
        height: auto;
        border-radius: 16px 16px 14px 14px;
    }
    .header-content p {
        width: 80%;
    }
    .lastcard {
        width: 100%;
    }
    .zs-section-bento .zs-section-content {
        max-width: 80%;
    }
}

/* Tablet Portrait - Keep desktop layout for Use LiveCast When section */

@media screen and (min-width: 881px) and (max-width: 1024px) and (orientation: portrait) {
    .zs-usewhen-section {
        display: block;
    }
    .zs-usewhen-mobile-section {
        display: none;
    }
    .zs-usewhen-grid {
        display: grid;
        grid-template-columns: 33% 30% 32%;
        width: 100%;
        gap: 20px;
    }
    .header-title { font-size: 56px; }
    .zs-section-bento .zs-section-title, .zs-section-title { font-size: 42px; }
    h3 { font-size: 20px; }
    .zs-usewhen-card-title { font-size: 24px; }

    .zs-usewhen-card {
        padding: 32px 0 0 30px;
    }
    .zs-usewhen-card h3 {
        font-size: 22px;
    }

    /* Why LiveCast - tablet portrait layout per Figma (center card prominent) */
    .zs-bento-card {
        width: 20rem; /* match desktop sizing */
        height: 30rem;
        padding: 15px 15px 0;
    }
    
    .zs-bento-section-why { padding: 40px 0; }
    .zs-bento-row { 
        flex-direction: column; 
        align-items: center; 
        gap: 32px; 
        max-width: 95%;
    }
    .zs-bento-right-column { 
        position: relative; 
        height: 560px; 
        justify-content: center; 
    }
    .zs-section-bento .zs-section-body {
        width: 80%;
        margin: 0 auto; 
    }
    .zs-bento-grid {
        padding: 0 60px;
    }
    /* Use desktop positions for iPad portrait as well (no overrides) */
    .zs-bento-content { padding: 0 24px; }

}
/* Tablet Landscape typography up to 1366px */
@media screen and (min-width: 768px) and (max-width: 1366px) {
    .header-title { font-size: 56px; }
    .zs-section-bento .zs-section-title, .zs-section-title { font-size: 42px; }
    h3 { font-size: 20px; }
    .zs-usewhen-card-title { font-size: 24px; }
    .zs-final-hero-title { font-size: 42px; width: 100%;}
}

@media (max-width: 768px) {
    .zs-section-bento .zs-section-content {
        max-width: 90%;
        padding: 0 20px;
    }
    .zs-bento-section-why { 
        padding: 30px 0; 
    }
    .zs-bento-title { 
        font-size: 20px; 
    }
    /* Maintain same page-side gap in mobile/tablet too */
    .zs-container { 
        padding: 0 16px; 
    }
    .zs-bento-right-column { 
        flex-direction: column; 
        gap: 30px; 
    }
    .zs-bento-content { 
        padding: 0; 
    }
    .zs-bento-card-title { 
        font-size: 20px; 
    }
    .zs-bento-card-text { 
        font-size: 15px; 
    }
    .zs-bento-asset-trust { 
        height: 200px; 
    }
    .zs-bento-asset-adapt, .zs-bento-asset-moments { 
        height: 160px; 
    }
}

/* Mobile Use LiveCast When Section - Separate Structure */
.zs-usewhen-mobile-section {
  display: none;
  background: #F7F5F7;
  padding: 40px 0 60px;
}

.zs-usewhen-mobile-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #000;
  text-align: center;
  margin: 0 0 40px;
  padding: 0 20px;
}

.zs-usewhen-mobile-container {
  max-width: 375px;
  margin: 0 auto;
  padding: 0 20px;
}

.zs-usewhen-mobile-stack {
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  touch-action: pan-y; 
}

/* Mobile Cards */
.zs-usewhen-mobile-card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 320px;
  height: 200px;
  padding: 30px 25px 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  background-clip: padding-box; /* avoid background bleeding near border */
  box-shadow: none; /* neutral shadow to prevent gradient-like hues */
}

/* Card Colors */
.zs-usewhen-mobile-1 { background: #CFF1E0; border: 1px solid #C5DED3; }
.zs-usewhen-mobile-2 { background: #FFF4D2; border: 1px solid #EDDFB3; }
.zs-usewhen-mobile-3 { background: #D6E7FF; border: 1px solid #B4CEF1; }
.zs-usewhen-mobile-4 { background: #FAE0C6; border: 1px solid #F1CFAD; }
.zs-usewhen-mobile-5 { background: #FFE9E7; border: 1px solid #FFD2CE; }
.zs-usewhen-mobile-6 { background: #DDDAF9; border: 1px solid #C0BCE2; }

/* Active card positioning */
.zs-usewhen-mobile-card.active {
  z-index: 3;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.zs-usewhen-mobile-card.next {
  z-index: 2;
  transform: translate(-50%, -50%) translateY(-10px) scale(0.95);
  opacity: 0.9;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.zs-usewhen-mobile-card.prev {
  z-index: 1;
  transform: translate(-50%, -50%) translateY(-20px) scale(0.9);
  opacity: 0.8;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

/* Swipe visual feedback */
.zs-usewhen-mobile-card.swipe-left,
.zs-usewhen-mobile-card.swipe-right {
  box-shadow: none; /* prevent colored/gradient shadow on swipe */
}

/* Card content */
.zs-usewhen-mobile-card-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  margin: 0;
  flex: 1;
  display: flex;
  align-items: center;
}

.zs-usewhen-mobile-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.zs-usewhen-mobile-icon .zs-svg-icon {
  width: 40px;
  height: 40px;
}

/* Mobile Pagination */
.zs-usewhen-mobile-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
  z-index: 2;
}

.zs-mobile-pagination-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #E0E0E0; /* neutral gray for visibility */
  border: 1px solid #BDBDBD; /* ensure visible on light backgrounds */
  transition: background-color 0.2s ease, border-color 0.2s ease;
  cursor: pointer;
}

.zs-mobile-pagination-dot.active {
  background-color: #000; /* active dot is black */
  border-color: #000;
}

/* Ensure Use LiveCast When card text colors apply (desktop) */
.zs-usewhen-1 .zs-usewhen-card-title,
.zs-usewhen-1 .zs-usewhen-card-text { color: #093620; }
.zs-usewhen-2 .zs-usewhen-card-title,
.zs-usewhen-2 .zs-usewhen-card-text { color: #342905; }
.zs-usewhen-3 .zs-usewhen-card-title,
.zs-usewhen-3 .zs-usewhen-card-text { color: #071D3B; }
.zs-usewhen-4 .zs-usewhen-card-title,
.zs-usewhen-4 .zs-usewhen-card-text { color: #3B2006; }
.zs-usewhen-5 .zs-usewhen-card-title,
.zs-usewhen-5 .zs-usewhen-card-text { color: #3F0B07; }
.zs-usewhen-6 .zs-usewhen-card-title,
.zs-usewhen-6 .zs-usewhen-card-text { color: #272160; }

/* Ensure Use LiveCast When mobile card text colors apply (mobile swipe stack) */
.zs-usewhen-mobile-1 .zs-usewhen-mobile-card-title { color: #093620; }
.zs-usewhen-mobile-2 .zs-usewhen-mobile-card-title { color: #342905; }
.zs-usewhen-mobile-3 .zs-usewhen-mobile-card-title { color: #071D3B; }
.zs-usewhen-mobile-4 .zs-usewhen-mobile-card-title { color: #3B2006; }
.zs-usewhen-mobile-5 .zs-usewhen-mobile-card-title { color: #3F0B07; }
.zs-usewhen-mobile-6 .zs-usewhen-mobile-card-title { color: #272160; }


@media screen and (min-width: 680px) and (max-width: 880px) and (orientation: portrait) {
    .person-2, .person-5, .zs-circle-element{
        display: none;
    }
    .header-content {
        gap: 0;
    }
    .zs-bento-grid-card {
        padding: 15px 15px 0px;
    }
    .header-content p {
        width: 90%;
    }
    .zs-final-hero-section {
        padding: 80px 0 0;
    }
    .zs-final-hero-section {
        margin-bottom: 0;
    }
    .hero-section .zs-highlight {
        padding: 10px 20px;
    }
    .header-title {
        margin-bottom: 20px;
    }
    .person-4 {
        left: 75%;
    }
    .person-3 {
        top: 80%;
    }
    .person-6 {
        top: 85%;
    }
    .zs-trust-icon1 {
        left: -5%;
    }
    .zs-final-hero-main-image {
        width: 150px;
        height: 150px;
    }
    .zs-final-hero-visuals {
        background-size: contain;
        top: 60px;
        left: 40px;
    }
    .zs-final-hero-left-image {
        width: 80px;
        left: 0px;
    }
    .zs-final-hero-top-image {
        top: 50px;
        left: 240px;
        width: 80px;
        height: 80px;
    }
    .zs-bento-card {
        width: 16rem;
        height: 30rem;
    }
    .zs-bento-content {
        padding: 0;
    }
    .zs-usewhen-grid {
        grid-template-columns: 33% 30% 29%;
    }
    .zs-bento-grid {
        padding: 0 40px;
    }
    .map-3 {
        right: 33%;
    }

}
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) {
    .map-3 {
        right: 35%;
    }
    .zs-bento-5 .zs-bento-asset {
        background-size: 100% 100%;
    }
    .zs-bento-card {
        width: 16rem;
    }
    .zs-usewhen-card {
        padding: 15px 0 0 20px;
    }
    .zs-usewhen-card-title {
        font-size: 20px;
    }
    .zs-final-hero-content {
        padding: 0px 50px 50px;
    }
}
@media screen and (max-width: 950px) and (orientation: landscape){
    .zs-bento-card {
        width: 16rem;
        height: 30rem;
    }
}   
@media (max-width: 768px) {
    .zs-final-hero-section {
        padding: 80px 0;
    }
    
    .zs-final-hero-title {
        font-size: 2.5rem;
        width: 100%;
    }
    
    .zs-final-hero-description {
        font-size: 1rem;
    }
    
    .zs-final-hero-visuals {
        height: 500px;
    }
    
    .zs-final-hero-main-image {
        width: 180px;
        height: 180px;
    }
    
    .zs-final-hero-top-image {
        width: 100px;
        height: 100px;
        top: 30px;
        right: 40px;
        z-index: 9;
    }
    .zs-final-hero-left-image {
        z-index: 9;
    }
      
    .zs-final-hero-circle-1 {
        width: 150px;
        height: 150px;
    }
    
    .zs-final-hero-circle-2 {
        width: 110px;
        height: 110px;
    }
    
    .zs-final-hero-circle-3 {
        width: 70px;
        height: 70px;
    }
}
@media screen and (max-width:720px) and (orientation: portrait){
    .zs-bento-card {
        width: 14.375rem;
        height: 25rem;
    }
    .zs-bento-asset-why {
        min-height: 50%;
    }
    .zs-usewhen-grid {
        grid-template-columns: 30% 30% 32%;
    }
    .zs-usewhen-card {
        padding: 15px 0 0 20px;
    }
    .zs-usewhen-grid {
        gap: 25px;
    }
    .zs-final-hero-main-image {
        width: 50%;
        height: 30%;
    }    
    .zs-final-hero-top-image {
        left: 60%;
        width: 80px;
        height: 80px;
        top: 12%;
    }
    .zs-final-hero-left-image {
        left: -30px;
    }
    .zs-final-hero-visuals {
        top: 120px;
    }
}

@media (max-width: 580px) {
  .zs-usewhen-section, .zs-final-hero-visuals {
    display: none;
  }
  .zs-mob-footer {
    display: block;
    width: 70%;
    margin-left: 130px;
  }
  .zs-usewhen-mobile-section {
    display: block;
    padding: 80px 0 90px;
  }
}
  
@media (max-width: 480px) {
    .hero-section {
        padding-top: 40px;
    }
    .zs-section-bento .zs-section-title {
        font-size: 2rem;
    }
    .header-content {
        gap: 0;
    }
    .header-content p {
        width: 100%;
    }
    .person-1, .person-2, .person-5, .person-6, .zs-circle-element {
        display: none;
    }
    .person-3 {
        left: -5%;
        top: 75%;
    }
    .person-4 {
        top: -20%;
        width: 200px;
        left: 60%;
    }
    .zs-bento-grid {
        display: flex;
        flex-direction: column;
        margin: 50px auto;
    }
    .zs-bento-grid-content {
        padding: 0 10px 0;
    }
    .zs-final-hero-section {
        padding: 60px 0;
    }
    
    .zs-final-hero-title {
        font-size: 2rem;
    }
    
    .zs-final-hero-visuals {
        height: 400px;
    }
    
    .zs-final-hero-main-image {
        width: 200px;
        height: 200px;
    }
    
    .zs-final-hero-top-image {
        width: 80px;
        height: 80px;
        top: 40px;
        right: 20px;
    }
    
    .zs-final-hero-left-image {
        width: 60px;
        height: 60px;
        top: 120px;
        left: 10px;
    }
    
    .zs-final-hero-circles {
        bottom: 20px;
        right: 20px;
    }
    
    .zs-final-hero-circle-1 {
        width: 120px;
        height: 120px;
    }
    
    .zs-final-hero-circle-2 {
        width: 90px;
        height: 90px;
    }
    
    .zs-final-hero-circle-3 {
        width: 60px;
        height: 60px;
    }
    .zs-container { 
        padding: 0 16px; 
    }
    .zs-bento-section-why { 
        padding: 20px 0; 
    }
    .zs-bento-title { 
        font-size: 20px;
    }
    .zs-bento-grid-content p {
        font-size: 16px;
    }
    .zs-bento-5 .zs-bento-asset {
        background: url(/sites/zweb/images/show/zs-mob-map.webp) no-repeat center center;
        background-size: contain;
        height: 240px;
    }
    .zs-bento-grid-card {
        padding: 15px 15px 10px;
    }
    .zs-bento-grid {
        padding: 0 20px;
    }
    .map-1 {
        width: 15%;
        top: 42%;
    }
    .map-2 {
        width: 22%;
        right: 35%
    }
    .map-3 {
        width: 15%;
        right: 70%;
        top: 45%;
    }
    .map-4 {
        width: 40%;
        right: 26%;
        top: 55%;
    }
    .lastcard {
        text-align: left;
    }
    .zs-bento-card-trust, .zs-bento-card-adapt, .zs-bento-card-moments { 
        width: 280px; 
        height: 350px; 
    }
    .zs-bento-content { 
        padding: 0 16px; 
    }
    .zs-bento-card-title { 
        font-size: 18px; 
    }
    .zs-bento-card-text { 
        font-size: 14px; 
    }
    .zs-bento-asset-trust { 
        height: 160px; 
    }
    .zs-bento-asset-adapt, .zs-bento-asset-moments { 
        height: 140px; 
    }
    .zs-usewhen-mobile-card-title {
        flex: 0;
    }
    .zs-usewhen-mobile-icon .zs-svg-icon {
        width: 90px;
        height: 90px;
    }
    .dollaricon {
        right: -30px;
        top: 30px;
    }
    .hosticon {
        top: 30px;
        right: -10px;    
    }
    .teachingicon {
        right: -10px;
        top: 30px;
    }
    .deliveryicon {
        right: -10px;
        top: 20px;
    }
    .questionicon {
        top: 20px;
        right: -30px;
    }
    .internalicon {
        right: -10px;
        top: 20px;
    }
    /* Mobile Why LiveCast Sticky Section - 480px breakpoint only */
    .zs-bento-section {
        display: none;
    }
    
    .zs-why-mobile-sticky-section {
        display: block;
        background: #F7F5F7;
        min-height: 100vh; /* More scroll space for stacking */
        position: relative;
    }
    
    .zs-why-mobile-sticky-container {
        max-width: 375px;
        margin: 0 auto;
        padding: 40px 20px;
        position: relative;
        z-index: 100;
    }
    
    .zs-why-mobile-sticky-title {
        font-weight: 700;
        font-size: 32px;
        line-height: 1.2;
        color: #000;
        text-align: center;
        margin: 0 0 60px;
        position: sticky;
        top: 40px;
        background: #F7F5F7;
        padding: 20px 0;
    }
    
    .zs-why-mobile-sticky-stack {
        position: relative;
        height: 250vh; /* Extended height for scroll area */
        display: flex;
        flex-direction: column;
        gap: 250px;
    }
    .zs-usewhen-mobile-stack {
        height: 250px;
    }
    
    .zs-why-mobile-sticky-card {
        position: sticky;
        left: 50%;
        margin: 0 auto;
        background: #FFFFFF;
        border: 1px solid #E7E7E7;
        border-radius: 35px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        width: 320px;
        height: 400px;
        padding: 20px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
        transition: all 0.3s ease;
    }
    
    /* Simple card stacking with proper gaps - each card stacks above the previous */
    .zs-why-mobile-sticky-1 { 
        top: 150px;
        z-index: 1;
    }
    .asset-1 {
        background: #ffe9e7;
        border: 1px solid #ffd2ce;
    }
    
    .zs-why-mobile-sticky-2 { 
        top: 180px;
        z-index: 2;
    }
    .asset-2 {
        background: #dddaf9;
        border: 1px solid #c0bce2;
    }
    
    .zs-why-mobile-sticky-3 { 
        top: 230px;
        z-index: 3;
    }
    .asset-3 {
        background: #cff1e0;
        border: 1px solid #c5ded3;
    }
    .why-mob-asset {
        width: 40%;
    }
    
    /* Asset Container - matching bento-card asset styling */
    .zs-why-mobile-sticky-asset {
        position: relative;
        width: 100%;
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 20px;
        
        overflow: hidden;
    }
    
    /* Icon Positioning */

    
    .zs-why-mobile-sticky-icon-image {
        width: 50px;
        height: 50px;
        object-fit: contain;
    }
    
    /* Content - matching bento-card content styling */
    .zs-why-mobile-sticky-content {
        text-align: center;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 20px;
    }
    
    .zs-why-mobile-sticky-card-title {
        font-size: 20px;
        line-height: 1.3;
        margin: 0 0 20px;
        color: #000;
    }
    
    .zs-why-mobile-sticky-card-text {
        font-size: 16px;
        line-height: 1.5;
        margin: 0;
        color: #333;
        opacity: 0.9;
    }
    .zs-final-hero-content {
        flex-direction: column;
        text-align: center;
        gap: 40px;
        padding: 0;
    }
    .zs-final-hero-text {
        padding: 0 10px;
        width: 100%;
    }
    .zs-final-hero-section .zs-highlight, .hero-section .zs-highlight {
        padding: 10px 15px;
    }
    .zs-section-bento .zs-section-content {
        max-width: 100%;
        margin: 30px auto 0;
    }
}
@media screen and (max-width: 380px) {
    .zs-why-mobile-sticky-stack {
        height: 300vh;
    }
}