body {
    padding-top: 80px;
}
.navbar .navbar-nav .nav-link {
    font-size: 15px;
    color: #333;
}

.navbar .navbar-nav .nav-link:hover {
    color: #0f9d6e;
}

.logo-circle {
    width: 34px;
    height: 34px;
    background: #0f9d6e;
    color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}


.logo-circle {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: #10b981;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.hero-section {
    padding-top: 80px;
    padding-bottom: 60px;
}

.mockup-box {
    background: linear-gradient(135deg, #e3fcef, #f1fff7);
    border-radius: 20px;
    padding: 20px;
}

.placeholder-box {
    background: #f8f9fa;
    border-radius: 12px;
    width: 100%;
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #999;
    font-size: 14px;
}

.tag-floating {
    background: #10b981;
    color: white;
    padding: 6px 12px;
    border-radius: 12px;
    display: inline-block;
    font-size: 12px;
    margin-top: -20px;
}

.icon-badge {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta-box {
    background: linear-gradient(135deg, #10b981, #0d9668);
}
