/* Compiled CSS for v1 Hero and Buttons */

.v1-hero {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #000;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (min-width: 992px) {
    .v1-hero {
        padding-top: 80px;
        min-height: 100vh;
    }
}

@media (min-width: 1200px) {
    .v1-hero {
        padding-top: 100px;
    }
}

.v1-hero__video-wrap {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.v1-hero__video-wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.v1-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
    z-index: 2;
}

.v1-hero__container {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1720px;
    margin: 0 auto;
    padding: 0 20px;
}

.v1-hero__slider {
    width: 100%;
}

.v1-hero__slide {
    outline: none;
}

.v1-hero__content {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.v1-hero__pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8.5px 26px;
    background: radial-gradient(35.659px 7.0753px at 0px 0px, rgba(0, 99, 101, 0.7) 0%, rgba(8, 104, 158, 0.45) 50%, rgba(16, 109, 214, 0.2) 100%);
    background-color: rgba(0, 99, 101, 0.4);
    backdrop-filter: blur(32px);
    border: 1.25px solid rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    margin-bottom: 32px;
}

@media (max-width: 1024px) {
    .v1-hero__pill {
        margin-bottom: 24px;
        padding: 6px 20px;
    }
}

.v1-hero__pill-dot {
    width: 7.5px;
    height: 7.5px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 8px #fff;
}

.v1-hero__pill-text {
    font-family: "Inter", sans-serif;
    font-size: 10px;
    color: #fff;
    line-height: 1.5;
    letter-spacing: -0.5px;
}

@media (min-width: 992px) {
    .v1-hero__pill-text {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .v1-hero__pill-text {
        font-size: 20px;
    }
}

.v1-hero__title {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 24px;
    letter-spacing: -1.5px;
}

@media (min-width: 992px) {
    .v1-hero__title {
        font-size: 32px;
    }
}

@media (min-width: 1200px) {
    .v1-hero__title {
        font-size: 54px;
    }
}

@media (max-width: 767px) {
    .v1-hero__title {
        font-size: 30px;
    }
}

.v1-hero__desc {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #868686;
    margin-bottom: 32px;
    max-width: 820px;
}

@media (min-width: 992px) {
    .v1-hero__desc {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .v1-hero__desc {
        font-size: 20px;
        margin-bottom: 48px;
    }
}

.v1-hero__pagination {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    position: relative;
    z-index: 10;
}

.v1-hero__dot {
    height: 7.7px;
    border-radius: 4px;
    background-color: #a0a0a0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    width: 26.8px;
}

.v1-hero__dot.active {
    width: 86.7px;
    background-color: #fff;
}

/* ========== Hero Cubes Animation ========== */
.v1-hero__cubes-wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 52%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    overflow: hidden;
}

@media (max-width: 991px) {
    .v1-hero__cubes-wrap {
        display: none;
    }
}

.v1-hero__cubes-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 125%;
    max-width: none;
    opacity: 0.6;
    pointer-events: none;
}

.v1-hero__cubes-scene {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 550px;
    height: 550px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .v1-hero__cubes-scene {
        width: 450px;
        height: 450px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .v1-hero__cubes-scene {
        width: 380px;
        height: 380px;
    }
}

.v1-hero__cube {
    position: absolute;
    will-change: transform, opacity;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

/* Cube 1 - small dark cube (center, top) */
.v1-hero__cube--1 {
    width: 50px;
    top: 30%;
    left: 48%;
    opacity: 0.4;
    animation: cubeFloat1 8s infinite cubic-bezier(0.4, 0, 0.2, 1);
}

/* Cube 2 - medium cube (upper-left area) */
.v1-hero__cube--2 {
    width: 100px;
    top: 10%;
    left: 20%;
    animation: cubeFloat2 8s infinite cubic-bezier(0.4, 0, 0.2, 1);
}

/* Cube 3 - assembled 2x2 cube (right-bottom) */
.v1-hero__cube--3 {
    width: 130px;
    top: 55%;
    left: 60%;
    animation: cubeFloat3 8s infinite cubic-bezier(0.4, 0, 0.2, 1);
}

/* Cube 4 - tilted right cube (top-left) */
.v1-hero__cube--4 {
    width: 105px;
    top: 5%;
    left: 5%;
    animation: cubeFloat4 8s infinite cubic-bezier(0.4, 0, 0.2, 1);
}

/* Cube 5 - tilted left cube (lower-left) */
.v1-hero__cube--5 {
    width: 105px;
    top: 60%;
    left: 10%;
    animation: cubeFloat5 8s infinite cubic-bezier(0.4, 0, 0.2, 1);
}

/* Cube 6 - tilted forward cube (far-right) */
.v1-hero__cube--6 {
    width: 90px;
    top: 20%;
    left: 75%;
    animation: cubeFloat6 8s infinite cubic-bezier(0.4, 0, 0.2, 1);
}

/* Cube 7 - tilted bottom-right cube (upper-right) */
.v1-hero__cube--7 {
    width: 100px;
    top: 10%;
    left: 60%;
    animation: cubeFloat7 8s infinite cubic-bezier(0.4, 0, 0.2, 1);
}

/* === Phase 1 (0-40%): Scatter in from far away, grow bigger ===
   === Phase 2 (40-60%): Assemble together at center ===
   === Phase 3 (60-100%): Fly away, shrink to negligible === */

/* Cube 1 - center small cube */
@keyframes cubeFloat1 {
    0% {
        transform: translate(80px, -200px) scale(0.1);
        opacity: 0;
    }

    15% {
        opacity: 0.3;
    }

    40% {
        transform: translate(0, 0) scale(1);
        opacity: 0.4;
    }

    60% {
        transform: translate(0, 0) scale(1);
        opacity: 0.4;
    }

    85% {
        opacity: 0.15;
    }

    100% {
        transform: translate(80px, -200px) scale(0.1);
        opacity: 0;
    }
}

/* Cube 2 - upper-left */
@keyframes cubeFloat2 {
    0% {
        transform: translate(-150px, -180px) scale(0.08);
        opacity: 0;
    }

    15% {
        opacity: 0.5;
    }

    40% {
        transform: translate(80px, 120px) scale(1);
        opacity: 1;
    }

    60% {
        transform: translate(80px, 120px) scale(1);
        opacity: 1;
    }

    85% {
        opacity: 0.2;
    }

    100% {
        transform: translate(-150px, -180px) scale(0.08);
        opacity: 0;
    }
}

/* Cube 3 - right-bottom (assembled) */
@keyframes cubeFloat3 {
    0% {
        transform: translate(180px, 200px) scale(0.08);
        opacity: 0;
    }

    15% {
        opacity: 0.5;
    }

    40% {
        transform: translate(-40px, -70px) scale(1);
        opacity: 1;
    }

    60% {
        transform: translate(-40px, -70px) scale(1);
        opacity: 1;
    }

    85% {
        opacity: 0.2;
    }

    100% {
        transform: translate(180px, 200px) scale(0.08);
        opacity: 0;
    }
}

/* Cube 4 - top-left */
@keyframes cubeFloat4 {
    0% {
        transform: translate(-200px, -150px) scale(0.08);
        opacity: 0;
    }

    15% {
        opacity: 0.5;
    }

    40% {
        transform: translate(100px, 140px) scale(1);
        opacity: 1;
    }

    60% {
        transform: translate(100px, 140px) scale(1);
        opacity: 1;
    }

    85% {
        opacity: 0.2;
    }

    100% {
        transform: translate(-200px, -150px) scale(0.08);
        opacity: 0;
    }
}

/* Cube 5 - lower-left */
@keyframes cubeFloat5 {
    0% {
        transform: translate(-180px, 200px) scale(0.08);
        opacity: 0;
    }

    15% {
        opacity: 0.5;
    }

    40% {
        transform: translate(70px, -80px) scale(1);
        opacity: 1;
    }

    60% {
        transform: translate(70px, -80px) scale(1);
        opacity: 1;
    }

    85% {
        opacity: 0.2;
    }

    100% {
        transform: translate(-180px, 200px) scale(0.08);
        opacity: 0;
    }
}

/* Cube 6 - far-right */
@keyframes cubeFloat6 {
    0% {
        transform: translate(200px, -100px) scale(0.08);
        opacity: 0;
    }

    15% {
        opacity: 0.5;
    }

    40% {
        transform: translate(-60px, 60px) scale(1);
        opacity: 1;
    }

    60% {
        transform: translate(-60px, 60px) scale(1);
        opacity: 1;
    }

    85% {
        opacity: 0.2;
    }

    100% {
        transform: translate(200px, -100px) scale(0.08);
        opacity: 0;
    }
}

/* Cube 7 - upper-right */
@keyframes cubeFloat7 {
    0% {
        transform: translate(150px, -180px) scale(0.08);
        opacity: 0;
    }

    15% {
        opacity: 0.5;
    }

    40% {
        transform: translate(-40px, 100px) scale(1);
        opacity: 1;
    }

    60% {
        transform: translate(-40px, 100px) scale(1);
        opacity: 1;
    }

    85% {
        opacity: 0.2;
    }

    100% {
        transform: translate(150px, -180px) scale(0.08);
        opacity: 0;
    }
}

/* Button Styles */
.btn-see-projects {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 4px 4px 12px;
    border-radius: 68px;
    text-decoration: none;
    background-color: #ffffff;
    border: none;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
}

.btn-see-projects span {
    position: relative;
    display: inline-flex;
    overflow: hidden;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: transparent !important;
    letter-spacing: -0.7px;
    line-height: 1.6;
}

.btn-see-projects span::before,
.btn-see-projects span::after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    color: #03080c;
    display: flex;
    align-items: center;
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.btn-see-projects span::before {
    transform: translateY(0);
}

.btn-see-projects span::after {
    transform: translateY(100%);
}

.btn-see-projects:hover span::before {
    transform: translateY(-100%);
}

.btn-see-projects:hover span::after {
    transform: translateY(0);
}

.btn-see-projects .icon-wrapper {
    width: 37px;
    height: 37px;
    background: linear-gradient(90deg, #155dfc 0%, #009689 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #ffffff;
}

.btn-see-projects.orange-icon .icon-wrapper {
    background: linear-gradient(247deg, #FF5900 -33.39%, #D5AE00 141.38%);
}

.btn-see-projects .icon-wrapper svg {
    width: 17px;
    height: 16px;
}

.btn-v1-orange {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 66px;
    border-radius: 10px;
    background: linear-gradient(208.854deg, #ff5900 33.389%, #d5ae00 141.38%);
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    border: none;
    width: fit-content;
}

.btn-v1-orange span {
    position: relative;
    display: inline-flex;
    overflow: hidden;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.6px;
    line-height: 1.4;
    height: 1.4em;
    color: transparent !important;
}

.btn-v1-orange span::before,
.btn-v1-orange span::after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    color: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.btn-v1-orange span::before {
    transform: translateY(0);
}

.btn-v1-orange span::after {
    transform: translateY(100%);
}

.btn-v1-orange:hover span::before {
    transform: translateY(-100%);
}

.btn-v1-orange:hover span::after {
    transform: translateY(0);
}

/* Services Section */
.services-section {
    width: 100%;
    background-color: #000000;
    padding-block: 60px;
}

@media (min-width: 992px) {
    .services-section {
        padding-block: 80px;
    }
}

@media (min-width: 1200px) {
    .services-section {
        padding-block: 120px;
    }
}

.services-section__header {
    text-align: center;
    margin-bottom: 54px;
    padding-inline: 20px;
}

@media (min-width: 768px) {
    .services-section__header {
        padding-inline: 0px;
    }
}

.services-section__title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #e4e4e4;
    letter-spacing: -1.6px;
    line-height: 1.1;
    margin: 0;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    text-transform: capitalize;
}

@media (min-width: 992px) {
    .services-section__title {
        font-size: 32px;
    }
}

@media (min-width: 1200px) {
    .services-section__title {
        font-size: 40px;
    }
}

.services-section__subheading {
    font-family: "Albert Sans", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #e4e4e4;
    line-height: 1.4;
    margin-top: 10px;
    max-width: 1100px;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .services-section__subheading {
        font-size: 22px;
    }
}

@media (min-width: 1200px) {
    .services-section__subheading {
        font-size: 28px;
    }
}

.services-section__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
}

@media (min-width: 992px) {
    .services-section__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.service-card {
    padding: 24px 16px;
    border: 1px solid #363636;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: all 0.4s ease-in-out;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out, background-color 0.4s ease-in-out, border-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}

.service-card.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (min-width: 1200px) {
    .service-card {
        padding: 32px 24px;
        gap: 27px;
    }
}

.service-card__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.service-card__top {
    display: flex;
    align-items: center;
    gap: 27px;
}

.service-card__icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #ffffff;
}

@media (min-width: 992px) {
    .service-card__icon {
        width: 70px;
        height: 70px;
    }
}

@media (min-width: 768px) {
    .service-card__icon {
        width: 50px;
        height: 50px;
    }
}

.service-card__icon img,
.service-card__icon svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.service-card__title {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: -1px;
    font-size: 22px;
    line-height: 1.3;
    margin: 0;
}

@media (min-width: 1200px) {
    .service-card__title {
        font-size: 28px;
    }
}

.service-card__desc {
    font-family: "Albert Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #9b9b9b;
    line-height: 1.5;
    margin: 0;
}

@media (min-width: 992px) {
    .service-card__desc {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .service-card__desc {
        font-size: 20px;
    }
}

.service-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: auto;
}

.service-card__tag {
    padding: 8px 12px;
    border-radius: 37px;
    font-family: "Albert Sans", sans-serif;
    font-size: 12px;
    color: #f5f5f5;
    line-height: 1.5;
    background: radial-gradient(191.89% 165.93% at 0% 0%, rgba(0, 99, 101, 0.49) 0%, rgba(16, 109, 214, 0.14) 100%);
    transition: all 0.3s ease;
}

@media (min-width: 992px) {
    .service-card__tag {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .service-card__tag {
        font-size: 16px;
    }
}

.service-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    cursor: pointer;
    width: fit-content;
    font-size: 14px;
    font-weight: 600;
}

.service-card__link span {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: -0.7px;
    line-height: 1.2;
    color: transparent !important;
    height: 1.2em;
    white-space: nowrap;
}

.service-card__link span::before,
.service-card__link span::after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.service-card__link span::before {
    color: #00a7e4;
    transform: translateY(0);
}

.service-card__link span::after {
    color: #ff5900;
    transform: translateY(100%);
}

.service-card:hover {
    background-color: rgba(255, 255, 255, 0.02);
    border-color: #4a4a4a;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.service-card:hover .service-card__icon {
    transform: scale(1.05);
}

.service-card:hover .service-card__link span::before {
    transform: translateY(-100%);
}

.service-card:hover .service-card__link span::after {
    transform: translateY(0);
}

/* AI Hub Section */
.ai-hub {
    background-color: #000000;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
}

@media (min-width: 992px) {
    .ai-hub {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (min-width: 1200px) {
    .ai-hub {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.ai-hub::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/bg-banner.webp") no-repeat center center;
    background-size: cover;
    opacity: 0.15;
    pointer-events: none;
}

.ai-hub__container {
    max-width: 1720px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 2;
}

.ai-hub__header {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .ai-hub__header {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .ai-hub__header-left {
        max-width: 55%;
    }
}

.ai-hub__subtitle {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 16px;
    display: block;
}

.ai-hub__title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    color: #ffffff;
    margin: 0;
}

@media (min-width: 992px) {
    .ai-hub__title {
        font-size: 40px;
    }
}

@media (min-width: 1200px) {
    .ai-hub__title {
        font-size: 50px;
    }
}

@media (min-width: 992px) {
    .ai-hub__header-right {
        max-width: 35%;
        text-align: right;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
}

.ai-hub__desc {
    font-family: "Albert Sans", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #9b9b9b;
    margin-bottom: 24px;
}

@media (min-width: 1200px) {
    .ai-hub__desc {
        font-size: 18px;
        margin-bottom: 32px;
    }
}

.ai-hub__actions {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

@media (min-width: 992px) {
    .ai-hub__actions {
        justify-content: flex-end;
    }
}

.ai-hub__btn-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    cursor: pointer;
    width: fit-content;
}

.ai-hub__btn-link span {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -0.7px;
    line-height: 1.2;
    color: transparent !important;
    height: 1.2em;
    white-space: nowrap;
}

.ai-hub__btn-link span::before,
.ai-hub__btn-link span::after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.ai-hub__btn-link span::before {
    color: #00a7e4;
    transform: translateY(0);
}

.ai-hub__btn-link span::after {
    color: #ff5900;
    transform: translateY(100%);
}

.ai-hub__btn-link .icon-wrapper {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    color: #00a7e4;
}

.ai-hub__btn-link:hover span::before {
    transform: translateY(-100%);
}

.ai-hub__btn-link:hover span::after {
    transform: translateY(0);
}

.ai-hub__btn-link:hover .icon-wrapper {
    transform: translate(3px, -3px);
    color: #ff5900;
}

.ai-hub__content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: center;
}

@media (min-width: 992px) {
    .ai-hub__content {
        grid-template-columns: 1.1fr 0.9fr;
        gap: 60px;
    }
}

.ai-hub__video-wrapper {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    background: #111;
    aspect-ratio: 16/9;
}

.ai-hub__video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ai-hub__cards-stack {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ai-hub__card {
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 16px;
    isolation: isolate;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 24px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    transition: all 0.4s ease;
    opacity: 0;
    transform: translateX(50px);
}

.ai-hub__card::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    padding: 1px;
    background: conic-gradient(from var(--cursor-angle, 0deg) at center,
            #00a7e4 0deg,
            #00ceb6 20deg,
            transparent 45deg,
            transparent 315deg,
            #00ceb6 340deg,
            #00a7e4 360deg);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 1;
}

.ai-hub__card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
            rgba(0, 167, 228, 0.08),
            transparent 40%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: -1;
}

.ai-hub__card:hover::before,
.ai-hub__card:hover::after {
    opacity: 1;
}

.ai-hub__card.is-visible {
    opacity: 1;
    transform: translateX(0);
}

.ai-hub__card:hover {
    background: rgba(255, 255, 255, 0.06);
}

.ai-hub__card-icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    color: #00a7e4;
}

.ai-hub__card-icon svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ai-hub__card-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 8px;
}

@media (min-width: 992px) {
    .ai-hub__card-title {
        font-size: 20px;
    }
}

.ai-hub__card-desc {
    font-family: "Albert Sans", sans-serif;
    font-size: 14px;
    color: #9b9b9b;
    line-height: 1.5;
    margin: 0;
}

@media (min-width: 992px) {
    .ai-hub__card-desc {
        font-size: 15px;
    }
}

/* Counter Section */
.counter-section {
    background-color: #010101;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .counter-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.counter-section__oval {
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    filter: blur(150px);
    opacity: 0.15;
    z-index: 1;
    pointer-events: none;
}

.counter-section__oval--left {
    background: radial-gradient(circle, #00ceb6 0%, transparent 70%);
    top: -200px;
    left: -200px;
}

.counter-section__oval--right {
    background: radial-gradient(circle, #155dfc 0%, transparent 70%);
    bottom: -200px;
    right: -200px;
}

.counter-section__container {
    position: relative;
    z-index: 2;
}

.counter-section__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

@media (min-width: 768px) {
    .counter-section__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .counter-section__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.counter-card {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    isolation: isolate;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    transition: transform 0.4s ease, background 0.4s ease;
}

.counter-card::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    padding: 1px;
    background: conic-gradient(from var(--cursor-angle, 0deg) at center,
            #00a7e4 0deg,
            #00ceb6 20deg,
            transparent 45deg,
            transparent 315deg,
            #00ceb6 340deg,
            #00a7e4 360deg);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 1;
}

.counter-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
            rgba(0, 167, 228, 0.08),
            transparent 40%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: -1;
}

.counter-card:hover::before,
.counter-card:hover::after {
    opacity: 1;
}

.counter-card__content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
}

.counter-card__header {
    display: flex;
    align-items: flex-end;
    gap: 12px;
}

.counter-card__number {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #ffffff;
    line-height: 1;
    letter-spacing: -1.5px;
}

@media (min-width: 1200px) {
    .counter-card__number {
        font-size: 48px;
    }
}

.counter-card__title {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.3;
    letter-spacing: -0.5px;
    padding-bottom: 6px;
}

@media (min-width: 1200px) {
    .counter-card__title {
        font-size: 16px;
    }
}

.counter-card__desc {
    font-family: "Albert Sans", sans-serif;
    font-size: 15px;
    color: #868686;
    line-height: 1.5;
    margin: 0;
}

@media (min-width: 1200px) {
    .counter-card__desc {
        font-size: 16px;
    }
}

.counter-card__img-wrapper {
    width: 100%;
    height: 180px;
    position: relative;
    background-color: #000000;
    overflow: hidden;
}

.counter-card__img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.counter-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.08);
}

.counter-card:hover .counter-card__img-wrapper img {
    opacity: 0.9;
    transform: scale(1.1);
}

/* Why Choose Us Section */
.why-choose {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #000000;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

@media (min-width: 992px) {
    .why-choose {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (min-width: 1200px) {
    .why-choose {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.why-choose__container {
    max-width: 1720px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.why-choose__header {
    text-align: center;
    margin-bottom: 54px;
}

.why-choose__title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
    color: #f6f6f6;
    margin-bottom: 16px;
}

@media (min-width: 992px) {
    .why-choose__title {
        font-size: 40px;
    }
}

@media (min-width: 1200px) {
    .why-choose__title {
        font-size: 50px;
    }
}

.why-choose__subheading {
    font-family: "Albert Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #e4e4e4;
    line-height: 1.5;
    max-width: 900px;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .why-choose__subheading {
        font-size: 22px;
    }
}

@media (min-width: 1200px) {
    .why-choose__subheading {
        font-size: 24px;
    }
}

.why-choose__section {
    display: flex;
    flex-direction: column;
    gap: 44px;
}

.why-choose__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 36px;
}

@media (min-width: 992px) {
    .why-choose__grid {
        grid-template-columns: 1fr 1.8fr;
    }
}

.why-choose__intro-card {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    isolation: isolate;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    height: 100%;
    transition: background 0.3s ease;
}

@media (min-width: 1200px) {
    .why-choose__intro-card {
        padding: 40px;
    }
}

.why-choose__intro-card::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    padding: 1px;
    background: conic-gradient(from var(--cursor-angle, 0deg) at center, #00a7e4 0deg, #00ceb6 20deg, transparent 45deg, transparent 315deg, #00ceb6 340deg, #00a7e4 360deg);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 1;
}

.why-choose__intro-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(0, 167, 228, 0.08), transparent 40%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: -1;
}

.why-choose__intro-card:hover::before,
.why-choose__intro-card:hover::after {
    opacity: 1;
}

.why-choose__intro-card .why-choose__intro-text {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .why-choose__intro-card .why-choose__intro-text {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .why-choose__intro-card .why-choose__intro-text {
        font-size: 20px;
    }
}

.why-choose__cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 24px;
    background: linear-gradient(213deg, #ff5900 33%, #d5ae00 141%);
    border-radius: 100px;
    text-decoration: none;
    width: fit-content;
    transition: all 0.3s ease;
}

.why-choose__cta-btn span {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 1.2em;
}

.why-choose__cta-btn span::before,
.why-choose__cta-btn span::after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.why-choose__cta-btn span::after {
    transform: translateY(100%);
}

.why-choose__cta-btn:hover {
    box-shadow: 0 0 20px rgba(255, 89, 0, 0.4);
}

.why-choose__cta-btn:hover span::before {
    transform: translateY(-100%);
}

.why-choose__cta-btn:hover span::after {
    transform: translateY(0);
}

.why-choose__cta-btn .icon-wrapper {
    color: #ffffff;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
}

.why-choose__cta-btn:hover .icon-wrapper {
    transform: translate(3px, -3px);
}

.why-choose__stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}

@media (min-width: 768px) {
    .why-choose__stats {
        grid-template-columns: repeat(2, 1fr);
    }
}

.why-choose__stat {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    isolation: isolate;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: background 0.3s ease;
}

.why-choose__stat::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    padding: 1px;
    background: conic-gradient(from var(--cursor-angle, 0deg) at center, #00a7e4 0deg, #00ceb6 20deg, transparent 45deg, transparent 315deg, #00ceb6 340deg, #00a7e4 360deg);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 1;
}

.why-choose__stat::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(0, 167, 228, 0.08), transparent 40%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: -1;
}

.why-choose__stat:hover::before,
.why-choose__stat:hover::after {
    opacity: 1;
}

.why-choose__stat-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 14px;
}

.why-choose__stat-label {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    line-height: 1.3;
}

@media (min-width: 1200px) {
    .why-choose__stat-label {
        font-size: 20px;
    }
}

.why-choose__stat-body {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media (min-width: 768px) {
    .why-choose__stat-body {
        flex-direction: row;
        align-items: center;
    }
}

.why-choose__stat-value {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    background: linear-gradient(243deg, #ff5900 33%, #d5ae00 141%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: nowrap;
}

@media (min-width: 1200px) {
    .why-choose__stat-value {
        font-size: 42px;
    }
}

.why-choose__stat-desc {
    font-family: "Lato", sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #868686;
    margin: 0;
}

@media (min-width: 1200px) {
    .why-choose__stat-desc {
        font-size: 16px;
    }
}

.why-choose__footer {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

@media (min-width: 992px) {
    .why-choose__footer {
        grid-template-columns: repeat(4, 1fr);
        gap: 0;
    }
}

.why-choose__footer-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    position: relative;
}

@media (min-width: 992px) {
    .why-choose__footer-item:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 80px;
        background: linear-gradient(to bottom, transparent, rgba(255, 89, 0, 0.4), transparent);
    }
}

.why-choose__footer-item--award {
    flex-direction: row;
    gap: 15px;
    text-align: left;
    justify-content: flex-start;
}

.why-choose__award-icon {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}

.why-choose__award-icon svg,
.why-choose__award-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.why-choose__award-text {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
    line-height: 1.4;
}

.why-choose__review-card {
    height: 60px;
}

.why-choose__review-card img {
    height: 100%;
    width: auto;
    object-fit: contain;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.why-choose__review-card:hover img {
    opacity: 1;
}

.why-choose__badge {
    height: 70px;
    width: auto;
    object-fit: contain;
}

/* Trusted Consulting Section */
.trusted-consulting {
    background-color: #000000;
    padding: 100px 0;
    font-family: 'Lato', sans-serif;
}

.trusted-consulting__header {
    text-align: center;
    max-width: 1050px;
    margin: 0 auto 50px;
}

.trusted-consulting__title {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.3;
}

.trusted-consulting__desc {
    font-size: 18px;
    color: #eaeaea;
    line-height: 1.5;
}

.trusted-consulting__bento {
    display: grid;
    grid-template-columns: repeat(24, 1fr);
    gap: 15px;
    max-width: 1276px;
    margin: 0 auto;
}

.tc-card {
    background-color: #0f181a;
    border-radius: 24px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.tc-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 255, 255, 0.1);
}

.tc-card--wide {
    grid-column: span 10;
}

.tc-card--square {
    grid-column: span 7;
}

.tc-card--half {
    grid-column: span 12;
}

@media (max-width: 1024px) {
    .tc-card--wide {
        grid-column: span 24;
    }

    .tc-card--square {
        grid-column: span 12;
    }

    .tc-card--half {
        grid-column: span 12;
    }
}

@media (max-width: 768px) {

    .tc-card--wide,
    .tc-card--square,
    .tc-card--half {
        grid-column: span 24;
    }

    .trusted-consulting__title {
        font-size: 32px;
    }

    .trusted-consulting {
        padding: 60px 0;
    }
}

.tc-card__content {
    margin-bottom: 40px;
}

.tc-card__title {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #f0f0f0;
    margin-bottom: 12px;
}

.tc-card__text {
    font-size: 17px;
    color: #eaeaea;
    line-height: 1.5;
    opacity: 0.8;
}

.tc-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tc-tag {
    background-color: #212121;
    border: 1px solid rgba(229, 229, 229, 0.1);
    border-radius: 33px;
    padding: 6px 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #ffffff;
}

.tc-tag svg {
    width: 20px;
    height: 20px;
}

/* Roadmap V2 Section */
.roadmap-v2 {
    background-color: #0e0505;
    padding: 100px 0;
    color: #fff;
    font-family: 'Lato', sans-serif;
}

.roadmap-v2__inner {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
}

.roadmap-v2__left {
    flex: 1;
    max-width: 480px;
    position: sticky;
    top: 100px;
}

.roadmap-v2__title {
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #ffffff;
}

.roadmap-v2__desc {
    font-size: 16px;
    line-height: 1.6;
    color: #868686;
    margin-bottom: 40px;
}

.roadmap-v2__btn {
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    border-radius: 60px;
    padding: 8px 8px 8px 30px;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.roadmap-v2__btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(255, 255, 255, 0.1);
}

.roadmap-v2__btn-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #03080c;
    margin-right: 15px;
}

.roadmap-v2__btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #ff5900;
    border-radius: 50%;
    color: #fff;
}

.roadmap-v2__right {
    flex: 1.2;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.roadmap-v2__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: background-color 0.3s ease;
}

.roadmap-v2__item:hover {
    background-color: rgba(255, 255, 255, 0.03);
}

.roadmap-v2__item-content {
    max-width: 80%;
}

.roadmap-v2__item-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
}

.roadmap-v2__item-desc {
    font-size: 15px;
    line-height: 1.5;
    color: #868686;
}

.roadmap-v2__item-year {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    background: linear-gradient(238.45deg, #ff5900 33.39%, #d5ae00 141.38%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 991px) {
    .roadmap-v2__inner {
        flex-direction: column;
        gap: 40px;
    }

    .roadmap-v2__left {
        max-width: 100%;
        position: static;
    }

    .roadmap-v2__right {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .roadmap-v2__title {
        font-size: 32px;
    }

    .roadmap-v2__item {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        padding: 25px 20px;
    }

    .roadmap-v2__item-content {
        max-width: 100%;
    }

    .roadmap-v2__item-year {
        align-self: flex-start;
    }
}

.bannerSlider .list {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 120px;
}

.bannerSlider .list img {
    height: 80px !important;
    width: auto !important;
    object-fit: contain !important;
    margin: 0 auto;
}

/* v1 Trusted SaaS & MVP Component */
.v1-trusted-saas-mvp {
    position: relative;
    width: 100%;
    padding: 80px 20px;
    background-color: #000000;
}

@media (max-width: 768px) {
    .v1-trusted-saas-mvp {
        padding: 50px 16px;
    }
}

.v1-trusted-saas-mvp__container {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 54px;
    width: 100%;
}

@media (max-width: 768px) {
    .v1-trusted-saas-mvp__container {
        gap: 36px;
    }
}

.v1-trusted-saas-mvp__header {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    text-align: center;
    width: 100%;
}

@media (max-width: 768px) {
    .v1-trusted-saas-mvp__header {
        gap: 16px;
    }
}

.v1-trusted-saas-mvp__title {
    font-family: var(--v1-font-montserrat, 'Montserrat', sans-serif);
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.3;
    margin: 0;
}

@media (max-width: 768px) {
    .v1-trusted-saas-mvp__title {
        font-size: 24px;
    }
}

.v1-trusted-saas-mvp__subtitle {
    font-family: var(--v1-font-lato, 'Lato', sans-serif);
    font-size: 20px;
    font-weight: 400;
    color: #868686;
    line-height: 1.5;
    margin: 0;
    max-width: 1280px;
}

@media (max-width: 768px) {
    .v1-trusted-saas-mvp__subtitle {
        font-size: 16px;
    }
}

.v1-trusted-saas-mvp__list {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-top: 1px solid #363636;
}

.v1-trusted-saas-mvp__item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 40px 16px;
    border-bottom: 1px solid #363636;
    transition: all 0.3s ease;
}

.v1-trusted-saas-mvp__item:hover {
    background-color: rgba(255, 255, 255, 0.02);
}

.v1-trusted-saas-mvp__item:hover .v1-trusted-saas-mvp__icon svg {
    transform: translateX(4px);
}

@media (max-width: 768px) {
    .v1-trusted-saas-mvp__item {
        padding: 24px 12px;
        gap: 16px;
        align-items: flex-start;
    }
}

.v1-trusted-saas-mvp__icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.v1-trusted-saas-mvp__icon svg {
    width: 48px;
    height: 48px;
    transition: transform 0.3s ease;
}

@media (max-width: 768px) {
    .v1-trusted-saas-mvp__icon {
        width: 36px;
        height: 36px;
        min-width: 36px;
    }

    .v1-trusted-saas-mvp__icon svg {
        width: 36px;
        height: 36px;
    }
}

.v1-trusted-saas-mvp__content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
    text-align: left;
}

.v1-trusted-saas-mvp__item-title {
    font-family: var(--v1-font-montserrat, 'Montserrat', sans-serif);
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    line-height: 1.3;
    margin: 0;
}

@media (max-width: 768px) {
    .v1-trusted-saas-mvp__item-title {
        font-size: 18px;
    }
}

.v1-trusted-saas-mvp__item-desc {
    font-family: var(--v1-font-lato, 'Lato', sans-serif);
    font-size: 16px;
    color: #9b9b9b;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 768px) {
    .v1-trusted-saas-mvp__item-desc {
        font-size: 14px;
    }
}

/* How EitBiz Differs Component Styles */
.v1-saas-differs {
    position: relative;
    width: 100%;
    padding: 80px 20px;
    background-color: #ecfdff;
}
@media (max-width: 768px) {
    .v1-saas-differs {
        padding: 50px 16px;
    }
}
.v1-saas-differs__container {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    width: 100%;
}
@media (max-width: 768px) {
    .v1-saas-differs__container {
        gap: 32px;
    }
}
.v1-saas-differs__header {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 1000px;
}
@media (max-width: 768px) {
    .v1-saas-differs__header {
        gap: 16px;
    }
}
.v1-saas-differs__title {
    font-family: var(--v1-font-montserrat, 'Montserrat', sans-serif);
    font-size: 32px;
    font-weight: 600;
    color: #000000;
    line-height: 1.3;
    margin: 0;
}
@media (max-width: 768px) {
    .v1-saas-differs__title {
        font-size: 24px;
    }
}
.v1-saas-differs__desc {
    font-family: var(--v1-font-lato, 'Lato', sans-serif);
    font-size: 20px;
    font-weight: 400;
    color: #868686;
    line-height: 1.5;
    margin: 0;
}
@media (max-width: 768px) {
    .v1-saas-differs__desc {
        font-size: 16px;
    }
}
.v1-saas-differs__table-card {
    width: 100%;
    max-width: 926px;
    margin: 0 auto;
    background: transparent;
    border: 1px solid #abdade;
    border-radius: 8px;
    padding: 17px;
    box-sizing: border-box;
}
@media (max-width: 768px) {
    .v1-saas-differs__table-card {
        padding: 12px 8px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
.v1-saas-differs__grid {
    display: grid;
    grid-template-columns: 1fr 1.05fr 1.05fr;
    gap: 12px;
    align-items: flex-start;
    width: 100%;
}
@media (max-width: 768px) {
    .v1-saas-differs__grid {
        min-width: 680px;
    }
}
.v1-saas-differs__col {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}
.v1-saas-differs__col--dark .v1-saas-differs__list {
    background: #062629;
    border-radius: 8px;
    overflow: hidden;
}
.v1-saas-differs__col--dark .v1-saas-differs__row p {
    color: #e4e4e4;
}
.v1-saas-differs__col--shaded .v1-saas-differs__list {
    background: linear-gradient(0.6deg, rgba(41, 191, 246, 0.03) 0%, rgba(32, 186, 190, 0.06) 100%);
    border-radius: 8px;
    overflow: hidden;
}
.v1-saas-differs__col-title {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #333333;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    margin: 0 0 4px 0;
    text-align: center;
    white-space: nowrap;
}
@media (max-width: 768px) {
    .v1-saas-differs__col-title {
        font-size: 12px;
        letter-spacing: 1.5px;
    }
}
.v1-saas-differs__list {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.v1-saas-differs__row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 16px;
    height: 69px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(32, 186, 190, 0.7);
}
.v1-saas-differs__row:last-child {
    border-bottom: 0;
}
.v1-saas-differs__row p {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    line-height: 1.4;
    margin: 0;
    white-space: nowrap;
    text-transform: capitalize;
}
@media (max-width: 991px) {
    .v1-saas-differs__row p {
        font-size: 14px;
    }
}
.v1-saas-differs__icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.v1-saas-differs__icon svg {
    width: 28px;
    height: 28px;
    display: block;
}
.v1-saas-differs__icon--dot {
    width: 22px;
    height: 22px;
    min-width: 22px;
}
.v1-saas-differs__icon--dot svg {
    width: 22px;
    height: 22px;
}


