:root {
    --panel: #e7521b;
    --buffer: 60px;
}
html{
    scroll-behavior:smooth;
}
.cms-page-wrapper.fp-scrollable {
    overflow: visible;
}
.page-section-wrapper {
    background-color: #ffffff;    
    margin: -1px 0px;
}
.page-section-wrapper .page-container {
    position: relative;
    height: 62px;
}
.page-section-wrapper .border-bg {
    display: none;
}
.main-content-wrapper {
    background-color: transparent;
    position: relative;
    margin-bottom: 0px;
}
/* .main-content-wrapper::before {
    content: '';
    background: url("../images/cases/minidisc/banner-bottom1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 90px;
    position: absolute;
    top: -90px;
} */
/* Animated Background */
.angle-bg{
    position:absolute;
    inset:0;
    background:#ffffff;
    clip-path:polygon(0 var(--buffer),100% var(--buffer),100% 100%,0 100%);
    will-change:clip-path;
}
.page-container {
    max-width: 1280px;
    padding: 0px 24px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}
/* new landing page like minidisc */
.fixed-banner-landingpage {
    position: sticky;
    left: 0;
    top: -400px;
    width: 100%;
    height: min-content;
    z-index: -1;
}
.banner-top {
    display: flex;
    padding: 96px 0px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 140px;
    flex: 1 0 0;
    align-self: stretch;
    position: relative;
}

.banner-top .page-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 140px;
    flex: 1 0 0;
    align-self: stretch;
    margin-bottom: 96px;
}

.banner-bottom-bg {
    background: url("../images/cases/minidisc/banner-bottom1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 90px;
    position: absolute;
    bottom: -1px;
    display: none;
}
.minidisc-top-bg {
    background: url("../images/cases/minidisc/section-cases-hero.jpg");
    background-size: cover;
    color: #fff;
    background-position: center;    
    background-repeat: no-repeat;
    height: 100%;
}
.border-bg {
    display: flex;   
    flex-direction: column;
    align-items: flex-start;
    gap: 96px;
    align-self: stretch;
    min-height: 129px;  
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%; 
    margin-top: -1px;
    margin-bottom: -1px; 
}
.bg-style1 {
    background: #fff url("../images/cases/minidisc/line-bg1.png");    
}
.bg-style2 {
    background: #fff url("../images/cases/minidisc/line-bg2.png");    
}
.section-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    align-self: stretch;
}
.section-top .small-text {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #FFF;   
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing:3px;
    text-transform: uppercase;
}
.section-top .section-title {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #FFF;
    font-size: 70px;
    font-style: normal;
    font-weight: 500;
    line-height: 85px;
    letter-spacing: -2px;
    max-width: 1002px;
}
.section-bottom {
    display: flex;
    align-items: flex-start;
    gap: 96px;
    align-self: stretch;
}
.section-bottom h3 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0;
    margin-bottom: 32px;
}
.logo-section {
    display: flex;
    align-items: center;
    gap: 40px;
}
.service-section {
    display: flex;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    flex-wrap: wrap;
}
.service-section span {
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 24px;
    border: 1px solid rgba(229, 229, 229, 0.20);
    background: rgba(255, 255, 255, 0.10);

    /* Blur/uniform-blur-xl */
    backdrop-filter: blur(calc(24px / 2));
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0;
}
/* .content-block1 {
    background-color: #FFF;
} */
.content-block1 .content-block-inner {
    display: flex;   
    padding-top: 160px;
    padding-bottom: 160px;
    /* flex-direction: column; */
    align-items: flex-start;
    gap: 96px;
    align-self: stretch;
}
.content-block2 {
    background-color: #FFF;
}
.max-h-50 {
    max-height: 50px;
}
.pt-160 {
    padding-top: 160px;
}
.pb-160 {
    padding-bottom: 160px;
}
.px-160 {
    padding-top: 160px;
    padding-bottom: 160px;
}
.mx-64 {
    padding-top: 64px;
    padding-bottom: 64px;
}
.px-48 {
    padding-top: 48px;
    padding-bottom: 48px;
}
.px-96 {
    padding-top: 96px;
    padding-bottom: 96px;
}
.pt-96 {
    padding-top: 96px;
}
.orange-box-wrapper {
    background: #FFF3EA;
}
.orange-box {
    display: flex;
    width: 100%;
    /* height: 800px; */
    max-width: 1600px;
    padding-top: 40px;
    padding-bottom: 40px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0;
    /* border: 1px solid #E5E5E5;
    background: linear-gradient(270deg, #FEBF10 0%, #EF4623 100%); */
    background: #FFF3EA;
    overflow: hidden;
}
.text-gap-80 {
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.text-gap-48 {
    display: flex;
    flex-direction: column;
    gap: 48px;
}
.mb-0 {
    margin-bottom: 0px;
}
.mb-96 {
    margin-bottom: 96px;
}
.mb-64 {
    margin-bottom: 64px;
}
.mb-32 {
    margin-bottom: 32px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-48 {
    margin-bottom: 48px;
}
.mb-20 {
    margin-bottom: 20px;
}
.check-list {
    margin: 16px 0px 0px;
}
.check-list li {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    gap: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E5E5E5;

    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
}
.check-list li:last-child {
    border-bottom: 0px;
}
.check-list li::before {
    content: '';
    display: flex;
    min-width: 28px;
    min-height: 28px;
    max-width: 28px;
    max-height: 28px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #FFED43 url("../images/cases/minidisc/check.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}
.cms-page-wrapper {
    font-family: "Plus Jakarta Sans", sans-serif;
}
.cms-page-wrapper img {
    max-width: 100%;
}
.cms-page-wrapper h2 {
    color: #000;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 58px;
    letter-spacing:-2px;
    margin-bottom: 0px;
}
/* .cms-page-wrapper h3 {
    
} */
.cms-page-wrapper h4 {
    color: #32322F;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    letter-spacing:0;    
}
.cms-page-wrapper p {
    color: #32322F;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
}
.cms-page-wrapper p:last-child {
    margin-bottom: 0px;
}
.cms-page-wrapper .small-title {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
    padding-left: 34px;
}
.cms-page-wrapper .small-title::before,
.cms-page-wrapper .small-title::after {
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 10px 14px;
    width: 10px;
    height: 14px;
    position: absolute;
    top: 8px;
}
.cms-page-wrapper .small-title::before {
    background: url("../images/cases/minidisc/rectangle.svg");
    left: 0px;
}
.cms-page-wrapper .small-title::after {
    background: url("../images/cases/minidisc/rectangle.svg");
    left: 10px;
}
.cms-page-wrapper .small-title.no-bg {
    padding-left: 0px;
    text-transform: none;
    letter-spacing: 0px;
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
}
.cms-page-wrapper .small-title.no-bg::before,
.cms-page-wrapper .small-title.no-bg::after {
    display: none;
}

.cms-page-wrapper .small-title-2 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
    padding-left: 34px;
}
.cms-page-wrapper .small-title-2::before,
.cms-page-wrapper .small-title-2::after {
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 10px 14px;
    width: 10px;
    height: 14px;
    position: absolute;
    top: 8px;
}
.cms-page-wrapper .small-title-2::before {
    background: url("../images/cases/minidisc/rectangle-black.svg");
    left: 0px;
}
.cms-page-wrapper .small-title-2::after {
    background: url("../images/cases/minidisc/rectangle-black.svg");
    left: 10px;
}

.content-block1 .content-block-inner {
    display: grid;
    grid-template-columns: 66% 26%;
}
/* content-block3 */
.content-block3 .page-container {
    display: grid;
    grid-template-columns: 33% 58%;
    align-items: flex-start;
    gap: 96px;
    align-self: stretch;
}
.content-block4 .content-block {
    display: grid;
    grid-template-columns: 45% 50%;
    gap: 64px;
}
 .number-title {
    color: #000;
    font-size: 170px;
    font-style: normal;
    font-weight: 200;
    line-height: 170px;
    letter-spacing: -8px;
 }
 .thumbs-grid {
    width: 100%;
 }
 .thumbs-grid img {
    border-radius: 8px;
    overflow: hidden;
 }
  .thumbs-grid p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0;
    margin-top: 20px;
  }
 .thumbs-grid.one-block {
    width: 100%;
 }
  .thumbs-grid .three-block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 48px;
  }
  .thumbs-grid .two-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  /* grid-cols-block-wrapper */
  .grid-cols-block-wrapper {
    display: flex;
    flex-direction: column;
  }
  .grid-cols-block-wrapper .grid-cols-block {
    display: grid;
    
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-cols-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-cols-block-wrapper .col-item {
    display: flex;
    padding: 20px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex: 1 0 0;
    align-self: stretch;
    border-left: 1px solid #161616;
    /* background: linear-gradient(270deg, #FFF 0%, #FFFEF3 100%); */
  }
  .grid-cols-block-wrapper .col-item h3 {
    margin-bottom: 0px;
  }
  .grid-cols-block-wrapper p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0;
  }
.content-block-gallery {
    /* padding-bottom: 160px; */
}
.partner-from-wrapper {
    display: flex;
    padding: 0;
    flex-direction: column;
    align-items: center;
    gap: 0;
    align-self: stretch;
    background: #FFED43 url("../images/cases/minidisc/partner-bg.png");
    background-position: 24px bottom;
    padding-top: 160px;
    padding-bottom: 90px;
    background-size: 40%;
    background-repeat: no-repeat;
}
.partner-from-wrapper .content-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 96px;
}
.partner-form-box {
    display: flex;
    /* width: 496px; */
    width: 100%;
    padding: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    border-radius: 24px;
    border: 1px solid #FFDA03;
    background: #FFF;
    box-shadow: 0 20px 94px -7px rgba(239, 195, 3, 0.50);
}
.partner-form-box form {
    width: 100%;
}
.partner-form-box .form-row {
    margin-bottom: 10px;
}
.partner-form-box .button-wraper {
    display: flex;
    justify-content: flex-end;
}
.partner-form-box h4 {
    color: #161616;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0;
    margin-bottom: 0px;
}
.partner-form-box p {
    color: #161616;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
    margin-bottom: 0px;
}
.partner-form-box label {
    color: #161616;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
}
.partner-form-box .input-box,
.partner-form-box .input-textarea {
    display: flex;
    height: 48px;
    padding: 4px 16px;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: 6px;
    border: 1px solid #CAC9C5;
    background: #FFF;
    width: 100%;
}
.partner-form-box .input-textarea {
    height: auto;
    min-height: 128px;
    padding: 10px 16px;
}
.partner-form-box .button {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 24px;
    background: #FFED43;
    border: 0px;
    margin-top: 24px;
    color: #161616;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0;
}
.partner-form-box .button::after {
    content: '';
    display: inline-block;
    background: #FFED43 url("../images/cases/minidisc/arrow-up-right.svg");
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
}
/* before after slider */
.compare-container {    
    width: min(1200px, 95vw);
    aspect-ratio: 16/9;
    position: relative;
    overflow: hidden;
    user-select: none;
    cursor: ew-resize;
    background-color: #ffffff;    
    border-radius: 24px;
}

.compare-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;

}

.after {

    clip-path: inset(0 0 0 50%);

}

.divider {

    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 100%;
    background: #FFED43;
    z-index: 20;

}

.handle {

    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);          
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .4);
    cursor: grab;
    width: 70px;
    height: 36px;
    padding: 10px 0;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 80px;
    background: #FFED43;
    backdrop-filter: blur(8px);
}

.handle:active {

    cursor: grabbing;

}

.arrow {

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

}

.arrow span {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}

.left {
    display: inline-flex;
    background: url("../images/cases/minidisc/caretleft.svg");
}

.right {
    display: inline-flex;
    background: url("../images/cases/minidisc/caretright.svg");
}

.label {

    position: absolute;
    top: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    z-index: 100;
    border-radius: 8px;
    backdrop-filter: blur(8px);
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, .3); */
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: opacity 0.3s ease;
    pointer-events: none;

}

.label .badge {   
    display: inline-flex;
    padding:12px 20px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 12px;
    border: 1px solid rgba(229, 229, 229, 0.20);
    background: rgba(0, 0, 0, 0.50);
    backdrop-filter: blur(12px);
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0;

}

.before-label {

    left: 20px;

}

.after-label {

    right: 20px;

}

@media(max-width:767px) {
    .compare-container {
        aspect-ratio: 1;
    }
   
    .compare-container .label {
        font-size: 13px;  
    }

    .label .badge {
        font-size: 11px;
        padding: 2px 6px;
    }

}

/* Custom styles for angle-bg overlay transition and reveal animation */
.content-block2,
.content-block3,
.content-block4,
.content-block-gallery1 {
    background-color: #ffffff;
}

.content-block1 {
    position: relative;    
}

.content-block1 .content-block-inner {
    position: relative;
    z-index: 2;
}



/* Responsive Row for Section 2 (3 columns) */
.mobile-row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.mobile-row img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}
.compare-row {
    display: grid;
    grid-template-columns: 55% 30%;
    justify-content: space-between;
    align-items: flex-start;
}
.compare-row img {
    border-radius: 20px;
    width: 100%;
}
.compare-row img:first-child {
    margin-top: 217px;
}
.gallery-section-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: flex-start;
    width: 100%;
}
.gallery-section-wrapper img {
    width: 100%;
    border-radius: 24px;
    border: 8px solid #ffffff;
    display: block;
    box-shadow: 0 34.704px 163.11px -12.146px rgba(125, 125, 125, 0.19);
    background-color: #ffffff;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .content-block1 .content-block-inner {
        grid-template-columns: 56% 26%;
        gap: 70px;
    }
    .content-block3 .page-container {
        gap: 70px;
    }
    .grid-cols-5,
    .grid-cols-4 {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (max-width: 767px) {

    .mobile-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .compare-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .compare-row img:first-child {
        margin-top: 0;
    }

    /* banner main */
    .banner-top .page-container {
        gap: 40px;
    }
    .section-top {
        gap: 20px;
    }
    .section-top .small-text {
        font-size: 16px;
    }

    .banner-top .small-title {
        width: 100%;
    }
    .banner-top .section-title {
        font-size: 36px;
        line-height: 46px;
        letter-spacing: -1px;
        width: 100%;
        font-weight: 500;
    }
    .section-bottom {
        flex-direction: column;
        gap: 24px;
    }
    .section-bottom h3 {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 34px;
    }
    .section-bottom .technology-stack img {
        height: 40px;
    }
    .section-bottom .services img {
        height: 20px;
    }
    .content-block1 .content-block-inner {
        grid-template-columns: 1fr;
        gap: 80px;
    }
    .content-block3 .page-container {
        grid-template-columns: 1fr;
        gap: 80px;
    }
    .content-block4 .content-block {   
        grid-template-columns: 1fr;
        /* gap:40px; */
    }
    .thumbs-grid .three-block,
    .thumbs-grid .two-block {
        grid-template-columns: 1fr;
    }
    .thumbs-grid .three-block img,
    .thumbs-grid .two-block img{
        width: 100%;
    }
    .grid-cols-5,
    .grid-cols-4 {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .cms-page-wrapper h2 {
        font-size: 30px;
        line-height: 42px;
        font-weight: 500;
        letter-spacing: -1px;
    }
    .content-block1 .content-block-inner {
        padding-top: 128px;
        padding-bottom: 128px;
        gap: 64px;
    }
    .text-gap-80 {
        gap: 64px;
    }
    .pt-160 {
        padding-top: 128px;
    }
    .px-96 {
        padding-top: 64px;
        padding-bottom: 64px;
    }
    .pt-96 {
        padding-top: 64px;
    }
    .px-160 {
        padding-top: 128px;
        padding-bottom: 128px;
    }
    .mb-96 {
        margin-bottom: 64px;
    }
    .check-list {
        margin-top: 0px;
    }
    .check-list li:first-child {
        padding-top: 0px;
    }
    .page-section-wrapper .page-container {
        height: auto;
    }
    .number-title {
        font-size: 120px;
        line-height: 120px;
        font-weight: 200;
    }
    .thumbs-grid h3,
    .grid-cols-block-wrapper h3 {
        margin-bottom: 0px;
    }
    .grid-cols-block-wrapper .col-item {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .grid-cols-block.grid-cols-4 .col-item {
        padding: 20px 32px;
    }
    .partner-from-wrapper .content-block {
        grid-template-columns: 1fr;
        gap: 64px;
    }
    .partner-from-wrapper .partner-form-box {
        padding: 24px;
    }
    .partner-form-box h4 {
        font-size: 20px;
        line-height: 28px;
        font-weight: 600;
    }
    .partner-form-box p {
        font-size: 15px;
        line-height: 26px;
    }
    .partner-form-box .button-wraper {
    justify-content: center;
    }
    .partner-form-box .button {
    width: 100%;
    }
    .partner-from-wrapper {
        background-size: 762px;
        background-position-x: -38%;
        background-position-y: 29%;
        overflow: hidden;
    }
}


@media (max-width: 575.98px) {
    .grid-cols-5, .grid-cols-4 {
        grid-template-columns: repeat(1, 1fr);
    }    
}

.angle-bg-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 62px;
    background-color: #CAC9C5;
    will-change: clip-path;
    pointer-events: none;
    z-index: 0;
}

/* Scroll-Reveal GSAP SplitText Animation styling for headings */
.cms-page-wrapper h2.split {
    opacity: 0;
}

/* ============================================================
   Minidisc — Check-list GSAP animation: initial states only.
   NO font-size, padding, gap, border-radius or icon-size
   changes are made here. Only opacity / transform states
   that GSAP will animate to their natural values.
   ============================================================ */
.check-list li {
    /* Row starts invisible and 50px below its natural position */
    opacity: 0;
    transform: translateY(50px);
    /* CSS custom property used to scale the ::before icon bubble */
    --icon-scale: 0;
    /* CSS custom property used to sweep the ::after underline */
    --line-scale: 0;
}

/* Underline sweep — replicates the demo's ::after trick.
   The existing border-bottom on li:last-child is unaffected
   because ::after sits on top of the border-bottom.
   We only draw it when the item animates in. */
.check-list li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: #E5E5E5;
    transform: scaleX(var(--line-scale, 0));
    transform-origin: left;
    pointer-events: none;
}

/* Scale the ::before icon bubble in via CSS custom property.
   GSAP cannot tween pseudo-elements directly, so we expose
   the scale value through a property and apply it here. */
.check-list li::before {
    transform: scale(var(--icon-scale, 0));
}

/* ============================================================
   Minidisc — Business Benefits / Results grid: initial states.
   Only opacity / transform; no layout sizing changed.
   ============================================================ */
.grid-cols-block-wrapper > h3 {
    opacity: 0;
    transform: translateY(40px);
}

.grid-cols-block .col-item {
    opacity: 0;
    transform: translateY(60px);
}

/* Icon span inside each card starts scaled to 0 */
.grid-cols-block .col-item > span {
    display: inline-block; /* needed so transform works on inline <span> */
    transform: scale(0);
}