.homepage-logo-band {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 1.5rem;
}

.homepage-logo-band__card {
    width: min(1200px, calc(100vw - 2rem));
    margin: 0 auto;
    padding: 0;
}

.homepage-logo-band__header {
    margin-bottom: 0.75rem;
    text-align: center;
}

.homepage-logo-band__title {
    color: #1a1443;
    /* font-size: clamp(1.25rem, 2vw, 1.875rem); */
    font-weight: 800;
    font-size: 54px;
    margin-top: 50px;
    line-height: 1.1;
}

.homepage-logo-band__grid {
    display: grid;
    gap: 1rem;
    align-items: center;
}

.homepage-logo-band__grid--customers {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.homepage-logo-band__grid--supporters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.homepage-logo-band__item {
    display: flex;
    min-height: 4.5rem;
    align-items: center;
    justify-content: center;
    padding: 0.75rem;
}

.homepage-logo-band__item img {
    width: 100%;
    max-width: 11rem;
    max-height: 3.5rem;
    object-fit: contain;
}

.homepage-logo-band__marquee {
    width: 100%;
    margin-inline: 0;
}

.homepage-logo-band__slider-item {
    min-width: 140px;
    padding-inline: 0.9rem;
}

.homepage-logo-band__slider-item img {
    width: auto;
    max-width: none;
    max-height: 3.5rem;
    object-fit: contain;
}

.homepage-slider-surface {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 2rem;
}

.homepage-stack-section {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 2rem;
}

.homepage-slider-surface--stack {
    margin-bottom: 0;
}

.plm-stack-shell {
    position: relative;
    z-index: 50;
    background-image: url('/assets/images/background-card-plm.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.plm-stack-inner {
    padding: 11.5rem 0 18rem;
}

.plm-projects-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.plm-sticky-card {
    position: sticky;
    top: 300px;
    width: 100%;
    max-width: 95vw;
    margin: 0 auto;
}

.plm-stack-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    margin: 0 auto 4rem;
    padding-inline: 1rem;
    text-align: center;
}

.plm-project-card {
    width: 100%;
    border-radius: 1.25rem;
    background:
        linear-gradient(0deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)),
        rgba(255, 255, 255, 0.3);
    box-shadow:
        0 0 6px rgba(0, 0, 0, 0.25),
        inset 0 0 34px rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(48px);
    -webkit-backdrop-filter: blur(48px);
}

.plm-project-card-inner {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem;
}

.plm-project-title {
    color: #1a1443;
    font-size: clamp(1.125rem, 2.2vw, 1.75rem);
    font-weight: 700;
    line-height: 1.35;
}

.plm-project-points {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.plm-project-point {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.75rem 0;
}

.plm-project-icon {
    width: clamp(1.25rem, 2vw, 1.75rem);
    height: clamp(1.25rem, 2vw, 1.75rem);
    margin-top: 0.25rem;
    flex-shrink: 0;
}

.plm-project-text {
    color: #2a2947;
    font-size: clamp(0.9375rem, 1.4vw, 1.125rem);
    line-height: 1.55;
}

.pdm-carousel-section {
    min-height: 100vh;
    width: 100vw;
    margin: 0 calc(50% - 50vw) 2rem;
    padding: 1.25rem 0 1.75rem;
    /* background: linear-gradient(135deg, #f2f7f3 0%, #e8f1fb 100%); */
    color: #0f172a;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.pdm-carousel-shell {
    display: grid;
    width: 100%;
    min-height: calc(100vh - 2rem);
    place-items: center;
    padding: 1.25rem 0.5rem;
}

.pdm-carousel-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    width: 100%;
}

.homepage-slider-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    text-align: center;
    width: min(1200px, calc(100vw - 2rem));
    margin: 0 auto;
}

.homepage-slider-heading__title {
    color: #1a1443;
    font-size: clamp(1.5625rem, 5vw, 3.375rem);
    font-weight: 800;
    line-height: 1.05;
}

.homepage-slider-heading__subtitle {
    color: #2a2947;
    font-size: clamp(1.125rem, 2.2vw, 1.5625rem);
    font-weight: 600;
    line-height: 1.4;
}

.homepage-slider-heading--stack {
    margin-bottom: 1.25rem;
    padding-inline: 1rem;
}

.homepage-slider-heading--carousel {
    margin-bottom: 0.25rem;
    padding-inline: 0.75rem;
}

.pdm-carousel-frame {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.pdm-carousel-track {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pdm-card {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    background: #ffffff;
    border-radius: 1rem;
    pointer-events: none;
    transition:
        transform 420ms ease-out,
        opacity 420ms ease-out,
        filter 420ms ease-out,
        width 420ms ease-out,
        height 420ms ease-out;
}

.pdm-card--visible {
    border: 2px solid #69b979;
    outline: 2px solid #c9c9c9;
    outline-offset: -2px;
    box-shadow: 0 4px 35px rgba(15, 23, 42, 0.12);
}

.pdm-card--main {
    pointer-events: auto;
}

.pdm-card-article {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0.375rem;
}

.pdm-card-header {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.75rem 0.5rem;
    overflow: hidden;
    border-radius: 0.75rem;
}

.pdm-card-header-icon {
    flex-shrink: 0;
    object-fit: contain;
    transition: none;
}

.pdm-card-header-text {
    flex: 1;
    display: flex;
    align-items: flex-start;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.375;
    word-break: break-word;
    transition: opacity 300ms;
}

.pdm-card-points {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pdm-card-point {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0 0 0 0.375rem;
}

.pdm-card-point-icon {
    flex-shrink: 0;
    object-fit: contain;
    transition: none;
}

.pdm-card-point-text {
    flex: 1;
    color: #2a2947;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    word-break: break-word;
    transition: none;
}

.pdm-carousel-dots {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
}

.pdm-carousel-dot {
    width: 0.5rem;
    height: 0.5rem;
    border: 0;
    border-radius: 999px;
    background: #c8cfd8;
    cursor: pointer;
    transition:
        transform 200ms ease,
        width 200ms ease,
        background-color 200ms ease;
}

.pdm-carousel-dot:hover {
    transform: scale(1.1);
}

.pdm-carousel-dot.is-active {
    width: 1.25rem;
    background: #2b775f;
}

@media (min-width: 640px) {
    .homepage-logo-band__slider-item {
        min-width: 170px;
    }

    .pdm-card-article {
        padding: 0.5rem;
    }

    .pdm-card-header {
        padding: 1rem 0.625rem;
        border-radius: 1rem;
    }

    .pdm-card-point {
        padding-left: 0.5rem;
    }

    .pdm-carousel-frame {
        height: 550px;
    }

    .pdm-carousel-dot {
        width: 0.625rem;
        height: 0.625rem;
    }

    .pdm-carousel-dot.is-active {
        width: 1.5rem;
    }
}

@media (min-width: 768px) {
    .pdm-carousel-shell {
        padding: 1.75rem 1rem;
    }

    .homepage-slider-heading--carousel {
        margin-bottom: 0.5rem;
    }

    .plm-project-title {
        font-size: 1.75rem;
    }

    .plm-project-text {
        font-size: 1.125rem;
    }

    .pdm-card-article {
        padding: 0.625rem;
    }

    .pdm-card-header {
        padding: 1.25rem 0.75rem;
    }

    .pdm-card-point {
        padding-left: 0.625rem;
    }

    .pdm-carousel-frame {
        height: 600px;
    }
}

@media (min-width: 1024px) {
    .pdm-carousel-frame {
        height: 64vh;
        min-height: 370px;
        max-height: 620px;
    }
}

@media (max-width: 1023px) {
    .plm-stack-shell {
        background-attachment: scroll;
    }
}

@media (max-width: 768px) {
    .homepage-slider-surface,
    .pdm-carousel-section,
    .homepage-stack-section,
    .homepage-logo-band {
        margin: 0 calc(50% - 50vw) 1.5rem;
    }

    .plm-stack-inner {
        padding-bottom: 10rem;
    }
}

@media (max-width: 639px) {
    .pdm-carousel-inner {
        gap: 0.75rem;
    }

    .pdm-carousel-section {
        padding-bottom: 6rem;
    }

    .pdm-carousel-frame {
        height: 460px;
    }

    .pdm-card {
        top: 46%;
    }

    .homepage-slider-heading--carousel {
        width: calc(100vw - 1rem);
        margin-bottom: 0;
    }

    .homepage-slider-heading--carousel .homepage-slider-heading__title {
        font-size: 1.5625rem;
        line-height: 1.2;
    }

    .homepage-slider-heading--carousel .homepage-slider-heading__subtitle {
        font-size: 0.95rem;
        line-height: 1.45;
    }

    .homepage-logo-band__card {
        width: calc(100vw - 1.5rem);
    }

    .homepage-logo-band__title {
        font-size: 25px;
        margin-top: 1.5rem;
    }

    .homepage-logo-band__item {
        min-height: 4rem;
        padding: 0.5rem;
    }

    .plm-stack-inner {
        padding-top: 11.5rem;
        padding-bottom: 16rem;
    }

    .plm-sticky-card {
        top: 170px;
    }

    .plm-stack-heading {
        margin-bottom: 2.5rem;
    }

    .plm-project-card-inner {
        padding: 1.25rem 1.25rem 7rem;
    }

    .bookDemo {
        bottom: 12px;
        width: min(180px, calc(100vw - 32px));
        height: 68px;
        padding: 8px 10px;
    }

    .bookDemoBtn {
        font-size: 1rem !important;
    }
}
