.coming-soon {
    display: inline-block;
    background: #fff;
    border-radius: 50px;
    padding: 10px 24px;
    font-size: 12px;
    letter-spacing: 4px;
    font-weight: 600;
    color: #6d8f92;
}

.small-title {
    color: #4d9182;
    letter-spacing: 4px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 20px;
}

.main-title {
    font-size: 70px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 24px;
}

.sub-title {
    color: #4d9182;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 18px;
}

.desc {
    max-width: 520px;
    font-size: 17px;
    color: #3c4b5d;
}

.btn-custom {
    border-radius: 50px;
    font-weight: 600;
}

.btn-outline-custom {
    border: 1px solid #519586;
    color: #4b8f80;
    background: transparent;
    padding: 14px 32px;
}

.btn-outline-custom:hover {
    border: 1px solid #519586;
    color: #fff;
    background: #519586;
}

.hero-image {
    position: relative;
    width: 420px;
    margin: auto;
}

.shape-bg {
    position: absolute;
    right: -40px;
    top: 40px;
    width: 280px;
    height: 300px;
    background: #eadfdb;
    border-radius: 120px;
    z-index: 1;
}

.image-card {
    width: 310px;
    height: 420px;
    background: #bbbcc1;
    border: 10px solid #f8f8f8;
    border-top-left-radius: 160px;
    border-top-right-radius: 160px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    margin: auto;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.image-name {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    background: #4d4d4d;
    color: #fff;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.chat-box {
    position: absolute;
    left: -10px;
    bottom: 65px;
    background: #fff;
    width: 250px;
    padding: 22px;
    border-radius: 24px;
    z-index: 3;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.chat-icon {
    width: 150px;
    height: 42px;
    border-radius: 50%;
    background: #4a8f7f;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-right: 12px;
}

.feature-section {
    background: #fff;
    padding: 40px 0;
}

.feature-box {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.feature-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #f4f1ed;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a7bc9e;
    font-size: 22px;
}

.feature-title {
    font-size: 25px;
    margin-bottom: 4px;
    font-weight: 500;
}

.feature-link {
    color: #509485;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}
