   
       :root {
    --grey: #000;
    --background: #f2f2f7;
    --black: #000;
    --blue: #27d5c1;
    --purple: #807dca
}

@font-face {
    font-family: Aileron;
    src: url(https://cdn.prod.website-files.com/67861d5e9350d5531cf78a3b/678622f62170bcb8bb0a547f_Aileron-LightItalic.otf)format("opentype");
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Aileron;
    src: url(https://cdn.prod.website-files.com/67861d5e9350d5531cf78a3b/678622f6fd4a6cb866b8a0b1_Aileron-Thin.otf)format("opentype");
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Aileron;
    src: url(https://cdn.prod.website-files.com/67861d5e9350d5531cf78a3b/678622f69defbf311ba47ab0_Aileron-SemiBold.otf)format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Aileron;
    src: url(https://cdn.prod.website-files.com/67861d5e9350d5531cf78a3b/678622f6f1b58ef3baa10159_Aileron-UltraLight.otf)format("opentype");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Aileron;
    src: url(https://cdn.prod.website-files.com/67861d5e9350d5531cf78a3b/678622f6a1bc00ed2125a60f_Aileron-ThinItalic.otf)format("opentype");
    font-weight: 100;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Aileron;
    src: url(https://cdn.prod.website-files.com/67861d5e9350d5531cf78a3b/678622f6f489fad984204b18_Aileron-UltraLightItalic.otf)format("opentype");
    font-weight: 200;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Aileron;
    src: url(https://cdn.prod.website-files.com/67861d5e9350d5531cf78a3b/678622f6237571649f5e654f_Aileron-HeavyItalic.otf)format("opentype"), url(https://cdn.prod.website-files.com/67861d5e9350d5531cf78a3b/678622f6d7559d28009587ea_Aileron-BlackItalic.otf)format("opentype");
    font-weight: 900;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Aileron;
    src: url(https://cdn.prod.website-files.com/67861d5e9350d5531cf78a3b/678622f64c7ba3630bfe65eb_Aileron-SemiBoldItalic.otf)format("opentype");
    font-weight: 600;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Aileron;
    src: url(https://cdn.prod.website-files.com/67861d5e9350d5531cf78a3b/678622f6ef232b1bed7df2af_Aileron-Regular.otf)format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Aileron;
    src: url(https://cdn.prod.website-files.com/67861d5e9350d5531cf78a3b/678622f62bd4da2fcf696fc9_Aileron-Italic.otf)format("opentype");
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Aileron;
    src: url(https://cdn.prod.website-files.com/67861d5e9350d5531cf78a3b/678622f6cd71a4f34c4f84df_Aileron-BoldItalic.otf)format("opentype");
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Aileron;
    src: url(https://cdn.prod.website-files.com/67861d5e9350d5531cf78a3b/678622f686cc61e1b5f4af40_Aileron-Bold.otf)format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Aileron;
    src: url(https://cdn.prod.website-files.com/67861d5e9350d5531cf78a3b/678622f62bd4da2fcf696fb5_Aileron-Heavy.otf)format("opentype"), url(https://cdn.prod.website-files.com/67861d5e9350d5531cf78a3b/678622f6a33a316e969cb9fb_Aileron-Black.otf)format("opentype");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Aileron;
    src: url(https://cdn.prod.website-files.com/67861d5e9350d5531cf78a3b/678622f6560c6d74882e5341_Aileron-Light.otf)format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        .navbar {
    z-index: 10000;
    background-color: #0000;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    position: sticky;
    top: -50px
}
.box {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 1300px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex
}

.box.nav-box {
    background-image: none;
    flex-flow: row;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block
}

.box.hero-section {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-image: none;
    border-right: 0 solid #000;
    justify-content: space-between;
    position: relative;
    overflow: hidden
}

.box.company-section {
    opacity: 1;
    mix-blend-mode: normal;
    background-image: none;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative
}

.box.how-it-works {
    background-image: none;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative
}

.box.case-study-section {
    background-image: none;
    padding: 40px 25px;
    position: relative
}

.box.why-ting-ting {
    background-image: none;
    padding-top: 80px;
    padding-bottom: 123px;
    position: relative
}

.box.integrations {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row;
    justify-content: space-between;
    padding-top: 70px;
    padding-bottom: 70px
}
.blog-post {
  transition: all 0.2s ease;
}
        body {
            font-family: 'Aileron', sans-serif;
            line-height: 1.7;
            color: var(--black);
           
        }

        /* Reading Progress Bar */
        .progress-bar {
            position: fixed;
            top: 0;
            left: 0;
            height: 3px;
            background: var(--black);
            z-index: 1000;
            transition: width 0.3s ease;
        }

        /* Navigation */
        .navblog {
            padding: 20px;
            background: var(--white);
            border-bottom: 1px solid var(--gray-medium);
            position: sticky;
            top: 0;
            z-index: 100;
          
        }
        
.nav-link {
    color: #000;
    padding: 0;
    font-size: 18px;
    font-weight: 600
}

.nav-link.w--current {
    color: #000c
}

.nav-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    display: flex
}

.container {
    align-self: center;
    display: flex
}

.nav-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-self: center;
    display: flex
}

.hero-title {
    text-align: center;
    white-space: normal;
    background-color: #0000;
    max-width: 673px;
    line-height: 64px;
    position: relative
}

.text-span {
    background-image: linear-gradient(90deg, var(--blue), var(--purple));
    text-align: left;
    overflow-wrap: normal;
    -webkit-text-fill-color: transparent;
    object-fit: scale-down;
    -webkit-background-clip: text;
    background-clip: text;
    width: 3.33em;
    height: 1.2em;
    padding-top: 12px;
    font-size: .95em;
    display: inline-block
}


        

        .navblog img {
            width: 150px;
            height: auto;
            
        }

        /* Main Container */
        .main-container {
          width: 100%;
    max-width: 900px;
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            flex-direction: column;
            align-items: center;

        }

        /* Header Section */
        .header-section {
            /* text-align: center; */
            margin: 60px 0 40px;
        }

        .main-title {
            font-size: clamp(2rem, 5vw, 3.5rem);
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 30px;
            color: var(--black);
        }

        .article-meta {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-bottom: 40px;
            font-size: 0.9rem;
            color: var(--gray-dark);
            flex-wrap: wrap;
        }

        .meta-item {
            display: flex;
            align-items: center;
            gap: 5px;
        }

        /* Table of Contents */
        .toc-container {
            position: fixed;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            background: var(--white);
            border: 1px solid var(--gray-medium);
            border-radius: 8px;
            padding: 20px;
            max-width: 250px;
            box-shadow: 0 4px 20px var(--shadow);
            z-index: 50;
            transition: opacity 0.3s ease;
        }

        .toc-toggle {
            position: fixed;
            right: 20px;
            top: 20%;
            background: var(--black);
            color: var(--white);
            border: none;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            cursor: pointer;
            z-index: 100;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
            transition: transform 0.3s ease;
        }

        .toc-toggle:hover {
            transform: scale(1.1);
        }

        .toc-title {
            font-weight: 600;
            margin-bottom: 15px;
            color: var(--black);
        }

        .toc-list {
            list-style: none;
        }

        .toc-list li {
            margin-bottom: 8px;
        }

        .toc-list a {
            color: var(--gray-dark);
            text-decoration: none;
            font-size: 0.85rem;
            transition: color 0.3s ease;
            display: block;
            padding: 5px 0;
        }

        .toc-list a:hover,
        .toc-list a.active {
            color: var(--black);
            font-weight: 500;
        }

        /* Hide TOC on mobile */
     

        /* Hero Image */
        .hero-image {
            width: 100%;
            height: 500px;
            /* aspect-ratio: 16/9; */
                aspect-ratio: 9 / 9;
            border-radius: 12px;
            margin: 40px 0;
            object-fit: cover;

        }

     

        /* Subtitle */
        .subtitle {
            font-size: 18px;
            color: var(--gray-dark);
            /* margin-bottom: 50px; */
            /* font-style: italic; */
            /* text-align: center; */
            line-height: 1.6;
        }


     article {
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
    animation: fadeInUp 0.6s ease forwards;
}



        article h2 {
            font-size: 2rem;
            font-weight: 600;
            margin-bottom: 25px;
            color: var(--black);
            position: relative;
            cursor: pointer;
            transition: color 0.3s ease;
        }

 .scroll-container {
  height: 200vh; /* enough to scroll */
  padding: 100px;
  background: #f0f0f0;
}

article {
  opacity: 0;
  transform: translateY(100px);
  animation: fadeInUp ease-out forwards;
  animation-timeline: view(); /* this links animation to scroll! */
  animation-range: entry 0% cover 40%;
}

/* animation keyframes */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


     

        article p {
            font-size: 1.1rem;
            margin-bottom: 25px;
            color: var(--black);
            text-align: justify;
        }

        /* Scenarios */
        .scenario {
            background: var(--gray-light);
            /* padding: 25px; */
        
            border-radius: 0 8px 8px 0;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

     

    

        .scenario h3 {
            color: var(--black);
            margin-bottom: 15px;
            font-weight: 600;
        }

        /* CTA Section */
        .cta-section {
            background: var(--black);
            color: var(--white);
            padding: 60px 40px;
            margin: 80px 0;
            border-radius: 16px;
            /* text-align: center; */
            position: relative;
            overflow: hidden;
        }

        .cta-section::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .cta-section:hover::before {
            opacity: 1;
        }

        .cta-title {
            font-size: 1.8rem;
            font-weight: 600;
            margin-bottom: 20px;
        }

        .cta-text {
            font-size: 1.1rem;
            margin-bottom: 30px;
            opacity: 0.9;
        }

        .cta-buttons {
            display: flex;
            gap: 20px;
            justify-content: center;
            flex-wrap: wrap;
        }

        .cta-btn {
            background: var(--white);
            color: var(--black);
            padding: 15px 30px;
            border: none;
            border-radius: 8px;
            font-weight: 500;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .cta-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: var(--gray-light);
            transition: left 0.3s ease;
            z-index: -1;
        }

        .cta-btn:hover::before {
            left: 0;
        }

        .cta-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.2);
        }

        /* Footer */
        .blog-footer{
            font-size: 18px;
            color: black;
            margin-bottom: 20px;
        }
        .blog-footer p{
            font-size: 18px;
            margin-bottom: 20px;
        }

        /* Mobile Responsiveness */
        @media (max-width: 768px) {
           
@media screen and (max-width: 991px) {
    .w-nav[data-collapse=medium] .w-nav-button {
        display: block;
    }
}
.w-nav-button.w--open {
    color: #fff;
    background-color: #c8c8c8;
}
.w-nav-button:focus {
    outline: 0;
}

@media screen and (max-width: 991px) {
    .menu-button {
        flex: 0 auto;
    }
}
.w-nav-button {
    float: right;
    cursor: pointer;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    -webkit-user-select: none;
    user-select: none;
    padding: 18px;
    font-size: 24px;
    display: none;
    position: relative;
}
div {
    display: block;
    unicode-bidi: isolate;
}
.body {
    background-color: var(--background);
    max-width: 100vw;
    padding-top: 0;
    font-family: Aileron, Trebuchet MS, sans-serif;
    overflow: visible;
}
          
            .article-meta {
                flex-direction: column;
                gap: 10px;
            }

            .hero-image {
                height: 400px;
                object-fit: cover;
                margin: 20px 0;
                border-radius: 8px;
            }

           

            article {
                margin: 10px 0;
            }

            article h2 {
                font-size: 1.6rem;
                margin-bottom: 20px;
            }

            article p {
                font-size: 1rem;
                text-align: left;
            }

            .scenario {
                padding: 20px;
                margin: 20px 0;
            }

            .cta-section {
                padding: 40px 20px;
                margin: 50px 0;
                border-radius: 12px;
            }

            .cta-title {
                font-size: 1.5rem;
            }

            .cta-buttons {
                flex-direction: column;
                align-items: center;
            }

            .cta-btn {
                width: 100%;
                max-width: 250px;
                justify-content: center;
            }
        }

        @media (max-width: 480px) {
            .navblog {
                padding: 15px;
            }

            .navblog img {
                width: 120px;
            }

            .main-title {
                font-size: 3rem;
            }
            

            .progress-bar {
                height: 2px;
            }
            
            .main-container {
                padding: 0 20px;
            }
        }

        /* Smooth scrolling */
        html {
            scroll-behavior: smooth;
        }

        /* Loading animation */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .fade-in {
            animation: fadeInUp 0.8s ease forwards;
        }
        .main-title{
            text-align: center;
        }
