.bridggo-start-page{

    background:#f5f7fb;
    min-height:100vh;
    padding:60px 20px;

}

.bridggo-start-container{

    max-width:1200px;
    margin:auto;
    text-align:center;

}

.bridggo-start-container h1{

    font-size:42px;
    margin-bottom:15px;
    color:#1f2937;

}

.bridggo-start-subtitle{

    font-size:20px;
    color:#6b7280;
    margin-bottom:50px;

}

.bridggo-start-cards{

    display:flex;
    gap:30px;
    justify-content:center;
    flex-wrap:wrap;

}

.bridggo-start-card{

    background:#fff;
    width:420px;
    padding:45px;
    border-radius:18px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;

}

.bridggo-start-card:hover{

    transform:translateY(-8px);

}

.bridggo-start-icon{

    font-size:60px;
    margin-bottom:20px;

}

.bridggo-start-card h2{

    margin-bottom:15px;

}

.bridggo-start-card p{

    color:#666;
    line-height:1.8;
    min-height:70px;

}

.bridggo-start-btn{

    display:inline-block;
    margin-top:25px;
    padding:14px 35px;
    border-radius:10px;
    text-decoration:none;
    color:#fff;
    font-weight:bold;

}

.bridggo-start-btn.customer{

    background:#2563eb;

}

.bridggo-start-btn.supplier{

    background:#16a34a;

}

.bridggo-start-note{

    margin-top:45px;
    color:#777;

}