h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}


.hero-section {
  padding: 110px 0 40px;
}

@media screen and (min-width: 990.99px) {
  .hero-section {
    padding: 120px 0 40px;
  }
}

.hero-card {
    background: #151516;
    min-height: 370px;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
}

.hero-content {
    max-width: 60%;
}

.hero-accent-1 {
    width: 20px;
    min-width: 20px;
    background: #AF8CF6;
}

.hero-accent-2 {
    width: 12px;
    min-width: 12px;
    background: #C8B0F9;
}

.hero-accent-3 {
    width: 10px;
    min-width: 10px;
    background: #DACAFB;
}

.hero-title {
    color: #fff;
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1.2;
}

.hero-desc {
    color: #B0B0B0;
    font-size: 1.1rem;
    font-weight: 400;
}

.hero-divider {
    background-color: #9194A0;
    opacity: 1;
}

.hero-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: none;
}

.hero-stats {
    min-width: 220px;
    background: none;
    color: #fff;
    text-align: center;
    justify-content: center;
}

.hero-stat-value {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
}

.hero-stat-label {
    font-size: 1.125rem;
    font-weight: 400;
    color: #fff;
}


.feature-card {
    background: #EFEFF1;
    min-height: 180px;
    box-shadow: 0 2px 6px 0 rgba(28, 39, 49, 0.08);
    overflow: hidden;
    border: none;
    border-radius: 1rem;
    z-index: 10;
    margin-top: -8px;
}

.feature-label {
    color: #6B6B7C;
    font-size: 1.125rem;
    font-weight: 500;
    margin-top: 12px;
}

.feature-value {
    color: #22232A;
    font-size: 2.75rem;
    font-weight: 700;
    margin-top: 10px;
    letter-spacing: -2px;
}

.feature-accent {
    height: 20px;
    width: 120px;
    background: #8854F1;
    border-radius: 12px;
    z-index: 2;
    right: -8px;
}

.feature-accent-bar {
    height: 6px;
    width: 110px;
    background: #AF8CF6;
    border-radius: 8px;
    z-index: 1;
}

.feature-accent-bar1 {
    height: 6px;
    width: 100px;
    background: #AF8CF6;
    border-radius: 8px;
    z-index: 1;
    top: 10px;
    right: 10px;
}


.solution-card {
    border-radius: 20px;
    border: 1px solid #EFEFF1;
    background: #F6F6F7;
    box-shadow: 0 2px 6px 0 rgba(28, 39, 49, 0.08);
    padding: 40px;
}

.solution-card h3 {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    color: #26282F;
    margin-bottom: 8px;
}

.solution-card p {
    color: #7C7F8D;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.system-works-section {
    background: none;
}

.system-works-card {
    border-radius: 20px;
    border: 1px solid #EFEFF1;
    background: #F6F6F7;
    box-shadow: 0 2px 6px 0 rgba(28, 39, 49, 0.08);
    padding: 40px;
}

.system-works-title {
    color: #26282F;
    font-size: 1.5rem;
    font-weight: 600;
}

.system-step-card {
    background: #fff;
    box-shadow: 0 2px 16px 0 rgba(44, 44, 44, 0.04);
    border-radius: 1.25rem;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 1.5rem;
}

.system-step-icon {
    width: 30px;
    height: 30px;
    background: none;
    border: 1px solid #EFEFF1;
    border-radius: 100%;
}

.system-step-label {
    color: #9194A0;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.system-step-img img {
    width: 100%;
    max-width: 100%;
    min-height: 180px;
    object-fit: cover;
    border-radius: 1.25rem;
    box-shadow: 0 2px 12px 0 rgba(44, 44, 44, 0.08);
    background: #181818;
}

.system-step-desc {
    color: #26282F;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.additional-features-section {
    background: none;
}

.additional-features-card {
    border-radius: 20px;
    border: 1px solid #EFEFF1;
    background: #F6F6F7;
    box-shadow: 0 2px 6px 0 rgba(28, 39, 49, 0.08);
    padding: 40px;
}

.additional-features-title {
    color: #26282F;
    font-size: 1.5rem;
    font-weight: 600;
}

.additional-feature-card {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 1.25rem;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    padding-bottom: 1.5rem;
}

.additional-feature-img {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    border-radius: 1rem;
    border: 1px solid #EFEFF1;
    padding: 14px 10px;
    background: #fff;
}

.additional-feature-img img {
    width: 100%;
    min-height: 140px;
    object-fit: cover;
    border-radius: 1.25rem;
    box-shadow: 0 2px 12px 0 rgba(44,44,44,0.08);
    background: #181818;
}

.additional-feature-desc {
    color: #6B6B7C;
    font-size: 1.05rem;
    font-weight: 500;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
}

.additional-feature-icon {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.key-results-section {
    background: none;
}

.key-results-card {
    background: #F6F6F7;
    border: 1px solid #EFEFF1;
    box-shadow:  0 2px 6px 0 rgba(28, 39, 49, 0.08);
    border-radius: 20px;
    padding: 40px;
}

.key-results-title {
    color: #26282F;
    font-size: 1.5rem;
    font-weight: 600;
}

.key-result-card {
    background: #fff;
    box-shadow: 0 2px 6px 0 rgba(28, 39, 49, 0.08);
    border: 1px solid #fff;
    border-radius: 1rem;
    min-height: 170px;
    position: relative;
    padding: 1.75rem;
}

.key-result-label {
    color: #26282F;
    font-size: 1.125rem;
    font-weight: 600;
}

.key-result-desc {
    color: #7C7F8D;
    font-size: 1rem;
    font-weight: 400;
}

.key-result-icon {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #DCDDE0;
}

.key-result-accent {
    height: 4px;
    width: 110px;
    background: #AF8CF6;
    border-radius: 12px;
    z-index: 2;
    margin-top: 18px;
    margin-right: 18px;
}
.key-result-accent-bar {
    height: 4px;
    width: 94px;
    background: #C8B0F9;
    border-radius: 12px;
    z-index: 1;
    margin-top: 26px;
    margin-right: 34px;
}
.key-result-accent-bar1 {
    height: 4px;
    width: 84px;
    background: #DACAFB;
    border-radius: 12px;
    z-index: 0;
    margin-top: 34px;
    margin-right: 44px;
}

.key-result-bar {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    height: 10px;
    background: #A076F4;
    border-radius: 12px;
}

.stack-used-section {
    background: none;
}

.stack-used-card {
    background: #F6F6F7;
    box-shadow: 0 2px 6px 0 rgba(28, 39, 49, 0.08);
    border: 1px solid #EFEFF1;
    border-radius: 1.25rem;
}

.stack-used-title {
    color: #26282F;
    font-size: 1.5rem;
    font-weight: 600;
}

.stack-card {
    background: #fff;
    box-shadow: 0 2px 6px 0 rgba(28, 39, 49, 0.08);
    border: 1px solid #fff;
    border-radius: 1rem;
    min-height: 110px;
    position: relative;
    padding: 1.75rem;
}

.stack-label {
    color: #26282F;
    font-size: 1.125rem;
    font-weight: 600;
}

.stack-desc {
    color: #7C7F8D;
    font-size: 1rem;
    font-weight: 400;
}

.stack-icon {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #DCDDE0;
}

.timeline-section {
    background: none;
}

.timeline-card {
    background: #F6F6F7;
    border: 1px solid #EFEFF1;
    box-shadow: 0 2px 6px 0 rgba(28, 39, 49, 0.08);
    border-radius: 20px;
    padding: 40px;
}

.timeline-title {
    color: #26282F;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.timeline-subtitle {
    color: #26282F;
    font-size: 1.125rem;
    font-weight: 400;
}

.timeline-main-title {
    color: #26282F;
    font-size: 2.25rem;
    font-weight: 600;
}

.timeline-process {
    color: #A076F4;
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 150%;
}

.timeline-desc {
    color: #7C7F8D;
    font-size: 1.5rem;
    font-weight: 400;
}

.timeline-steps {
    position: relative;
    padding-left: 0;
}

.timeline-line {
    position: absolute;
    left: 34px;
    top: 4px;
    bottom: 0;
    width: 2px;
    background: #A076F4;
    z-index: 0;
}

.timeline-step {
    position: relative;
    z-index: 1;
    align-items: flex-start;
}

.timeline-dot {
    position: relative;
    z-index: 2;
    width: 70px;
    min-width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #A076F4;
    border-radius: 100%;
    background: #fff;
}

.timeline-dot-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline-step-card {
    background: #fff;
    border-radius: 1rem;
    border: 1px solid #fff;
    box-shadow: 0 2px 6px 0 rgba(28, 39, 49, 0.08);
    padding: 1.75rem;
    margin-bottom: 0;
    align-self: stretch;
}

.timeline-week {
    border: 1px solid #C9CAD3;
    color: #26282F;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 24px;
    padding: 6px 10px;
    margin-right: 2px;
}

.timeline-status {
    background: #A076F4;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 500;
    border-radius: 24px;
    padding: 6px 10px;
}

.timeline-step-title {
    color: #26282F;
    font-size: 1.125rem;
    font-weight: 600;
}

.timeline-step-desc {
    color: #7C7F8D;
    font-size: 1rem;
    font-weight: 400;
}

.bottom-line-section {
    background: none;
}

.bottom-line-card {
    background: #151516;
    border-radius: 16px;
    position: relative;
    min-height: 160px;
    box-shadow: 0 2px 6px 0 rgba(28, 39, 49, 0.08);
    padding: 64px;
}

.bottom-line-title {
    color: #fff;
    font-size: 1.875rem;
    font-weight: 700;
}

.bottom-line-desc {
    color: #7C7F8D;
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 0;
}

.bottom-line-accent {
    height: 4px;
    width: 140px;
    background: #A076F4;
    border-radius: 12px;
    z-index: 2;
    margin-top: 32px;
    margin-right: 32px;
}
.bottom-line-accent-bar {
    height: 4px;
    width: 120px;
    background: #C8B0F9;
    border-radius: 12px;
    z-index: 1;
    margin-top: 46px;
    margin-right: 52px;
}
.bottom-line-accent-bar1 {
    height: 4px;
    width: 100px;
    background: #DACAFB;
    border-radius: 12px;
    z-index: 0;
    margin-top: 60px;
    margin-right: 72px;
}

@media (max-width: 991.98px) {
    .hero-card {
        flex-direction: column;
        min-height: unset;
    }

    .hero-content {
        max-width: 100%;
    }

    .hero-accent {
        width: 100%;
        min-width: unset;
        height: 16px;
        border-radius: 1.5rem 1.5rem 0 0;
    }

    .hero-stats {
        min-width: unset;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .hero-title {
        font-size: 2rem;
    }

    .feature-card {
        min-height: 140px;
        margin-bottom: 0.5rem;
    }

    .feature-label {
        font-size: 1rem;
    }

    .feature-value {
        font-size: 2rem;
    }

    .system-works-card {
        padding: 2rem 1rem;
    }

    .system-step-card {
        min-height: 340px;
        padding: 1.25rem;
    }

    .system-step-img img {
        max-width: 100%;
        min-height: 120px;
    }

    .additional-features-card {
        padding: 2rem 1rem;
    }
    .additional-feature-card {
        min-height: 180px;
        padding: 1.25rem;
    }
    .additional-feature-img img {
        min-height: 80px;
    }
    .key-results-card {
        padding: 2rem 1rem;
    }
    .key-result-card {
        min-height: 120px;
        padding: 1.25rem;
    }
    
    .key-result-label {
        font-size: 1rem;
    }
    .key-result-desc {
        font-size: 0.98rem;
    }
    .key-result-accent,
    .key-result-accent-bar,
    .key-result-accent-bar1 {
        width: 40px;
        margin-right: 8px;
    }
    .key-result-bar {
        left: 12px;
        right: 12px;
        bottom: 14px;
        height: 7px;
    }
    .timeline-card {
        padding: 2rem 1rem;
    }
    
    .timeline-step-card {
        padding: 1rem 1rem;
    }
    .timeline-dot {
        width: 32px;
        min-width: 32px;
        height: 32px;
    }
    .timeline-dot-icon {
        width: 24px;
        height: 24px;
    }
    .timeline-line {
        left: 14px;
        width: 2px;
    }
}

@media (max-width: 575.98px) {
    .features-section .row>div {
        margin-bottom: 1rem;
    }

    .feature-card {
        min-height: 110px;
        padding: 1.25rem;
    }

    .feature-label {
        font-size: 0.95rem;
    }

    .feature-value {
        font-size: 1.5rem;
    }

    .system-works-card {
        padding: 1rem 0.5rem;
    }

    .system-step-card {
        min-height: 220px;
        padding: 1rem;
    }

    .system-step-img img {
        min-height: 80px;
    }

    .system-works-title {
        font-size: 1.25rem;
    }
    .additional-features-card {
        padding: 1rem 0.5rem;
    }
    .additional-feature-card {
        min-height: 120px;
        padding: 1rem;
    }
    .additional-feature-img img {
        min-height: 60px;
    }
    .additional-features-title {
        font-size: 1.1rem;
    }

    .key-results-title {
        font-size: 1.25rem;
    }

    .timeline-title {
        font-size: 1.1rem;
    }

    .timeline-main-title {
        font-size: 1.75rem;
    }
    .timeline-process {
        font-size: 1.75rem;
    }

    .timeline-desc {
        font-size: 1.125rem;
    }

    .stack-used-card {
        padding: 1rem 0.5rem;
    }
    .stack-card {
        min-height: 60px;
        padding: 1rem;
    }
    .stack-used-title {
        font-size: 1.1rem;
    }
    .stack-label {
        font-size: 0.95rem;
    }
    .stack-desc {
        font-size: 0.92rem;
    }

    .bottom-line-card {
        padding: 72px 32px 32px 32px; ;
        min-height: unset;
    }
}

body .header.header-v2.inner-header .menu-list li a {
    color: #000 !important;
}

body .header.header-v2.inner-header .menu-item-has-children > a::after {
    background-image: url('data:image/svg+xml;utf8,<svg width="15" height="7" viewBox="0 0 15 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.5 0.925781L11.4032 3.04134C9.7311 4.72847 8.89503 5.57203 7.876 5.70191C7.62633 5.73374 7.37368 5.73374 7.124 5.70191C6.10497 5.57203 5.2689 4.72847 3.59677 3.04135L1.5 0.925782" stroke="black" stroke-width="1.8" stroke-linecap="round"/></svg>') !important;
}
