.hero-section-invest{
        height:325px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }
    .hero-overlay{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.6);
        z-index: 1;
    }

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 0 20px;
}

.hero-title {
    font-size: 48px;
    font-weight: bold;
    line-height: 120%;
}

.hero-subtitle {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.95;
    line-height: 1.6;
}

.hero-content{
        position: relative;
        z-index: 2;
        height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color:white;
     gap:24px;
    text-align:center;
    min-width:100%;
    }
    .hero-button{
        padding:16px 24px;
        background:rgba(168, 71, 20, 1);
        display:flex;
        gap:16px;
        align-items:center;
        font-size:16px;
        color:white;
          transition:all 0.3s ease;
        font-weight:700;
    }
    .hero-button:hover{
        background:white;
        color:rgba(168, 71, 20, 1);;
        transition:all 0.3s ease;
    }

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.benefits-section .section-title{
    margin-bottom:40px;
}
.section-title {
    font-size: calc(24px + 22 * ((100vw - 375px) / (1440 - 375))) !important;
    font-weight: bold;
    text-align: center;
    margin-bottom: 64px;
    color: #333;
}

.section-subtitle {
    text-align: center;
    color: #666;
    margin-bottom: 50px;
    font-size: 16px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.work-process-section {
    padding: 80px 0;
    background: white;
}

.process-list {
    max-width: 900px;
    margin: 0 auto;
}

.process-item {
    display: flex;
    gap: 25px;
    margin-bottom: 30px;
    background: linear-gradient(180deg, #F6EBE6 0%, #FFFFFF 100%);
    box-shadow: 0px 4px 10px 0px #9797974D;
    padding: 35px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.process-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(168, 72, 20, 0.15);
}

.process-number {
    width: 60px;
    height: 60px;
    background: #A84814;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    flex-shrink: 0;
}

.process-content {
    flex: 1;
}

.process-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.process-description {
    color: #666;
    line-height: 1.7;
    margin-bottom: 15px;
}

.process-description p {
    margin-bottom: 10px;
}

.process-description p:last-child {
    margin-bottom: 0;
}

.process-description ul {
    margin: 10px 0;
    padding-left: 20px;
}

.process-description li {
    margin-bottom: 8px;
    color: black;
}

.process-note {
    background: #FFF5EE;
    border-left: 4px solid #A84814;
    padding: 15px 20px;
    margin-top: 15px;
    color: #A84814;
    font-size: 14px;
    line-height: 1.6;
}

.process-note p {
    margin: 0;
    color: #A84814;
}

.benefits-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #F6EBE6 100%);

}

.benefits-list {

    background: white;
    padding: 30px 40px;
    box-shadow: 0px 4px 10px 0px #9797974D;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 8px 0;
}

.benefit-icon {
    flex-shrink: 0;
    margin-top: 2px;
}

.benefit-item p {
    color: #333;
    line-height: 1.6;
    font-size: 16px;
    margin: 0;
}

.vanway-section {
    padding: 80px 0;
    background: rgba(246, 235, 230, 1);
}

.vanway-box {
    padding: 60px 50px;
    background: white;
    box-shadow: 0px 4px 10px 0px rgba(151, 151, 151, 0.3);

    text-align: center;
}

.vanway-title {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px;
    line-height: 1.3;
}

.vanway-content p {
    font-size: 18px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
}

.vanway-content p:last-child {
    margin-bottom: 0;
}

.vanway-highlight {
    color: #A84814 !important;
    font-weight: 600;
}

.cta-section {
    padding: 100px 0;
    background: linear-gradient(180deg, #F6EBE6 0%, #FFFFFF 100%);
    text-align: center;
    padding-bottom:200px;
}

.cta-title {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.cta-description {
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.6;
    color: #666;
}

.cta-button {
    display: inline-block;
    padding: 18px 50px;
    background: #A84814;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(168, 72, 20, 0.3);
}

@media (max-width: 768px) {
    .hero-section-invest {
        height: 400px;
    }
    
    .hero-title {
        font-size: 32px;
    }
    
    .hero-subtitle {
        font-size: 16px;
    }
    
    
    .process-item {
        flex-direction: column;
        padding: 25px;
    }
    
    .process-number {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    
    .process-title {
        font-size: 18px;
    }
    
    .vanway-box {
        padding: 40px 30px;
    }
    
    .vanway-title {
        font-size: 24px;
    }
    
    .vanway-content p {
        font-size: 14px;
    }
    
    .cta-title {
        font-size: 28px;
    }
    
    .cta-description {
        font-size: 16px;
    }
    
    .cta-section {
        padding: 60px 0;
    }
    
    .benefits-list {
        padding: 20px 25px;
    }
}

@media (max-width: 480px) {
    .hero-section-invest {
        height: 350px;
    }
    
    .hero-title {
        font-size: 24px;
    }
    
    .hero-subtitle {
        font-size: 14px;
    }
    
    .hero-button,
    .cta-button {
        padding: 12px 30px;
        font-size: 14px;
    }
    
    .process-item {
        padding: 20px;
    }
    
    .vanway-box {
        padding: 30px 20px;
    }
    
    .vanway-title {
        font-size: 20px;
    }
    .vanway-content p:last-child{
        font-size:16px;
    }
    .vanway-title{
        font-size:18px;
    }
}
.process-description ul p{
    list-style: disc !important;
    font-weight: 700 !important;
}
.header__main {
    position: relative !important;
}
.hero-button:hover path{
    fill: #A84814;
}

.cta-section .container{
    display:flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.cta-button{
    display:flex;
    align-items:center;
    gap:16px;
}
.white-wrapper{
     background:white;
        border-left:4px solid rgba(168, 71, 20, 1);
        padding:24px;
        display:flex;
        flex-direction:column;
        gap:16px;
        box-shadow: 0px 2px 8px 0px rgba(151, 151, 151, 0.2);
}
.white-wrapper h3{
    color:#A84814;
}
.white-wrapper h4{
    color:#A84814;
}
.orange{
    font-weight: 700;
}
@media(max-width:1024px){
    .white-wrapper h3{
        font-size:16px;
    }
    .process-description li{
        font-size:14px;
    }
}

.process-description ul p {
    position: relative;
    padding-left: 16px;
}

.process-description ul p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: black;
}

@media(max-width:1024px){
    .header__main{
        position:fixed !Important;
    }
    .hero-section-invest{
         margin-top:80px;
    }
}